Promote version 3a3bcd5 to main
Browse filesPromoted commit 3a3bcd502a856de530038176f60f955c04fa98d7 to main branch
- index.html +5 -7
index.html
CHANGED
|
@@ -9,8 +9,8 @@
|
|
| 9 |
<script src="https://unpkg.com/feather-icons"></script>
|
| 10 |
<link rel="preconnect" href="https://fonts.googleapis.com">
|
| 11 |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
| 12 |
-
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Montserrat:wght@700;800&
|
| 13 |
-
<style>
|
| 14 |
body {
|
| 15 |
font-family: 'Poppins', sans-serif;
|
| 16 |
color: #FFFFFF;
|
|
@@ -65,11 +65,9 @@
|
|
| 65 |
<div class="relative max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
|
| 66 |
<div class="absolute inset-0 bg-[url('https://static.photos/legal/1200x630/42')] opacity-10 bg-cover bg-center -z-10"></div>
|
| 67 |
<img id="hero-logo" src="https://huggingface.co/spaces/Twinory/undefined/resolve/main/images/TWINORY%20Logo%20-%20Edited.png" alt="Twinory Logo" class="h-80 mx-auto mb-6 opacity-0 transform translate-y-10 transition-all duration-1000">
|
| 68 |
-
<
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
</p>
|
| 72 |
-
</div>
|
| 73 |
</div>
|
| 74 |
</div>
|
| 75 |
|
|
|
|
| 9 |
<script src="https://unpkg.com/feather-icons"></script>
|
| 10 |
<link rel="preconnect" href="https://fonts.googleapis.com">
|
| 11 |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
| 12 |
+
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Montserrat:wght@700;800&display=swap" rel="stylesheet">
|
| 13 |
+
<style>
|
| 14 |
body {
|
| 15 |
font-family: 'Poppins', sans-serif;
|
| 16 |
color: #FFFFFF;
|
|
|
|
| 65 |
<div class="relative max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
|
| 66 |
<div class="absolute inset-0 bg-[url('https://static.photos/legal/1200x630/42')] opacity-10 bg-cover bg-center -z-10"></div>
|
| 67 |
<img id="hero-logo" src="https://huggingface.co/spaces/Twinory/undefined/resolve/main/images/TWINORY%20Logo%20-%20Edited.png" alt="Twinory Logo" class="h-80 mx-auto mb-6 opacity-0 transform translate-y-10 transition-all duration-1000">
|
| 68 |
+
<p id="hero-tagline" class="text-3xl md:text-5xl text-gray-300 max-w-3xl mx-auto opacity-0 transform translate-y-10 transition-all duration-1000 delay-300 font-bold tracking-wide">
|
| 69 |
+
Just list it, with perfection!
|
| 70 |
+
</p>
|
|
|
|
|
|
|
| 71 |
</div>
|
| 72 |
</div>
|
| 73 |
|