Twinory commited on
Commit
a6a54a0
·
verified ·
1 Parent(s): 84ce16b

Promote version 3a3bcd5 to main

Browse files

Promoted commit 3a3bcd502a856de530038176f60f955c04fa98d7 to main branch

Files changed (1) hide show
  1. 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&family=Playfair+Display:wght@700;800&family=Cormorant+Garamond:wght@500;600;700&display=swap" rel="stylesheet">
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
- <div class="bg-opacity-20 bg-black backdrop-blur-sm rounded-xl p-8 border border-gray-800 shadow-xl max-w-3xl mx-auto opacity-0 transform translate-y-10 transition-all duration-1000 delay-500">
69
- <p id="hero-tagline" class="text-3xl md:text-5xl text-white font-serif italic font-bold tracking-wide text-center">
70
- Just list it, with perfection!
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