File size: 54,744 Bytes
1fac741 |
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 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Danielkin AI | Creative Intelligence for Real Business Impact</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">
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#3b82f6', // blue
secondary: '#eab308', // yellow
accent: '#a855f7', // purple
dark: '#1e293b',
light: '#f8fafc'
},
fontFamily: {
sans: ['Inter', 'sans-serif'],
display: ['Bebas Neue', 'sans-serif']
},
animation: {
'float': 'float 6s ease-in-out infinite',
'pulse-slow': 'pulse 4s cubic-bezier(0.4, 0, 0.6, 1) infinite'
},
keyframes: {
float: {
'0%, 100%': { transform: 'translateY(0)' },
'50%': { transform: 'translateY(-20px)' }
}
}
}
}
}
</script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@300;400;500;600;700&display=swap');
body {
font-family: 'Inter', sans-serif;
transition: background-color 0.3s, color 0.3s;
}
.gradient-text {
background: linear-gradient(90deg, #3b82f6, #a855f7, #eab308);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.gradient-bg {
background: linear-gradient(135deg, #3b82f6, #a855f7);
}
.card-hover:hover {
transform: translateY(-5px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.neural-pattern {
background-image: radial-gradient(circle, rgba(59, 130, 246, 0.1) 1px, transparent 1px);
background-size: 20px 20px;
}
.dark .neural-pattern {
background-image: radial-gradient(circle, rgba(168, 85, 247, 0.1) 1px, transparent 1px);
}
.service-card:hover .service-icon {
transform: scale(1.1);
background: linear-gradient(135deg, #3b82f6, #a855f7);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.toggle-checkbox:checked {
right: 0;
background-color: #a855f7;
}
.toggle-checkbox:checked + .toggle-label {
background-color: #3b82f6;
}
.admin-panel {
display: none;
}
.show-admin .admin-panel {
display: block;
}
.grid-gallery {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
grid-auto-rows: 300px;
grid-gap: 1rem;
grid-auto-flow: dense;
}
@media (min-width: 1024px) {
.grid-gallery {
grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}
}
.gallery-item {
transition: all 0.3s ease;
}
.gallery-item:hover {
transform: scale(1.02);
}
.gallery-item:nth-child(3n) {
grid-column: span 2;
}
</style>
</head>
<body class="bg-light text-dark dark:bg-dark dark:text-light neural-pattern">
<!-- Navigation -->
<nav class="fixed w-full bg-white/80 dark:bg-slate-900/80 backdrop-blur-md z-50 shadow-sm">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16 items-center">
<div class="flex items-center">
<a href="#home" class="text-2xl font-bold gradient-text">Danielkin AI</a>
</div>
<div class="hidden md:flex items-center space-x-8">
<a href="#home" class="hover:text-primary dark:hover:text-accent transition">Home</a>
<a href="#about" class="hover:text-primary dark:hover:text-accent transition">About</a>
<a href="#services" class="hover:text-primary dark:hover:text-accent transition">Services</a>
<a href="#portfolio" class="hover:text-primary dark:hover:text-accent transition">Portfolio</a>
<a href="#contact" class="hover:text-primary dark:hover:text-accent transition">Contact</a>
<button id="admin-toggle" class="text-xs bg-gray-200 dark:bg-slate-700 px-2 py-1 rounded-full">Admin</button>
<div class="relative inline-block w-12 mr-2 align-middle select-none">
<input type="checkbox" id="toggle" class="toggle-checkbox absolute block w-6 h-6 rounded-full bg-white border-4 appearance-none cursor-pointer"/>
<label for="toggle" class="toggle-label block overflow-hidden h-6 rounded-full bg-gray-300 cursor-pointer"></label>
</div>
<label for="toggle" class="text-xs font-medium">
<i class="fas fa-moon dark:hidden"></i>
<i class="fas fa-sun hidden dark:inline"></i>
</label>
</div>
<div class="md:hidden flex items-center">
<button id="mobile-menu-button" class="text-dark dark:text-light">
<i class="fas fa-bars text-2xl"></i>
</button>
</div>
</div>
</div>
<!-- Mobile menu -->
<div id="mobile-menu" class="hidden md:hidden bg-white dark:bg-slate-800 pb-4 px-4 shadow-lg">
<div class="pt-2 pb-3 space-y-1">
<a href="#home" class="block px-3 py-2 rounded-md hover:bg-gray-100 dark:hover:bg-slate-700">Home</a>
<a href="#about" class="block px-3 py-2 rounded-md hover:bg-gray-100 dark:hover:bg-slate-700">About</a>
<a href="#services" class="block px-3 py-2 rounded-md hover:bg-gray-100 dark:hover:bg-slate-700">Services</a>
<a href="#portfolio" class="block px-3 py-2 rounded-md hover:bg-gray-100 dark:hover:bg-slate-700">Portfolio</a>
<a href="#contact" class="block px-3 py-2 rounded-md hover:bg-gray-100 dark:hover:bg-slate-700">Contact</a>
<div class="flex items-center justify-between px-3 py-2">
<button id="admin-toggle-mobile" class="text-xs bg-gray-200 dark:bg-slate-700 px-2 py-1 rounded-full">Admin</button>
<div class="flex items-center">
<div class="relative inline-block w-12 mr-2 align-middle select-none">
<input type="checkbox" id="toggle-mobile" class="toggle-checkbox absolute block w-6 h-6 rounded-full bg-white border-4 appearance-none cursor-pointer"/>
<label for="toggle-mobile" class="toggle-label block overflow-hidden h-6 rounded-full bg-gray-300 cursor-pointer"></label>
</div>
<label for="toggle-mobile" class="text-xs font-medium">
<i class="fas fa-moon dark:hidden"></i>
<i class="fas fa-sun hidden dark:inline"></i>
</label>
</div>
</div>
</div>
</div>
</nav>
<!-- Main Content -->
<main>
<!-- Hero Section -->
<section id="home" class="pt-24 pb-16 md:pt-32 md:pb-24 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-12 md:mb-0">
<h1 class="text-4xl md:text-6xl font-bold mb-6">
<span class="gradient-text">Creative Intelligence</span><br>
for Real Business Impact
</h1>
<p class="text-lg md:text-xl text-gray-600 dark:text-gray-300 mb-8">
Transform your business with tailored AI solutions that combine technical expertise with creative vision.
</p>
<div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
<a href="#contact" class="bg-primary hover:bg-blue-700 text-white font-bold py-3 px-6 rounded-full transition duration-300 text-center">
Let's Talk AI
</a>
<a href="#services" class="border-2 border-primary text-primary dark:border-accent dark:text-accent font-bold py-3 px-6 rounded-full transition duration-300 hover:bg-primary/10 dark:hover:bg-accent/10 text-center">
Explore Services
</a>
</div>
</div>
<div class="md:w-1/2 flex justify-center">
<div class="relative w-full max-w-md">
<div class="absolute -top-10 -left-10 w-32 h-32 bg-accent rounded-full opacity-20 animate-pulse-slow"></div>
<div class="absolute -bottom-10 -right-10 w-40 h-40 bg-secondary rounded-full opacity-20 animate-pulse-slow"></div>
<img src="https://images.unsplash.com/photo-1620712943543-bcc4688e7485?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80"
alt="AI Creative Intelligence"
class="relative z-10 w-full h-auto rounded-2xl shadow-xl animate-float">
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="py-16 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">About Danielkin AI</h2>
<div class="w-24 h-1 gradient-bg mx-auto mb-6"></div>
<p class="text-xl text-gray-600 dark:text-gray-300 max-w-3xl mx-auto">
Where technical expertise meets creative vision to deliver transformative AI solutions.
</p>
</div>
<div class="flex flex-col lg:flex-row items-center gap-12">
<div class="lg:w-1/2">
<div class="bg-white dark:bg-slate-800 p-8 rounded-2xl shadow-lg">
<h3 class="text-2xl font-bold mb-4">The Story Behind the Vision</h3>
<p class="text-gray-600 dark:text-gray-300 mb-4">
Danielkin AI was born from Daniel's passion for both artificial intelligence and creative expression. After years of exploring the intersection between technology and art, Daniel recognized an opportunity to help businesses harness the power of AI in practical, impactful ways.
</p>
<p class="text-gray-600 dark:text-gray-300 mb-4">
What started as a personal exploration of AI tools evolved into a mission to democratize access to these powerful technologies for businesses of all sizes.
</p>
<p class="text-gray-600 dark:text-gray-300">
Today, Danielkin AI stands at the forefront of practical AI implementation, helping clients navigate the rapidly evolving landscape of artificial intelligence with confidence and creativity.
</p>
</div>
</div>
<div class="lg:w-1/2">
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div class="bg-white dark:bg-slate-800 p-6 rounded-xl shadow-md">
<div class="w-12 h-12 gradient-bg rounded-full flex items-center justify-center mb-4">
<i class="fas fa-brain text-white text-xl"></i>
</div>
<h4 class="font-bold text-lg mb-2">Technical Expertise</h4>
<p class="text-gray-600 dark:text-gray-300">
Deep understanding of AI technologies and their practical business applications.
</p>
</div>
<div class="bg-white dark:bg-slate-800 p-6 rounded-xl shadow-md">
<div class="w-12 h-12 gradient-bg rounded-full flex items-center justify-center mb-4">
<i class="fas fa-palette text-white text-xl"></i>
</div>
<h4 class="font-bold text-lg mb-2">Creative Vision</h4>
<p class="text-gray-600 dark:text-gray-300">
Unique ability to blend technical solutions with artistic expression.
</p>
</div>
<div class="bg-white dark:bg-slate-800 p-6 rounded-xl shadow-md">
<div class="w-12 h-12 gradient-bg rounded-full flex items-center justify-center mb-4">
<i class="fas fa-lightbulb text-white text-xl"></i>
</div>
<h4 class="font-bold text-lg mb-2">Innovative Approach</h4>
<p class="text-gray-600 dark:text-gray-300">
Constantly exploring new ways to apply AI for business growth and creative projects.
</p>
</div>
<div class="bg-white dark:bg-slate-800 p-6 rounded-xl shadow-md">
<div class="w-12 h-12 gradient-bg rounded-full flex items-center justify-center mb-4">
<i class="fas fa-hands-helping text-white text-xl"></i>
</div>
<h4 class="font-bold text-lg mb-2">Client-Centric</h4>
<p class="text-gray-600 dark:text-gray-300">
Tailored solutions designed around each client's unique needs and goals.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Services Section -->
<section id="services" class="py-16 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto bg-white/50 dark:bg-slate-800/50 rounded-3xl my-8">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Our Services</h2>
<div class="w-24 h-1 gradient-bg mx-auto mb-6"></div>
<p class="text-xl text-gray-600 dark:text-gray-300 max-w-3xl mx-auto">
Comprehensive AI solutions tailored to your business needs and creative aspirations.
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Service 1 -->
<div class="bg-white dark:bg-slate-800 p-8 rounded-2xl shadow-lg service-card transition duration-300">
<div class="w-16 h-16 bg-primary/10 dark:bg-accent/10 rounded-full flex items-center justify-center mb-6 service-icon transition duration-300">
<i class="fas fa-robot text-2xl text-primary dark:text-accent"></i>
</div>
<h3 class="text-2xl font-bold mb-4">AI Consulting Package</h3>
<p class="text-gray-600 dark:text-gray-300 mb-6">
Up to 2 hours of AI tool matching, process optimization, and action plan tailored to your business.
</p>
<div class="flex justify-between items-center">
<span class="text-2xl font-bold">$180</span>
<a href="#contact" class="text-primary dark:text-accent font-semibold hover:underline">Get Started</a>
</div>
</div>
<!-- Service 2 -->
<div class="bg-white dark:bg-slate-800 p-8 rounded-2xl shadow-lg service-card transition duration-300">
<div class="w-16 h-16 bg-primary/10 dark:bg-accent/10 rounded-full flex items-center justify-center mb-6 service-icon transition duration-300">
<i class="fas fa-laptop-code text-2xl text-primary dark:text-accent"></i>
</div>
<h3 class="text-2xl font-bold mb-4">AI Setup & Training</h3>
<p class="text-gray-600 dark:text-gray-300 mb-6">
1-on-1 live session guiding you through integrating AI tools into your workflow.
</p>
<div class="flex justify-between items-center">
<span class="text-2xl font-bold">$250</span>
<a href="#contact" class="text-primary dark:text-accent font-semibold hover:underline">Get Started</a>
</div>
</div>
<!-- Service 3 -->
<div class="bg-white dark:bg-slate-800 p-8 rounded-2xl shadow-lg service-card transition duration-300">
<div class="w-16 h-16 bg-primary/10 dark:bg-accent/10 rounded-full flex items-center justify-center mb-6 service-icon transition duration-300">
<i class="fas fa-image text-2xl text-primary dark:text-accent"></i>
</div>
<h3 class="text-2xl font-bold mb-4">Creative AI Visuals</h3>
<p class="text-gray-600 dark:text-gray-300 mb-6">
High-quality, AI-generated images or graphics for branding, campaigns, or social media.
</p>
<div class="flex justify-between items-center">
<span class="text-2xl font-bold">$100</span>
<a href="#contact" class="text-primary dark:text-accent font-semibold hover:underline">Get Started</a>
</div>
</div>
<!-- Service 4 -->
<div class="bg-white dark:bg-slate-800 p-8 rounded-2xl shadow-lg service-card transition duration-300">
<div class="w-16 h-16 bg-primary/10 dark:bg-accent/10 rounded-full flex items-center justify-center mb-6 service-icon transition duration-300">
<i class="fas fa-video text-2xl text-primary dark:text-accent"></i>
</div>
<h3 class="text-2xl font-bold mb-4">AI Video Creation</h3>
<p class="text-gray-600 dark:text-gray-300 mb-6">
Short video content generated using AI tools, including scripting, styling, and visuals.
</p>
<div class="flex justify-between items-center">
<span class="text-2xl font-bold">$150</span>
<a href="#contact" class="text-primary dark:text-accent font-semibold hover:underline">Get Started</a>
</div>
</div>
<!-- Service 5 -->
<div class="bg-white dark:bg-slate-800 p-8 rounded-2xl shadow-lg service-card transition duration-300">
<div class="w-16 h-16 bg-primary/10 dark:bg-accent/10 rounded-full flex items-center justify-center mb-6 service-icon transition duration-300">
<i class="fas fa-infinity text-2xl text-primary dark:text-accent"></i>
</div>
<h3 class="text-2xl font-bold mb-4">Monthly Retainer</h3>
<p class="text-gray-600 dark:text-gray-300 mb-6">
Ongoing consulting, content creation, and implementation for businesses needing regular support.
</p>
<div class="flex justify-between items-center">
<span class="text-2xl font-bold">$600/mo</span>
<a href="#contact" class="text-primary dark:text-accent font-semibold hover:underline">Get Started</a>
</div>
</div>
<!-- Custom Service -->
<div class="bg-gradient-to-br from-primary to-accent p-8 rounded-2xl shadow-lg flex flex-col justify-between">
<div>
<div class="w-16 h-16 bg-white/20 rounded-full flex items-center justify-center mb-6">
<i class="fas fa-star text-2xl text-white"></i>
</div>
<h3 class="text-2xl font-bold text-white mb-4">Custom Solution</h3>
<p class="text-white/90 mb-6">
Need something different? Let's create a custom package that perfectly fits your unique requirements.
</p>
</div>
<a href="#contact" class="bg-white text-primary font-bold py-3 px-6 rounded-full transition duration-300 hover:bg-gray-100 text-center">
Contact Us
</a>
</div>
</div>
</section>
<!-- Portfolio Section -->
<section id="portfolio" class="py-16 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Our Portfolio</h2>
<div class="w-24 h-1 gradient-bg mx-auto mb-6"></div>
<p class="text-xl text-gray-600 dark:text-gray-300 max-w-3xl mx-auto">
A selection of our recent AI consulting and creative projects.
</p>
</div>
<div class="grid-gallery" id="portfolio-gallery">
<!-- Portfolio items will be added here dynamically -->
<div class="gallery-item bg-white dark:bg-slate-800 rounded-xl overflow-hidden shadow-md">
<img src="https://images.unsplash.com/photo-1620712943543-bcc4688e7485?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=500&q=80"
alt="AI Consulting Project"
class="w-full h-full object-cover">
<div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent flex items-end p-6 opacity-0 hover:opacity-100 transition-opacity duration-300">
<div>
<h3 class="text-white text-xl font-bold">E-commerce Optimization</h3>
<p class="text-white/80">AI-powered product recommendations increased sales by 32%</p>
</div>
</div>
</div>
<div class="gallery-item bg-white dark:bg-slate-800 rounded-xl overflow-hidden shadow-md">
<img src="https://images.unsplash.com/photo-1639762681057-408e52192e55?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=500&q=80"
alt="AI Creative Project"
class="w-full h-full object-cover">
<div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent flex items-end p-6 opacity-0 hover:opacity-100 transition-opacity duration-300">
<div>
<h3 class="text-white text-xl font-bold">Brand Visual Identity</h3>
<p class="text-white/80">AI-generated brand assets for a tech startup</p>
</div>
</div>
</div>
<div class="gallery-item bg-white dark:bg-slate-800 rounded-xl overflow-hidden shadow-md">
<img src="https://images.unsplash.com/photo-1677442136018-3b179a5d87f2?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80"
alt="AI Video Project"
class="w-full h-full object-cover">
<div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent flex items-end p-6 opacity-0 hover:opacity-100 transition-opacity duration-300">
<div>
<h3 class="text-white text-xl font-bold">Marketing Video Series</h3>
<p class="text-white/80">AI-generated explainer videos for a SaaS company</p>
</div>
</div>
</div>
<div class="gallery-item bg-white dark:bg-slate-800 rounded-xl overflow-hidden shadow-md">
<img src="https://images.unsplash.com/photo-1677442134563-e8a6e7b4345b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=500&q=80"
alt="AI Consulting Project"
class="w-full h-full object-cover">
<div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent flex items-end p-6 opacity-0 hover:opacity-100 transition-opacity duration-300">
<div>
<h3 class="text-white text-xl font-bold">Process Automation</h3>
<p class="text-white/80">Reduced operational costs by 45% with AI automation</p>
</div>
</div>
</div>
<div class="gallery-item bg-white dark:bg-slate-800 rounded-xl overflow-hidden shadow-md">
<img src="https://images.unsplash.com/photo-1677442134563-e8a6e7b4345b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=500&q=80"
alt="AI Creative Project"
class="w-full h-full object-cover">
<div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent flex items-end p-6 opacity-0 hover:opacity-100 transition-opacity duration-300">
<div>
<h3 class="text-white text-xl font-bold">Social Media Content</h3>
<p class="text-white/80">Monthly AI-generated content for a lifestyle brand</p>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-16 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
<div class="bg-gradient-to-br from-primary to-accent rounded-3xl p-8 md:p-12 shadow-xl">
<div class="flex flex-col md:flex-row">
<div class="md:w-1/2 mb-8 md:mb-0 md:pr-8">
<h2 class="text-3xl md:text-4xl font-bold text-white mb-6">Ready to Transform Your Business with AI?</h2>
<p class="text-white/90 mb-6">
Whether you're looking for consulting, creative services, or a custom AI solution, we'd love to hear about your project.
</p>
<div class="bg-white/10 p-6 rounded-xl">
<h3 class="text-white font-bold mb-4">Connect With Us</h3>
<a href="https://www.facebook.com/DanielkinAI" target="_blank" class="inline-flex items-center text-white hover:text-secondary transition">
<i class="fab fa-facebook-f mr-3"></i>
<span>Facebook Page</span>
</a>
</div>
</div>
<div class="md:w-1/2">
<form id="contact-form" class="bg-white dark:bg-slate-800 p-6 rounded-xl shadow-lg">
<div class="mb-6">
<label for="name" class="block text-gray-700 dark:text-gray-300 font-medium mb-2">Your Name</label>
<input type="text" id="name" class="w-full px-4 py-3 rounded-lg border border-gray-300 dark:border-slate-600 focus:outline-none focus:ring-2 focus:ring-primary dark:focus:ring-accent bg-white dark:bg-slate-700 text-dark dark:text-light" required>
</div>
<div class="mb-6">
<label for="business" class="block text-gray-700 dark:text-gray-300 font-medium mb-2">Business Type</label>
<input type="text" id="business" class="w-full px-4 py-3 rounded-lg border border-gray-300 dark:border-slate-600 focus:outline-none focus:ring-2 focus:ring-primary dark:focus:ring-accent bg-white dark:bg-slate-700 text-dark dark:text-light" required>
</div>
<div class="mb-6">
<label for="goals" class="block text-gray-700 dark:text-gray-300 font-medium mb-2">Your Goals</label>
<textarea id="goals" rows="3" class="w-full px-4 py-3 rounded-lg border border-gray-300 dark:border-slate-600 focus:outline-none focus:ring-2 focus:ring-primary dark:focus:ring-accent bg-white dark:bg-slate-700 text-dark dark:text-light" required></textarea>
</div>
<div class="mb-6">
<label for="message" class="block text-gray-700 dark:text-gray-300 font-medium mb-2">Message</label>
<textarea id="message" rows="3" class="w-full px-4 py-3 rounded-lg border border-gray-300 dark:border-slate-600 focus:outline-none focus:ring-2 focus:ring-primary dark:focus:ring-accent bg-white dark:bg-slate-700 text-dark dark:text-light" required></textarea>
</div>
<button type="submit" class="w-full gradient-bg text-white font-bold py-3 px-6 rounded-full hover:opacity-90 transition duration-300">
Send Message
</button>
</form>
</div>
</div>
</div>
</section>
</main>
<!-- Admin Panel (Hidden by default) -->
<div class="admin-panel fixed inset-0 bg-black/80 z-50 overflow-y-auto hidden">
<div class="min-h-screen flex items-center justify-center p-4">
<div class="bg-white dark:bg-slate-800 rounded-2xl shadow-2xl w-full max-w-4xl max-h-screen overflow-y-auto">
<div class="p-6 border-b border-gray-200 dark:border-slate-700 flex justify-between items-center">
<h2 class="text-2xl font-bold">Admin Dashboard</h2>
<button id="close-admin" class="text-gray-500 dark:text-gray-400 hover:text-gray-700 dark:hover:text-gray-200">
<i class="fas fa-times text-2xl"></i>
</button>
</div>
<div class="p-6">
<div class="mb-8">
<h3 class="text-xl font-semibold mb-4">Manage Portfolio</h3>
<div class="bg-gray-100 dark:bg-slate-700 p-4 rounded-lg mb-4">
<h4 class="font-medium mb-2">Add New Portfolio Item</h4>
<form id="add-portfolio-form" class="space-y-4">
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
<div>
<label class="block text-sm font-medium mb-1">Title</label>
<input type="text" class="w-full px-3 py-2 border rounded-lg bg-white dark:bg-slate-600">
</div>
<div>
<label class="block text-sm font-medium mb-1">Category</label>
<select class="w-full px-3 py-2 border rounded-lg bg-white dark:bg-slate-600">
<option>Consulting</option>
<option>Creative</option>
<option>Video</option>
<option>Other</option>
</select>
</div>
</div>
<div>
<label class="block text-sm font-medium mb-1">Description</label>
<textarea rows="2" class="w-full px-3 py-2 border rounded-lg bg-white dark:bg-slate-600"></textarea>
</div>
<div>
<label class="block text-sm font-medium mb-1">Image URL</label>
<input type="text" class="w-full px-3 py-2 border rounded-lg bg-white dark:bg-slate-600">
</div>
<div class="flex justify-end">
<button type="submit" class="bg-primary dark:bg-accent text-white px-4 py-2 rounded-lg hover:bg-blue-700 dark:hover:bg-purple-700 transition">
Add Item
</button>
</div>
</form>
</div>
<div class="bg-gray-100 dark:bg-slate-700 p-4 rounded-lg">
<h4 class="font-medium mb-2">Current Portfolio Items</h4>
<div class="overflow-x-auto">
<table class="min-w-full bg-white dark:bg-slate-600 rounded-lg overflow-hidden">
<thead>
<tr class="bg-gray-200 dark:bg-slate-700">
<th class="py-2 px-4 text-left">Title</th>
<th class="py-2 px-4 text-left">Category</th>
<th class="py-2 px-4 text-left">Actions</th>
</tr>
</thead>
<tbody>
<tr class="border-b border-gray-200 dark:border-slate-700">
<td class="py-3 px-4">E-commerce Optimization</td>
<td class="py-3 px-4">Consulting</td>
<td class="py-3 px-4">
<button class="text-blue-600 dark:text-blue-400 hover:text-blue-800 dark:hover:text-blue-300 mr-2">
<i class="fas fa-edit"></i>
</button>
<button class="text-red-600 dark:text-red-400 hover:text-red-800 dark:hover:text-red-300">
<i class="fas fa-trash"></i>
</button>
</td>
</tr>
<tr class="border-b border-gray-200 dark:border-slate-700">
<td class="py-3 px-4">Brand Visual Identity</td>
<td class="py-3 px-4">Creative</td>
<td class="py-3 px-4">
<button class="text-blue-600 dark:text-blue-400 hover:text-blue-800 dark:hover:text-blue-300 mr-2">
<i class="fas fa-edit"></i>
</button>
<button class="text-red-600 dark:text-red-400 hover:text-red-800 dark:hover:text-red-300">
<i class="fas fa-trash"></i>
</button>
</td>
</tr>
<tr>
<td class="py-3 px-4">Marketing Video Series</td>
<td class="py-3 px-4">Video</td>
<td class="py-3 px-4">
<button class="text-blue-600 dark:text-blue-400 hover:text-blue-800 dark:hover:text-blue-300 mr-2">
<i class="fas fa-edit"></i>
</button>
<button class="text-red-600 dark:text-red-400 hover:text-red-800 dark:hover:text-red-300">
<i class="fas fa-trash"></i>
</button>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="mb-8">
<h3 class="text-xl font-semibold mb-4">Manage Services</h3>
<div class="bg-gray-100 dark:bg-slate-700 p-4 rounded-lg">
<div class="overflow-x-auto">
<table class="min-w-full bg-white dark:bg-slate-600 rounded-lg overflow-hidden">
<thead>
<tr class="bg-gray-200 dark:bg-slate-700">
<th class="py-2 px-4 text-left">Service</th>
<th class="py-2 px-4 text-left">Price</th>
<th class="py-2 px-4 text-left">Description</th>
<th class="py-2 px-4 text-left">Actions</th>
</tr>
</thead>
<tbody>
<tr class="border-b border-gray-200 dark:border-slate-700">
<td class="py-3 px-4">AI Consulting Package</td>
<td class="py-3 px-4">$180</td>
<td class="py-3 px-4">Up to 2 hours of AI tool matching...</td>
<td class="py-3 px-4">
<button class="text-blue-600 dark:text-blue-400 hover:text-blue-800 dark:hover:text-blue-300">
<i class="fas fa-edit"></i>
</button>
</td>
</tr>
<tr class="border-b border-gray-200 dark:border-slate-700">
<td class="py-3 px-4">AI Setup & Training</td>
<td class="py-3 px-4">$250</td>
<td class="py-3 px-4">1-on-1 live session guiding...</td>
<td class="py-3 px-4">
<button class="text-blue-600 dark:text-blue-400 hover:text-blue-800 dark:hover:text-blue-300">
<i class="fas fa-edit"></i>
</button>
</td>
</tr>
<tr>
<td class="py-3 px-4">Monthly Retainer</td>
<td class="py-3 px-4">$600/mo</td>
<td class="py-3 px-4">Ongoing consulting, content creation...</td>
<td class="py-3 px-4">
<button class="text-blue-600 dark:text-blue-400 hover:text-blue-800 dark:hover:text-blue-300">
<i class="fas fa-edit"></i>
</button>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div>
<h3 class="text-xl font-semibold mb-4">Website Settings</h3>
<div class="bg-gray-100 dark:bg-slate-700 p-4 rounded-lg">
<form class="space-y-4">
<div>
<label class="block text-sm font-medium mb-1">Maintenance Mode</label>
<label class="inline-flex items-center cursor-pointer">
<input type="checkbox" value="" class="sr-only peer">
<div class="relative w-11 h-6 bg-gray-200 peer-focus:outline-none peer-focus:ring-4 peer-focus:ring-blue-300 dark:peer-focus:ring-blue-800 rounded-full peer dark:bg-gray-700 peer-checked:after:translate-x-full rtl:peer-checked:after:-translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[2px] after:start-[2px] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all dark:border-gray-600 peer-checked:bg-blue-600"></div>
<span class="ms-3 text-sm font-medium text-gray-900 dark:text-gray-300">Enable</span>
</label>
</div>
<div>
<label class="block text-sm font-medium mb-1">Contact Form Email</label>
<input type="email" class="w-full px-3 py-2 border rounded-lg bg-white dark:bg-slate-600" value="contact@danielkinai.com">
</div>
<div class="flex justify-end">
<button type="submit" class="bg-primary dark:bg-accent text-white px-4 py-2 rounded-lg hover:bg-blue-700 dark:hover:bg-purple-700 transition">
Save Settings
</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="bg-white dark:bg-slate-800 border-t border-gray-200 dark:border-slate-700 py-12 px-4 sm:px-6 lg:px-8">
<div class="max-w-7xl mx-auto">
<div class="flex flex-col md:flex-row justify-between items-center">
<div class="mb-8 md:mb-0">
<a href="#home" class="text-2xl font-bold gradient-text">Danielkin AI</a>
<p class="text-gray-600 dark:text-gray-300 mt-2 max-w-md">
Creative Intelligence for Real Business Impact
</p>
</div>
<div class="grid grid-cols-2 md:grid-cols-3 gap-8 md:gap-16">
<div>
<h3 class="text-sm font-semibold text-gray-500 dark:text-gray-400 uppercase tracking-wider mb-4">Navigation</h3>
<ul class="space-y-2">
<li><a href="#home" class="text-gray-600 dark:text-gray-300 hover:text-primary dark:hover:text-accent transition">Home</a></li>
<li><a href="#about" class="text-gray-600 dark:text-gray-300 hover:text-primary dark:hover:text-accent transition">About</a></li>
<li><a href="#services" class="text-gray-600 dark:text-gray-300 hover:text-primary dark:hover:text-accent transition">Services</a></li>
<li><a href="#portfolio" class="text-gray-600 dark:text-gray-300 hover:text-primary dark:hover:text-accent transition">Portfolio</a></li>
<li><a href="#contact" class="text-gray-600 dark:text-gray-300 hover:text-primary dark:hover:text-accent transition">Contact</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-500 dark:text-gray-400 uppercase tracking-wider mb-4">Services</h3>
<ul class="space-y-2">
<li><a href="#services" class="text-gray-600 dark:text-gray-300 hover:text-primary dark:hover:text-accent transition">AI Consulting</a></li>
<li><a href="#services" class="text-gray-600 dark:text-gray-300 hover:text-primary dark:hover:text-accent transition">AI Training</a></li>
<li><a href="#services" class="text-gray-600 dark:text-gray-300 hover:text-primary dark:hover:text-accent transition">Creative Visuals</a></li>
<li><a href="#services" class="text-gray-600 dark:text-gray-300 hover:text-primary dark:hover:text-accent transition">Video Creation</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-500 dark:text-gray-400 uppercase tracking-wider mb-4">Connect</h3>
<ul class="space-y-2">
<li>
<a href="https://www.facebook.com/DanielkinAI" target="_blank" class="text-gray-600 dark:text-gray-300 hover:text-primary dark:hover:text-accent transition inline-flex items-center">
<i class="fab fa-facebook-f mr-2"></i> Facebook
</a>
</li>
<li>
<a href="#" class="text-gray-600 dark:text-gray-300 hover:text-primary dark:hover:text-accent transition inline-flex items-center">
<i class="fab fa-twitter mr-2"></i> Twitter
</a>
</li>
<li>
<a href="#" class="text-gray-600 dark:text-gray-300 hover:text-primary dark:hover:text-accent transition inline-flex items-center">
<i class="fab fa-linkedin-in mr-2"></i> LinkedIn
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="mt-12 pt-8 border-t border-gray-200 dark:border-slate-700 flex flex-col md:flex-row justify-between items-center">
<p class="text-gray-500 dark:text-gray-400 text-sm">
© 2023 Danielkin AI. All rights reserved.
</p>
<div class="mt-4 md:mt-0 flex space-x-6">
<a href="#" class="text-gray-500 dark:text-gray-400 hover:text-gray-700 dark:hover:text-gray-200">
<span class="sr-only">Privacy Policy</span>
Privacy
</a>
<a href="#" class="text-gray-500 dark:text-gray-400 hover:text-gray-700 dark:hover:text-gray-200">
<span class="sr-only">Terms</span>
Terms
</a>
</div>
</div>
</div>
</footer>
<script>
// Dark mode toggle
const toggle = document.getElementById('toggle');
const toggleMobile = document.getElementById('toggle-mobile');
// Check for saved user preference, if any, on load of the website
if (localStorage.getItem('darkMode') === 'enabled') {
document.documentElement.classList.add('dark');
toggle.checked = true;
if (toggleMobile) toggleMobile.checked = true;
}
// Toggle dark mode
function toggleDarkMode() {
if (document.documentElement.classList.contains('dark')) {
document.documentElement.classList.remove('dark');
localStorage.setItem('darkMode', 'disabled');
} else {
document.documentElement.classList.add('dark');
localStorage.setItem('darkMode', 'enabled');
}
}
toggle.addEventListener('change', toggleDarkMode);
if (toggleMobile) toggleMobile.addEventListener('change', toggleDarkMode);
// Mobile menu toggle
const mobileMenuButton = document.getElementById('mobile-menu-button');
const mobileMenu = document.getElementById('mobile-menu');
mobileMenuButton.addEventListener('click', () => {
mobileMenu.classList.toggle('hidden');
});
// Admin panel toggle
const adminToggle = document.getElementById('admin-toggle');
const adminToggleMobile = document.getElementById('admin-toggle-mobile');
const closeAdmin = document.getElementById('close-admin');
const adminPanel = document.querySelector('.admin-panel');
function toggleAdminPanel() {
document.body.classList.toggle('show-admin');
adminPanel.classList.toggle('hidden');
}
adminToggle.addEventListener('click', toggleAdminPanel);
if (adminToggleMobile) adminToggleMobile.addEventListener('click', toggleAdminPanel);
closeAdmin.addEventListener('click', toggleAdminPanel);
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
const targetId = this.getAttribute('href');
if (targetId === '#') return;
const targetElement = document.querySelector(targetId);
if (targetElement) {
// Close mobile menu if open
if (!mobileMenu.classList.contains('hidden')) {
mobileMenu.classList.add('hidden');
}
window.scrollTo({
top: targetElement.offsetTop - 80,
behavior: 'smooth'
});
}
});
});
// Form submission
const contactForm = document.getElementById('contact-form');
if (contactForm) {
contactForm.addEventListener('submit', function(e) {
e.preventDefault();
// Get form values
const name = document.getElementById('name').value;
const business = document.getElementById('business').value;
const goals = document.getElementById('goals').value;
const message = document.getElementById('message').value;
// Here you would typically send the data to a server
// For this example, we'll just show an alert
alert(`Thank you, ${name}! Your message has been received. We'll contact you soon about your ${business} business.`);
// Reset form
contactForm.reset();
});
}
// Add portfolio item form
const addPortfolioForm = document.getElementById('add-portfolio-form');
if (addPortfolioForm) {
addPortfolioForm.addEventListener('submit', function(e) {
e.preventDefault();
alert('Portfolio item added successfully!');
addPortfolioForm.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=DanielkinAI/danielkin-ai-deepsite" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |