rahul7star commited on
Commit
1872782
·
verified ·
1 Parent(s): 441a4fe

update copyright to 2025 OhamLab. Also everywhere replace AI Clone heading to OhamLab . add youtube , insta icon and link to https://www.instagram.com/ohamlab/ - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +13 -5
index.html CHANGED
@@ -54,7 +54,7 @@
54
  <div class="container mx-auto px-4 py-3 flex justify-between items-center">
55
  <div class="flex items-center">
56
  <i class="fas fa-robot text-indigo-600 text-2xl mr-2"></i>
57
- <span class="text-xl font-bold text-gray-800">AI Clone</span>
58
  </div>
59
  <div class="hidden md:flex space-x-8">
60
  <a href="#home" class="nav-link text-gray-700 hover:text-indigo-600 font-medium">Home</a>
@@ -73,7 +73,7 @@
73
  <header class="flex justify-between items-center mb-12">
74
  <div class="flex items-center">
75
  <i class="fas fa-robot text-indigo-600 text-3xl mr-3"></i>
76
- <h1 class="text-2xl font-bold text-gray-800">AI Clone</h1>
77
  </div>
78
  <div id="auth-section">
79
  <button id="sign-in-btn" class="bg-white text-gray-700 px-6 py-2 rounded-full shadow-md hover:bg-gray-100 transition flex items-center">
@@ -94,7 +94,7 @@
94
  <main class="max-w-4xl mx-auto">
95
  <!-- Home Section -->
96
  <section id="home" class="text-center py-16">
97
- <h1 class="text-4xl font-bold text-gray-800 mb-4">Create Your Digital Twin</h1>
98
  <p class="text-xl text-gray-600 mb-8">Generate AI-powered avatars that look just like you</p>
99
  <div class="flex space-x-4 justify-center">
100
  <button id="get-started-btn" class="bg-gradient-to-r from-indigo-500 to-purple-600 text-white px-8 py-3 rounded-full font-medium shadow-lg hover:opacity-90 transition">
@@ -384,7 +384,15 @@
384
  <!-- Footer -->
385
  <footer class="mt-12 bg-white py-8 border-t border-gray-200">
386
  <div class="container mx-auto px-4 text-center text-gray-600">
387
- <p>© 2023 AI Clone. All rights reserved.</p>
 
 
 
 
 
 
 
 
388
  </div>
389
  </footer>
390
 
@@ -402,7 +410,7 @@
402
  <div class="relative w-full max-w-4xl mx-4">
403
  <div class="bg-white rounded-lg overflow-hidden shadow-xl">
404
  <div class="flex justify-between items-center px-6 py-4 border-b">
405
- <h3 class="text-xl font-semibold text-gray-800">AI Clone Demo</h3>
406
  <button id="close-modal" class="text-gray-500 hover:text-gray-700">
407
  <i class="fas fa-times text-2xl"></i>
408
  </button>
 
54
  <div class="container mx-auto px-4 py-3 flex justify-between items-center">
55
  <div class="flex items-center">
56
  <i class="fas fa-robot text-indigo-600 text-2xl mr-2"></i>
57
+ <span class="text-xl font-bold text-gray-800">OhamLab</span>
58
  </div>
59
  <div class="hidden md:flex space-x-8">
60
  <a href="#home" class="nav-link text-gray-700 hover:text-indigo-600 font-medium">Home</a>
 
73
  <header class="flex justify-between items-center mb-12">
74
  <div class="flex items-center">
75
  <i class="fas fa-robot text-indigo-600 text-3xl mr-3"></i>
76
+ <h1 class="text-2xl font-bold text-gray-800">OhamLab</h1>
77
  </div>
78
  <div id="auth-section">
79
  <button id="sign-in-btn" class="bg-white text-gray-700 px-6 py-2 rounded-full shadow-md hover:bg-gray-100 transition flex items-center">
 
94
  <main class="max-w-4xl mx-auto">
95
  <!-- Home Section -->
96
  <section id="home" class="text-center py-16">
97
+ <h1 class="text-4xl font-bold text-gray-800 mb-4">OhamLab - Create Your Digital Twin</h1>
98
  <p class="text-xl text-gray-600 mb-8">Generate AI-powered avatars that look just like you</p>
99
  <div class="flex space-x-4 justify-center">
100
  <button id="get-started-btn" class="bg-gradient-to-r from-indigo-500 to-purple-600 text-white px-8 py-3 rounded-full font-medium shadow-lg hover:opacity-90 transition">
 
384
  <!-- Footer -->
385
  <footer class="mt-12 bg-white py-8 border-t border-gray-200">
386
  <div class="container mx-auto px-4 text-center text-gray-600">
387
+ <p>© 2025 OhamLab. All rights reserved.</p>
388
+ <div class="flex justify-center space-x-4 mt-4">
389
+ <a href="https://www.instagram.com/ohamlab/" target="_blank" class="text-gray-600 hover:text-pink-500">
390
+ <i class="fab fa-instagram text-2xl"></i>
391
+ </a>
392
+ <a href="https://www.youtube.com/" target="_blank" class="text-gray-600 hover:text-red-500">
393
+ <i class="fab fa-youtube text-2xl"></i>
394
+ </a>
395
+ </div>
396
  </div>
397
  </footer>
398
 
 
410
  <div class="relative w-full max-w-4xl mx-4">
411
  <div class="bg-white rounded-lg overflow-hidden shadow-xl">
412
  <div class="flex justify-between items-center px-6 py-4 border-b">
413
+ <h3 class="text-xl font-semibold text-gray-800">OhamLab Demo</h3>
414
  <button id="close-modal" class="text-gray-500 hover:text-gray-700">
415
  <i class="fas fa-times text-2xl"></i>
416
  </button>