File size: 27,384 Bytes
fdedcb4 |
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 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Arkep | Creative Solutions</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>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
body {
font-family: 'Inter', sans-serif;
color: #1a1a1a;
}
.gradient-text {
background: linear-gradient(90deg, #3b82f6, #8b5cf6);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.card-hover {
transition: all 0.3s ease;
}
.card-hover:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
}
.section-divider {
height: 1px;
background: linear-gradient(90deg, transparent, rgba(0,0,0,0.1), transparent);
}
</style>
</head>
<body class="bg-white">
<!-- Navigation -->
<nav class="py-6 px-4 md:px-8 lg:px-12">
<div class="max-w-7xl mx-auto flex justify-between items-center">
<div class="text-2xl font-bold">
<span class="gradient-text">ARKEP</span>
</div>
<div class="hidden md:flex space-x-8">
<a href="#services" class="text-gray-600 hover:text-gray-900 transition">Services</a>
<a href="#approach" class="text-gray-600 hover:text-gray-900 transition">Approach</a>
<a href="#testimonials" class="text-gray-600 hover:text-gray-900 transition">Testimonials</a>
<a href="#contact" class="text-gray-600 hover:text-gray-900 transition">Contact</a>
</div>
<button class="md:hidden text-gray-600">
<i class="fas fa-bars text-xl"></i>
</button>
</div>
</nav>
<!-- Hero Section -->
<section class="py-20 px-4 md:px-8 lg:px-12">
<div class="max-w-4xl mx-auto text-center">
<h1 class="text-4xl md:text-5xl lg:text-6xl font-light leading-tight mb-6">
Transforming <span class="gradient-text">Ideas</span> into<br>Innovative Solutions
</h1>
<p class="text-xl text-gray-600 mb-10 max-w-2xl mx-auto">
We help visionary thinkers turn their concepts into reality through creativity and cutting-edge technology.
</p>
<div class="flex flex-col sm:flex-row justify-center gap-4">
<button class="bg-gray-900 hover:bg-gray-800 text-white px-8 py-3 rounded-full font-medium transition">
Get Started
</button>
<button class="border border-gray-300 hover:border-gray-400 text-gray-800 px-8 py-3 rounded-full font-medium transition">
Learn More
</button>
</div>
</div>
</section>
<div class="section-divider my-12"></div>
<!-- Stats Section -->
<section class="py-16 px-4 md:px-8 lg:px-12">
<div class="max-w-6xl mx-auto">
<h2 class="text-3xl font-light text-center mb-16">
Why <span class="gradient-text">Choose</span> Arkep?
</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="bg-gray-50 p-8 rounded-xl card-hover">
<div class="text-5xl font-light mb-4 gradient-text">85%</div>
<h3 class="text-xl font-medium mb-3">Client Satisfaction</h3>
<p class="text-gray-600">
Our clients consistently rate their experience with us as exceptional, with 85% satisfaction across all projects.
</p>
</div>
<div class="bg-gray-50 p-8 rounded-xl card-hover">
<div class="text-5xl font-light mb-4 gradient-text">95%</div>
<h3 class="text-xl font-medium mb-3">On-Time Delivery</h3>
<p class="text-gray-600">
We meet deadlines with precision - 95% of our projects are delivered on time without compromising quality.
</p>
</div>
<div class="bg-gray-50 p-8 rounded-xl card-hover">
<div class="text-5xl font-light mb-4 gradient-text">90%</div>
<h3 class="text-xl font-medium mb-3">Return Clients</h3>
<p class="text-gray-600">
The majority of our clients return for additional projects, a testament to our lasting partnerships.
</p>
</div>
</div>
</div>
</section>
<div class="section-divider my-12"></div>
<!-- Approach Section -->
<section id="approach" class="py-16 px-4 md:px-8 lg:px-12">
<div class="max-w-6xl mx-auto">
<div class="flex flex-col lg:flex-row items-center gap-12">
<div class="lg:w-1/2">
<h2 class="text-3xl font-light mb-6">
How We Can <span class="gradient-text">Help</span> You
</h2>
<p class="text-lg text-gray-600 mb-8">
At Arkep, we're dedicated to your success. Our tailored solutions fit your unique needs, helping you explore opportunities, spark creativity, and drive meaningful growth.
</p>
<div class="space-y-6">
<div class="flex items-start gap-4">
<div class="mt-1 text-blue-500">
<i class="fas fa-check-circle text-xl"></i>
</div>
<div>
<h3 class="font-medium">Customized Solutions</h3>
<p class="text-gray-600">Approaches designed specifically for your challenges</p>
</div>
</div>
<div class="flex items-start gap-4">
<div class="mt-1 text-blue-500">
<i class="fas fa-check-circle text-xl"></i>
</div>
<div>
<h3 class="font-medium">Expert Guidance</h3>
<p class="text-gray-600">Seasoned professionals to navigate complex problems</p>
</div>
</div>
<div class="flex items-start gap-4">
<div class="mt-1 text-blue-500">
<i class="fas fa-check-circle text-xl"></i>
</div>
<div>
<h3 class="font-medium">Sustainable Results</h3>
<p class="text-gray-600">Solutions that deliver lasting impact</p>
</div>
</div>
</div>
</div>
<div class="lg:w-1/2 bg-gray-50 rounded-xl p-8">
<h3 class="text-xl font-medium mb-4">Our Process</h3>
<div class="space-y-6">
<div class="flex gap-4">
<div class="flex flex-col items-center">
<div class="w-8 h-8 rounded-full bg-blue-500 text-white flex items-center justify-center">1</div>
<div class="w-0.5 h-12 bg-gray-200"></div>
</div>
<div>
<h4 class="font-medium">Discovery</h4>
<p class="text-gray-600">Deep dive into your needs and objectives</p>
</div>
</div>
<div class="flex gap-4">
<div class="flex flex-col items-center">
<div class="w-8 h-8 rounded-full bg-blue-500 text-white flex items-center justify-center">2</div>
<div class="w-0.5 h-12 bg-gray-200"></div>
</div>
<div>
<h4 class="font-medium">Strategy</h4>
<p class="text-gray-600">Developing the optimal approach</p>
</div>
</div>
<div class="flex gap-4">
<div class="flex flex-col items-center">
<div class="w-8 h-8 rounded-full bg-blue-500 text-white flex items-center justify-center">3</div>
<div class="w-0.5 h-12 bg-gray-200"></div>
</div>
<div>
<h4 class="font-medium">Execution</h4>
<p class="text-gray-600">Implementing with precision and care</p>
</div>
</div>
<div class="flex gap-4">
<div class="flex flex-col items-center">
<div class="w-8 h-8 rounded-full bg-blue-500 text-white flex items-center justify-center">4</div>
</div>
<div>
<h4 class="font-medium">Iteration</h4>
<p class="text-gray-600">Refining based on feedback and results</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="section-divider my-12"></div>
<!-- Services Section -->
<section id="services" class="py-16 px-4 md:px-8 lg:px-12">
<div class="max-w-6xl mx-auto">
<h2 class="text-3xl font-light text-center mb-16">
Our <span class="gradient-text">Services</span>
</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="bg-gray-50 p-8 rounded-xl card-hover">
<div class="w-12 h-12 rounded-full bg-blue-100 text-blue-600 flex items-center justify-center mb-4">
<i class="fas fa-code text-xl"></i>
</div>
<h3 class="text-xl font-medium mb-3">Custom Software</h3>
<p class="text-gray-600 mb-4">
Tailor-made software solutions designed to meet your specific needs and drive your success forward.
</p>
<a href="#" class="text-blue-600 hover:text-blue-800 font-medium inline-flex items-center">
Learn more <i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
<div class="bg-gray-50 p-8 rounded-xl card-hover">
<div class="w-12 h-12 rounded-full bg-purple-100 text-purple-600 flex items-center justify-center mb-4">
<i class="fas fa-robot text-xl"></i>
</div>
<h3 class="text-xl font-medium mb-3">AI Integration</h3>
<p class="text-gray-600 mb-4">
Seamlessly integrate AI tools to enhance your processes and boost efficiency in your business operations.
</p>
<a href="#" class="text-blue-600 hover:text-blue-800 font-medium inline-flex items-center">
Learn more <i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
<div class="bg-gray-50 p-8 rounded-xl card-hover">
<div class="w-12 h-12 rounded-full bg-indigo-100 text-indigo-600 flex items-center justify-center mb-4">
<i class="fas fa-laptop-code text-xl"></i>
</div>
<h3 class="text-xl font-medium mb-3">Digital Platforms</h3>
<p class="text-gray-600 mb-4">
Engaging digital platforms that connect users and enhance experiences through innovative design.
</p>
<a href="#" class="text-blue-600 hover:text-blue-800 font-medium inline-flex items-center">
Learn more <i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
<div class="bg-gray-50 p-8 rounded-xl card-hover">
<div class="w-12 h-12 rounded-full bg-pink-100 text-pink-600 flex items-center justify-center mb-4">
<i class="fas fa-theater-masks text-xl"></i>
</div>
<h3 class="text-xl font-medium mb-3">Performance Arts</h3>
<p class="text-gray-600 mb-4">
Captivating performance arts that inspire, entertain, and celebrate cultural diversity.
</p>
<a href="#" class="text-blue-600 hover:text-blue-800 font-medium inline-flex items-center">
Learn more <i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
<div class="bg-gray-50 p-8 rounded-xl card-hover">
<div class="w-12 h-12 rounded-full bg-yellow-100 text-yellow-600 flex items-center justify-center mb-4">
<i class="fas fa-music text-xl"></i>
</div>
<h3 class="text-xl font-medium mb-3">Music Production</h3>
<p class="text-gray-600 mb-4">
Bring your musical vision to life with services that capture your unique sound and style.
</p>
<a href="#" class="text-blue-600 hover:text-blue-800 font-medium inline-flex items-center">
Learn more <i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
<div class="bg-gray-50 p-8 rounded-xl card-hover">
<div class="w-12 h-12 rounded-full bg-green-100 text-green-600 flex items-center justify-center mb-4">
<i class="fas fa-chart-line text-xl"></i>
</div>
<h3 class="text-xl font-medium mb-3">Consulting Services</h3>
<p class="text-gray-600 mb-4">
Expert guidance to help you achieve your business and personal goals with confidence.
</p>
<a href="#" class="text-blue-600 hover:text-blue-800 font-medium inline-flex items-center">
Learn more <i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
</div>
</div>
</section>
<div class="section-divider my-12"></div>
<!-- Testimonials Section -->
<section id="testimonials" class="py-16 px-4 md:px-8 lg:px-12 bg-gray-50">
<div class="max-w-6xl mx-auto">
<h2 class="text-3xl font-light text-center mb-16">
What Our <span class="gradient-text">Clients</span> Say
</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="bg-white p-8 rounded-xl shadow-sm card-hover">
<div class="flex mb-4 text-yellow-400">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p class="text-gray-600 mb-6">
"Arkep transformed our vision into reality! Their innovative approach made all the difference for our project."
</p>
<div class="flex items-center">
<div class="w-10 h-10 rounded-full bg-gray-200 flex items-center justify-center mr-3">
<i class="fas fa-user text-gray-500"></i>
</div>
<div>
<h4 class="font-medium">Jordan Smith</h4>
<p class="text-sm text-gray-500">CEO, TechCorp</p>
</div>
</div>
</div>
<div class="bg-white p-8 rounded-xl shadow-sm card-hover">
<div class="flex mb-4 text-yellow-400">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p class="text-gray-600 mb-6">
"The team at Arkep exceeded our expectations! Their support and creativity were invaluable to our success."
</p>
<div class="flex items-center">
<div class="w-10 h-10 rounded-full bg-gray-200 flex items-center justify-center mr-3">
<i class="fas fa-user text-gray-500"></i>
</div>
<div>
<h4 class="font-medium">Emily Johnson</h4>
<p class="text-sm text-gray-500">Marketing Director</p>
</div>
</div>
</div>
<div class="bg-white p-8 rounded-xl shadow-sm card-hover">
<div class="flex mb-4 text-yellow-400">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p class="text-gray-600 mb-6">
"Working with Arkep was a game-changer! Their insights and solutions helped us grow beyond our goals."
</p>
<div class="flex items-center">
<div class="w-10 h-10 rounded-full bg-gray-200 flex items-center justify-center mr-3">
<i class="fas fa-user text-gray-500"></i>
</div>
<div>
<h4 class="font-medium">Michael Lee</h4>
<p class="text-sm text-gray-500">Founder, StartupX</p>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="section-divider my-12"></div>
<!-- CTA Section -->
<section class="py-20 px-4 md:px-8 lg:px-12 bg-gradient-to-r from-blue-500 to-purple-600 text-white">
<div class="max-w-4xl mx-auto text-center">
<h2 class="text-3xl md:text-4xl font-light mb-6">
Ready to Transform Your Ideas into Reality?
</h2>
<p class="text-xl mb-8 opacity-90">
Let's create something amazing together. Get started with Arkep today.
</p>
<button class="bg-white text-gray-900 hover:bg-gray-100 px-8 py-3 rounded-full font-medium transition shadow-lg">
Get Started
</button>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-16 px-4 md:px-8 lg:px-12">
<div class="max-w-4xl mx-auto">
<h2 class="text-3xl font-light text-center mb-16">
Get in <span class="gradient-text">Touch</span>
</h2>
<div class="bg-white rounded-xl shadow-sm p-8">
<form>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6 mb-6">
<div>
<label for="name" class="block text-sm font-medium text-gray-700 mb-1">Name</label>
<input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500">
</div>
<div>
<label for="email" class="block text-sm font-medium text-gray-700 mb-1">Email</label>
<input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500">
</div>
</div>
<div class="mb-6">
<label for="subject" class="block text-sm font-medium text-gray-700 mb-1">Subject</label>
<input type="text" id="subject" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500">
</div>
<div class="mb-6">
<label for="message" class="block text-sm font-medium text-gray-700 mb-1">Message</label>
<textarea id="message" rows="4" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500"></textarea>
</div>
<button type="submit" class="bg-gray-900 hover:bg-gray-800 text-white px-8 py-3 rounded-full font-medium transition w-full md:w-auto">
Send Message
</button>
</form>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white py-12 px-4 md:px-8 lg:px-12">
<div class="max-w-7xl mx-auto">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
<div>
<h3 class="text-xl font-bold mb-4 gradient-text">ARKEP</h3>
<p class="text-gray-400">
Transforming ideas into innovative solutions through creativity and technology.
</p>
</div>
<div>
<h4 class="text-lg font-medium mb-4">Services</h4>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition">Custom Software</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">AI Integration</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Digital Platforms</a></li>
</ul>
</div>
<div>
<h4 class="text-lg font-medium mb-4">Company</h4>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition">About Us</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Our Approach</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Careers</a></li>
</ul>
</div>
<div>
<h4 class="text-lg font-medium mb-4">Connect</h4>
<div class="flex space-x-4 mb-4">
<a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-twitter text-xl"></i></a>
<a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-linkedin-in text-xl"></i></a>
<a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-instagram text-xl"></i></a>
<a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-github text-xl"></i></a>
</div>
<p class="text-gray-400">
[email protected]<br>
+1 (555) 123-4567
</p>
</div>
</div>
<div class="border-t border-gray-800 mt-12 pt-8 text-center text-gray-400">
<p>© 2023 Arkep. All rights reserved.</p>
</div>
</div>
</footer>
<script>
// Simple JavaScript for demonstration
document.addEventListener('DOMContentLoaded', function() {
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
document.querySelector(this.getAttribute('href')).scrollIntoView({
behavior: 'smooth'
});
});
});
// Animation for elements when they come into view
const animateOnScroll = function() {
const elements = document.querySelectorAll('.card-hover');
elements.forEach(element => {
const elementPosition = element.getBoundingClientRect().top;
const screenPosition = window.innerHeight / 1.3;
if (elementPosition < screenPosition) {
element.style.opacity = '1';
element.style.transform = 'translateY(0)';
}
});
};
// Set initial state
document.querySelectorAll('.card-hover').forEach(el => {
el.style.opacity = '0';
el.style.transform = 'translateY(20px)';
el.style.transition = 'all 0.6s ease';
});
// Run on load and scroll
window.addEventListener('load', animateOnScroll);
window.addEventListener('scroll', animateOnScroll);
});
</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=XXXMARK/arkep" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |