Speedodude commited on
Commit
778847c
Β·
verified Β·
1 Parent(s): 3b90354

Design your own custom, personalized gear, nft, and dropshipping from near. Exactly what you're looking for. Sign up for email and get discounts for sure.

Browse files
Files changed (1) hide show
  1. index.html +55 -59
index.html CHANGED
@@ -3,8 +3,8 @@
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>SpeedoDude - AI Custom Fashion NFT Store</title>
7
- <link rel="icon" type="image/x-icon" href="https://api.dicebear.com/7.x/miniavs/svg?seed=SD&backgroundColor=ff6b35,004e89&clothingColor=f2d349,00b4d8">
8
  <link rel="stylesheet" href="style.css">
9
  <script src="https://cdn.tailwindcss.com"></script>
10
  <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
@@ -27,28 +27,27 @@
27
  <!-- Left Feature Panel -->
28
  <aside class="w-full lg:w-1/4 lg:h-screen flex items-center justify-center p-4 order-2 lg:order-1">
29
  <div class="ad-container-left glass-card rounded-2xl p-6 text-center transform hover:scale-105 transition-all duration-300">
30
- <h3 class="text-white text-xl font-bold mb-4 gradient-text">AI Generated Designs</h3>
31
  <div class="ad-content space-y-4">
32
  <div class="relative">
33
- <canvas id="ai-preview-1" width="320" height="240" class="rounded-lg mx-auto shadow-lg bg-gradient-to-br from-purple-500 to-pink-500"></canvas>
34
  <button class="absolute inset-0 flex items-center justify-center bg-black bg-opacity-50 rounded-lg opacity-0 hover:opacity-100 transition-opacity duration-300">
35
- <i data-feather="refresh-cw" class="w-8 h-8 text-white"></i>
36
  </button>
37
  </div>
38
  <div class="relative">
39
- <canvas id="ai-preview-2" width="320" height="240" class="rounded-lg mx-auto shadow-lg bg-gradient-to-br from-cyan-500 to-blue-500"></canvas>
40
  <button class="absolute inset-0 flex items-center justify-center bg-black bg-opacity-50 rounded-lg opacity-0 hover:opacity-100 transition-opacity duration-300">
41
- <i data-feather="refresh-cw" class="w-8 h-8 text-white"></i>
42
  </button>
43
  </div>
44
  </div>
45
- <button onclick="generatePreviews()" class="mt-4 bg-gradient-to-r from-purple-500 to-pink-500 text-white px-4 py-2 rounded-full text-sm font-semibold hover:shadow-lg transition-all duration-300 cursor-pointer">
46
- Generate New NFT Patterns
47
  </button>
48
  </div>
49
  </aside>
50
-
51
- <!-- Center Content -->
52
  <main class="w-full lg:w-1/2 flex flex-col items-center justify-center text-center z-10 order-1 lg:order-2 py-8">
53
  <div class="glass-card rounded-3xl p-8 md:p-12 max-w-lg w-full">
54
  <!-- Logo placeholder -->
@@ -56,59 +55,58 @@ Generate New NFT Patterns
56
  <img src="https://api.dicebear.com/7.x/miniavs/svg?seed=SD&backgroundColor=ff6b35,004e89&clothingColor=f2d349,00b4d8" alt="SpeedoDude Logo" class="w-32 h-32 mx-auto rounded-full border-4 border-white border-opacity-20 shadow-2xl">
57
  <div class="logo-glow absolute inset-0 rounded-full"></div>
58
  </div>
59
-
60
  <!-- Main Title -->
61
  <h1 class="text-5xl md:text-6xl font-black text-white mb-4 tracking-tight">
62
- <span class="gradient-text animate-pulse">CUSTOM</span>
63
  <br>
64
- <span class="text-blue-200">NFT FASHION</span>
65
  </h1>
66
 
67
  <p class="text-blue-100 text-xl mb-8 leading-relaxed">
68
- Create, mint & sell AI-generated custom apparel designs. Own your unique fashion NFTs!
69
  </p>
70
 
71
- <!-- Mint NFT Button -->
72
- <button onclick="launchMintModal()" class="w-full bg-gradient-to-r from-yellow-400 to-orange-500 text-white py-4 px-6 rounded-full font-bold text-lg shadow-lg hover:shadow-2xl transform hover:scale-105 transition-all duration-300 mb-4 cursor-pointer">
73
- <i data-feather="zap" class="inline w-6 h-6 mr-2"></i>
74
- Mint Your First NFT Design
75
  </button>
76
- <!-- Email signup -->
77
- <div class="email-container mt-12">
78
- <form id="signup-form" class="space-y-4">
79
- <div class="relative">
80
- <input
81
- type="email"
82
- id="email-input"
83
- placeholder="Enter your email for exclusive deals"
84
- class="w-full px-6 py-4 pr-16 rounded-full bg-white bg-opacity-10 border border-white border-opacity-20 text-white placeholder-blue-200 focus:outline-none focus:ring-4 focus:ring-blue-400 focus:ring-opacity-50 transition-all duration-300"
85
- required
86
- >
87
- <button
88
- type="submit"
89
- class="absolute right-2 top-1/2 transform -translate-y-1/2 w-12 h-12 bg-gradient-to-r from-blue-500 to-purple-600 rounded-full hover:from-purple-600 hover:to-blue-500 transition-all duration-300 shadow-lg hover:shadow-2xl group cursor-pointer"
90
- >
91
- <i data-feather="arrow-right" class="w-6 h-6 text-white transform transition-transform duration-300 group-hover:translate-x-1"></i>
92
- </button>
93
- </div>
94
-
95
- <div class="text-center">
96
- <label class="flex items-center justify-center text-sm text-blue-200">
97
- <input type="checkbox" id="consent" class="mr-2 rounded" required>
98
- I agree to receive awesome discounts and swimming tips
99
- </label>
100
- </div>
101
- </form>
102
 
103
- <div id="success-message" class="hidden mt-6">
104
- <div class="bg-green-500 bg-opacity-20 border border-green-300 rounded-full px-6 py-4 text-white">
105
- <i data-feather="check-circle" class="inline w-5 h-5 mr-2"></i>
106
- You're in! Check your email for a sweet 20% discount πŸŠβ€β™‚οΈ
107
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
108
  </div>
109
- </div>
 
 
 
 
 
 
 
110
 
111
- <!-- Countdown Timer -->
 
 
 
 
 
 
 
112
  <div class="countdown-container mt-8">
113
  <div class="grid grid-cols-4 gap-4 max-w-xs mx-auto">
114
  <div class="time-unit glass-card rounded-xl p-3">
@@ -146,20 +144,18 @@ Generate New NFT Patterns
146
  </div>
147
  </div>
148
  </main>
149
-
150
  <!-- Right Advertising Column -->
151
  <aside class="w-full lg:w-1/4 lg:h-screen flex items-center justify-center p-4 order-3">
152
  <div class="ad-container-right glass-card rounded-2xl p-6 text-center transform hover:scale-105 transition-all duration-300">
153
- <h3 class="text-white text-xl font-bold mb-4 gradient-text">Pro Athletes</h3>
154
  <div class="ad-content space-y-4">
155
- <img src="https://static.photos/sport/320x240/125" alt="Pro swimmer" class="rounded-lg mx-auto shadow-lg">
156
- <img src="https://static.photos/sport/320x240/126" alt="Championship pool" class="rounded-lg mx-auto shadow-lg">
157
  </div>
158
- <p class="text-blue-200 text-sm mt-4 italic">Get the gear champions trust</p>
159
  </div>
160
  </aside>
161
-
162
- </div>
163
  <script src="script.js"></script>
164
  <script>feather.replace();</script>
165
  <script src="https://huggingface.co/deepsite/deepsite-badge.js"></script>
 
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>SpeedoDude - Design Your Own Custom Gear & NFTs</title>
7
+ <link rel="icon" type="image/x-icon" href="https://api.dicebear.com/7.x/miniavs/svg?seed=SD&backgroundColor=ff6b35,004e89&clothingColor=f2d349,00b4d8">
8
  <link rel="stylesheet" href="style.css">
9
  <script src="https://cdn.tailwindcss.com"></script>
10
  <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
 
27
  <!-- Left Feature Panel -->
28
  <aside class="w-full lg:w-1/4 lg:h-screen flex items-center justify-center p-4 order-2 lg:order-1">
29
  <div class="ad-container-left glass-card rounded-2xl p-6 text-center transform hover:scale-105 transition-all duration-300">
30
+ <h3 class="text-white text-xl font-bold mb-4 gradient-text">Personalize Everything</h3>
31
  <div class="ad-content space-y-4">
32
  <div class="relative">
33
+ <canvas id="custom-preview-1" width="320" height="240" class="rounded-lg mx-auto shadow-lg bg-gradient-to-br from-purple-500 to-pink-500"></canvas>
34
  <button class="absolute inset-0 flex items-center justify-center bg-black bg-opacity-50 rounded-lg opacity-0 hover:opacity-100 transition-opacity duration-300">
35
+ <i data-feather="edit-3" class="w-8 h-8 text-white"></i>
36
  </button>
37
  </div>
38
  <div class="relative">
39
+ <canvas id="custom-preview-2" width="320" height="240" class="rounded-lg mx-auto shadow-lg bg-gradient-to-br from-cyan-500 to-blue-500"></canvas>
40
  <button class="absolute inset-0 flex items-center justify-center bg-black bg-opacity-50 rounded-lg opacity-0 hover:opacity-100 transition-opacity duration-300">
41
+ <i data-feather="edit-3" class="w-8 h-8 text-white"></i>
42
  </button>
43
  </div>
44
  </div>
45
+ <button onclick="generatePreviews()" class="mt-4 bg-gradient-to-r from-purple-500 to-pink-500 text-white px-4 py-2 rounded-full text-sm font-semibold hover:shadow-lg transition-all duration-300 cursor-pointer">
46
+ Customize Your Design
47
  </button>
48
  </div>
49
  </aside>
50
+ <!-- Center Content -->
 
51
  <main class="w-full lg:w-1/2 flex flex-col items-center justify-center text-center z-10 order-1 lg:order-2 py-8">
52
  <div class="glass-card rounded-3xl p-8 md:p-12 max-w-lg w-full">
53
  <!-- Logo placeholder -->
 
55
  <img src="https://api.dicebear.com/7.x/miniavs/svg?seed=SD&backgroundColor=ff6b35,004e89&clothingColor=f2d349,00b4d8" alt="SpeedoDude Logo" class="w-32 h-32 mx-auto rounded-full border-4 border-white border-opacity-20 shadow-2xl">
56
  <div class="logo-glow absolute inset-0 rounded-full"></div>
57
  </div>
 
58
  <!-- Main Title -->
59
  <h1 class="text-5xl md:text-6xl font-black text-white mb-4 tracking-tight">
60
+ <span class="gradient-text animate-pulse">DESIGN YOUR</span>
61
  <br>
62
+ <span class="text-blue-200">CUSTOM GEAR</span>
63
  </h1>
64
 
65
  <p class="text-blue-100 text-xl mb-8 leading-relaxed">
66
+ Create personalized swimwear, mint as NFTs, and dropship from local partners. Exactly what you're looking for!
67
  </p>
68
 
69
+ <!-- Design Studio Button -->
70
+ <button onclick="launchDesignStudio()" class="w-full bg-gradient-to-r from-yellow-400 to-orange-500 text-white py-4 px-6 rounded-full font-bold text-lg shadow-lg hover:shadow-2xl transform hover:scale-105 transition-all duration-300 mb-4 cursor-pointer">
71
+ <i data-feather="edit-3" class="inline w-6 h-6 mr-2"></i>
72
+ Start Designing Now
73
  </button>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
74
 
75
+ <!-- Email signup -->
76
+ <div class="email-container mt-12">
77
+ <form id="signup-form" class="space-y-4">
78
+ <div class="relative">
79
+ <input
80
+ type="email"
81
+ id="email-input"
82
+ placeholder="Enter email for 25% off + free shipping"
83
+ class="w-full px-6 py-4 pr-16 rounded-full bg-white bg-opacity-10 border border-white border-opacity-20 text-white placeholder-blue-200 focus:outline-none focus:ring-4 focus:ring-blue-400 focus:ring-opacity-50 transition-all duration-300"
84
+ required
85
+ >
86
+ <button
87
+ type="submit"
88
+ class="absolute right-2 top-1/2 transform -translate-y-1/2 w-12 h-12 bg-gradient-to-r from-blue-500 to-purple-600 rounded-full hover:from-purple-600 hover:to-blue-500 transition-all duration-300 shadow-lg hover:shadow-2xl group cursor-pointer"
89
+ >
90
+ <i data-feather="arrow-right" class="w-6 h-6 text-white transform transition-transform duration-300 group-hover:translate-x-1"></i>
91
+ </button>
92
  </div>
93
+
94
+ <div class="text-center">
95
+ <label class="flex items-center justify-center text-sm text-blue-200">
96
+ <input type="checkbox" id="consent" class="mr-2 rounded" required>
97
+ Get discounts for sure + local dropshipping updates
98
+ </label>
99
+ </div>
100
+ </form>
101
 
102
+ <div id="success-message" class="hidden mt-6">
103
+ <div class="bg-green-500 bg-opacity-20 border border-green-300 rounded-full px-6 py-4 text-white">
104
+ <i data-feather="check-circle" class="inline w-5 h-5 mr-2"></i>
105
+ You're in! 25% off code sent to your email πŸŠβ€β™‚οΈ
106
+ </div>
107
+ </div>
108
+ </div>
109
+ <!-- Countdown Timer -->
110
  <div class="countdown-container mt-8">
111
  <div class="grid grid-cols-4 gap-4 max-w-xs mx-auto">
112
  <div class="time-unit glass-card rounded-xl p-3">
 
144
  </div>
145
  </div>
146
  </main>
 
147
  <!-- Right Advertising Column -->
148
  <aside class="w-full lg:w-1/4 lg:h-screen flex items-center justify-center p-4 order-3">
149
  <div class="ad-container-right glass-card rounded-2xl p-6 text-center transform hover:scale-105 transition-all duration-300">
150
+ <h3 class="text-white text-xl font-bold mb-4 gradient-text">Local Dropshipping</h3>
151
  <div class="ad-content space-y-4">
152
+ <img src="https://static.photos/workspace/320x240/127" alt="Local warehouse" class="rounded-lg mx-auto shadow-lg">
153
+ <img src="https://static.photos/transportation/320x240/128" alt="Fast delivery" class="rounded-lg mx-auto shadow-lg">
154
  </div>
155
+ <p class="text-blue-200 text-sm mt-4 italic">Shipped from partners near you</p>
156
  </div>
157
  </aside>
158
+ </div>
 
159
  <script src="script.js"></script>
160
  <script>feather.replace();</script>
161
  <script src="https://huggingface.co/deepsite/deepsite-badge.js"></script>