File size: 20,236 Bytes
1fad007 7506d4f 1fad007 7506d4f 1fad007 7506d4f 1fad007 7506d4f 1fad007 7506d4f 1fad007 7506d4f 1fad007 7506d4f 1fad007 7506d4f 1fad007 7506d4f 1fad007 7506d4f 1fad007 7506d4f 1fad007 7506d4f 1fad007 7506d4f 1fad007 7506d4f 1fad007 7506d4f 1fad007 7506d4f 1fad007 7506d4f 1fad007 7506d4f 2bd6d47 7506d4f 2bd6d47 7506d4f 2bd6d47 7506d4f 1fad007 7506d4f 1fad007 7506d4f 1fad007 7506d4f 1fad007 7506d4f 1fad007 7506d4f 1fad007 7506d4f 1fad007 7506d4f 1fad007 7506d4f 1fad007 7506d4f 1fad007 7506d4f 1fad007 7506d4f 1fad007 7506d4f 1fad007 7506d4f 1fad007 7506d4f 1fad007 7506d4f 1fad007 7506d4f 1fad007 7506d4f 1fad007 7506d4f 1fad007 7506d4f 1fad007 7506d4f 1fad007 7506d4f 1fad007 7506d4f 1fad007 7506d4f 1fad007 7506d4f 1fad007 7506d4f 1fad007 7506d4f 1fad007 7506d4f 1fad007 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Adnera Advice Limited - Digital Marketing Services</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
.gradient-bg {
background: linear-gradient(135deg, #6b21a8 0%, #1e40af 100%);
}
.hover-scale {
transition: transform 0.3s ease;
}
.hover-scale:hover {
transform: scale(1.03);
}
.section-divider {
height: 100px;
background: linear-gradient(to bottom right, transparent 49%, white 50%), linear-gradient(to top right, white 49%, transparent 50%);
background-size: 50% 100%;
background-repeat: no-repeat;
background-position: left, right;
}
@media (max-width: 768px) {
.section-divider {
height: 50px;
}
}
</style>
</head>
<body class="font-sans antialiased text-gray-800">
<!-- Navigation -->
<nav class="bg-white shadow-lg sticky top-0 z-50">
<div class="max-w-6xl mx-auto px-4">
<div class="flex justify-between items-center h-16">
<div class="flex items-center">
<span class="text-xl font-bold text-purple-800">ADNERA</span>
</div>
<div class="hidden md:flex space-x-8">
<a href="#about" class="text-gray-700 hover:text-purple-600 px-3 py-2 font-medium">About</a>
<a href="#services" class="text-gray-700 hover:text-purple-600 px-3 py-2 font-medium">Services</a>
<a href="#contact" class="text-gray-700 hover:text-purple-600 px-3 py-2 font-medium">Contact</a>
</div>
<div class="md:hidden">
<button id="menu-btn" class="text-gray-700 focus:outline-none">
<i class="fas fa-bars text-xl"></i>
</button>
</div>
</div>
</div>
<!-- Mobile menu -->
<div id="mobile-menu" class="hidden md:hidden bg-white pb-4 px-4">
<a href="#about" class="block px-3 py-2 text-gray-700 hover:text-purple-600 font-medium">About</a>
<a href="#services" class="block px-3 py-2 text-gray-700 hover:text-purple-600 font-medium">Services</a>
<a href="#contact" class="block px-3 py-2 text-gray-700 hover:text-purple-600 font-medium">Contact</a>
</div>
</nav>
<!-- Hero Section -->
<section class="gradient-bg text-white">
<div class="max-w-6xl mx-auto px-4 py-24 md:py-32">
<div class="md:flex items-center">
<div class="md:w-1/2 mb-12 md:mb-0">
<h1 class="text-4xl md:text-5xl font-bold mb-6">Digital Marketing Excellence</h1>
<p class="text-xl md:text-2xl mb-8 opacity-90">Specializing in search arbitrage to maximize your digital presence and ROI.</p>
<a href="#contact" class="bg-white text-purple-800 hover:bg-gray-100 px-8 py-3 rounded-full font-semibold inline-block hover-scale transition-all duration-300">Get in Touch</a>
</div>
<div class="md:w-1/2 flex justify-center">
<img src="https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Digital Marketing" class="rounded-lg shadow-2xl max-w-full h-auto hover-scale" style="max-height: 400px;">
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="bg-white py-20">
<div class="max-w-6xl mx-auto px-4">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">About Adnera Advice</h2>
<div class="w-20 h-1 bg-purple-600 mx-auto"></div>
</div>
<div class="md:flex items-center">
<div class="md:w-1/2 mb-12 md:mb-0 md:pr-12">
<h3 class="text-2xl font-semibold text-gray-800 mb-6">Our Company</h3>
<p class="text-gray-600 mb-6 leading-relaxed">
Adnera Advice Limited is a Dublin-based digital marketing firm specializing in search arbitrage services. We combine data-driven strategies with innovative approaches to help businesses maximize their online potential.
</p>
<p class="text-gray-600 mb-6 leading-relaxed">
Registered in Ireland with company number 733992, we operate with transparency and professionalism to deliver exceptional results for our clients.
</p>
<div class="bg-gray-50 p-6 rounded-lg">
<div class="flex items-start mb-4">
<div class="bg-purple-100 p-2 rounded-full mr-4">
<i class="fas fa-map-marker-alt text-purple-600"></i>
</div>
<div>
<h4 class="font-semibold text-gray-800">Our Address</h4>
<p class="text-gray-600">Greenmount Industrial Estate, Office 4, Apex Building, Dublin, D12 FY56, Ireland</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-purple-100 p-2 rounded-full mr-4">
<i class="fas fa-id-card text-purple-600"></i>
</div>
<div>
<h4 class="font-semibold text-gray-800">Registration</h4>
<p class="text-gray-600">Company Number: 733992</p>
</div>
</div>
</div>
</div>
<div class="md:w-1/2">
<div class="bg-gray-100 p-8 rounded-lg shadow-lg hover-scale">
<h3 class="text-2xl font-semibold text-gray-800 mb-6">Our Approach</h3>
<div class="space-y-6">
<div class="flex items-start">
<div class="bg-purple-600 text-white p-2 rounded-full mr-4">
<i class="fas fa-chart-line"></i>
</div>
<div>
<h4 class="font-semibold text-gray-800 mb-2">Data-Driven Strategies</h4>
<p class="text-gray-600">We analyze market trends and user behavior to create effective marketing campaigns.</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-purple-600 text-white p-2 rounded-full mr-4">
<i class="fas fa-lightbulb"></i>
</div>
<div>
<h4 class="font-semibold text-gray-800 mb-2">Innovative Solutions</h4>
<p class="text-gray-600">Our team stays ahead of industry changes to implement cutting-edge techniques.</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-purple-600 text-white p-2 rounded-full mr-4">
<i class="fas fa-shield-alt"></i>
</div>
<div>
<h4 class="font-semibold text-gray-800 mb-2">Ethical Practices</h4>
<p class="text-gray-600">We maintain the highest standards of compliance and transparency in all our operations.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Services Section -->
<section id="services" class="bg-gray-50 py-20">
<div class="section-divider"></div>
<div class="max-w-6xl mx-auto px-4">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">Our Services</h2>
<div class="w-20 h-1 bg-purple-600 mx-auto"></div>
</div>
<div class="grid md:grid-cols-3 gap-8">
<div class="bg-white p-8 rounded-lg shadow-md hover-scale transition-all duration-300">
<div class="bg-purple-100 w-16 h-16 rounded-full flex items-center justify-center mb-6">
<i class="fas fa-search-dollar text-purple-600 text-2xl"></i>
</div>
<h3 class="text-xl font-semibold text-gray-800 mb-4">Search Arbitrage</h3>
<p class="text-gray-600">
Our core expertise lies in search arbitrage, optimizing the gap between paid search traffic and monetization to maximize your returns.
</p>
</div>
<div class="bg-white p-8 rounded-lg shadow-md hover-scale transition-all duration-300">
<div class="bg-purple-100 w-16 h-16 rounded-full flex items-center justify-center mb-6">
<i class="fas fa-ad text-purple-600 text-2xl"></i>
</div>
<h3 class="text-xl font-semibold text-gray-800 mb-4">Digital Advertising</h3>
<p class="text-gray-600">
Strategic management of digital ad campaigns across platforms to ensure optimal reach and conversion rates.
</p>
</div>
<div class="bg-white p-8 rounded-lg shadow-md hover-scale transition-all duration-300">
<div class="bg-purple-100 w-16 h-16 rounded-full flex items-center justify-center mb-6">
<i class="fas fa-chart-pie text-purple-600 text-2xl"></i>
</div>
<h3 class="text-xl font-semibold text-gray-800 mb-4">Performance Analytics</h3>
<p class="text-gray-600">
Comprehensive tracking and analysis of campaign performance with actionable insights for continuous improvement.
</p>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="bg-white py-20">
<div class="section-divider" style="background: linear-gradient(to bottom right, transparent 49%, #f9fafb 50%), linear-gradient(to top right, #f9fafb 49%, transparent 50%);"></div>
<div class="max-w-6xl mx-auto px-4">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">Get In Touch</h2>
<div class="w-20 h-1 bg-purple-600 mx-auto"></div>
</div>
<div class="md:flex">
<div class="md:w-1/2 mb-12 md:mb-0 md:pr-12">
<h3 class="text-2xl font-semibold text-gray-800 mb-6">Contact Information</h3>
<p class="text-gray-600 mb-8">
Reach out to us for inquiries about our digital marketing services or to discuss potential collaborations.
</p>
<div class="space-y-6">
<div class="flex items-start">
<div class="bg-purple-100 p-3 rounded-full mr-4">
<i class="fas fa-map-marker-alt text-purple-600"></i>
</div>
<div>
<h4 class="font-semibold text-gray-800 mb-1">Address</h4>
<p class="text-gray-600">Greenmount Industrial Estate, Office 4, Apex Building, Dublin, D12 FY56, Ireland</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-purple-100 p-3 rounded-full mr-4">
<i class="fas fa-envelope text-purple-600"></i>
</div>
<div>
<h4 class="font-semibold text-gray-800 mb-1">Email</h4>
<p class="text-gray-600">[email protected]</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-purple-100 p-3 rounded-full mr-4">
<i class="fas fa-phone-alt text-purple-600"></i>
</div>
<div>
<h4 class="font-semibold text-gray-800 mb-1">Phone</h4>
<p class="text-gray-600">+353 1 123 4567</p>
</div>
</div>
</div>
</div>
<div class="md:w-1/2">
<form class="bg-gray-50 p-8 rounded-lg shadow-lg">
<div class="mb-6">
<label for="name" class="block text-gray-700 font-medium mb-2">Your Name</label>
<input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-purple-600">
</div>
<div class="mb-6">
<label for="email" class="block text-gray-700 font-medium mb-2">Email Address</label>
<input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-purple-600">
</div>
<div class="mb-6">
<label for="subject" class="block text-gray-700 font-medium mb-2">Subject</label>
<input type="text" id="subject" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-purple-600">
</div>
<div class="mb-6">
<label for="message" class="block text-gray-700 font-medium mb-2">Message</label>
<textarea id="message" rows="4" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-purple-600"></textarea>
</div>
<button type="submit" class="bg-purple-600 hover:bg-purple-700 text-white px-6 py-3 rounded-lg font-medium w-full transition duration-300">
Send Message
</button>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white py-12">
<div class="max-w-6xl mx-auto px-4">
<div class="md:flex md:justify-between">
<div class="mb-8 md:mb-0">
<h3 class="text-xl font-bold mb-4">ADNERA ADVICE LIMITED</h3>
<p class="text-gray-400 max-w-xs">
Specializing in digital marketing and search arbitrage services to help businesses grow their online presence.
</p>
</div>
<div class="grid grid-cols-2 gap-8 md:grid-cols-3">
<div>
<h4 class="text-lg font-semibold mb-4">Company</h4>
<ul class="space-y-2">
<li><a href="#about" class="text-gray-400 hover:text-white">About</a></li>
<li><a href="#services" class="text-gray-400 hover:text-white">Services</a></li>
<li><a href="#contact" class="text-gray-400 hover:text-white">Contact</a></li>
</ul>
</div>
<div>
<h4 class="text-lg font-semibold mb-4">Legal</h4>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white">Privacy Policy</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Terms of Service</a></li>
</ul>
</div>
<div>
<h4 class="text-lg font-semibold mb-4">Connect</h4>
<div class="flex space-x-4">
<a href="#" class="text-gray-400 hover:text-white">
<i class="fab fa-linkedin-in text-xl"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i class="fab fa-twitter text-xl"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i class="fab fa-facebook-f text-xl"></i>
</a>
</div>
</div>
</div>
</div>
<div class="border-t border-gray-800 mt-12 pt-8 text-center text-gray-400">
<p>© 2023 Adnera Advice Limited. All rights reserved. Registered in Ireland No. 733992</p>
</div>
</div>
</footer>
<script>
// Mobile menu toggle
const menuBtn = document.getElementById('menu-btn');
const mobileMenu = document.getElementById('mobile-menu');
menuBtn.addEventListener('click', () => {
mobileMenu.classList.toggle('hidden');
});
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
const targetId = this.getAttribute('href');
const targetElement = document.querySelector(targetId);
if (targetElement) {
window.scrollTo({
top: targetElement.offsetTop - 80,
behavior: 'smooth'
});
// Close mobile menu if open
mobileMenu.classList.add('hidden');
}
});
});
// Form submission (basic example)
const contactForm = document.querySelector('form');
if (contactForm) {
contactForm.addEventListener('submit', (e) => {
e.preventDefault();
alert('Thank you for your message! We will get back to you soon.');
contactForm.reset();
});
}
</script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=mesy10/qr-menu-1" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |