AI4U2 commited on
Commit
de672b8
·
verified ·
1 Parent(s): 3eb7c99

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +6 -4
  2. index.html +621 -19
  3. prompts.txt +1 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Coaching Space
3
- emoji: 🏃
4
- colorFrom: green
5
  colorTo: pink
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: coaching-space
3
+ emoji: 🐳
4
+ colorFrom: blue
5
  colorTo: pink
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,621 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Alex Marshi | Transformational Life Coaching</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <link rel="preconnect" href="https://fonts.googleapis.com">
10
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
11
+ <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;900&display=swap" rel="stylesheet">
12
+ <style>
13
+ body {
14
+ font-family: 'Montserrat', sans-serif;
15
+ background-color: #0a0a0a;
16
+ color: white;
17
+ overflow-x: hidden;
18
+ }
19
+
20
+ .hero-video {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 100%;
25
+ height: 100%;
26
+ object-fit: cover;
27
+ z-index: -1;
28
+ opacity: 0.3;
29
+ }
30
+
31
+ .gradient-text {
32
+ background: linear-gradient(90deg, #00dbde, #fc00ff);
33
+ -webkit-background-clip: text;
34
+ background-clip: text;
35
+ color: transparent;
36
+ }
37
+
38
+ .glow {
39
+ text-shadow: 0 0 10px rgba(0, 219, 222, 0.7);
40
+ }
41
+
42
+ .card-hover {
43
+ transition: all 0.3s ease;
44
+ transform: translateY(0);
45
+ }
46
+
47
+ .card-hover:hover {
48
+ transform: translateY(-10px);
49
+ box-shadow: 0 20px 25px -5px rgba(0, 219, 222, 0.1), 0 10px 10px -5px rgba(0, 219, 222, 0.04);
50
+ }
51
+
52
+ .parallax {
53
+ background-attachment: fixed;
54
+ background-position: center;
55
+ background-repeat: no-repeat;
56
+ background-size: cover;
57
+ }
58
+
59
+ @keyframes float {
60
+ 0% { transform: translateY(0px); }
61
+ 50% { transform: translateY(-20px); }
62
+ 100% { transform: translateY(0px); }
63
+ }
64
+
65
+ .floating {
66
+ animation: float 6s ease-in-out infinite;
67
+ }
68
+
69
+ .typewriter {
70
+ overflow: hidden;
71
+ border-right: .15em solid #00dbde;
72
+ white-space: nowrap;
73
+ margin: 0 auto;
74
+ letter-spacing: .15em;
75
+ animation:
76
+ typing 3.5s steps(40, end),
77
+ blink-caret .75s step-end infinite;
78
+ }
79
+
80
+ @keyframes typing {
81
+ from { width: 0 }
82
+ to { width: 100% }
83
+ }
84
+
85
+ @keyframes blink-caret {
86
+ from, to { border-color: transparent }
87
+ 50% { border-color: #00dbde; }
88
+ }
89
+
90
+ .scroll-indicator {
91
+ position: absolute;
92
+ bottom: 30px;
93
+ left: 50%;
94
+ transform: translateX(-50%);
95
+ width: 30px;
96
+ height: 50px;
97
+ border: 2px solid #00dbde;
98
+ border-radius: 15px;
99
+ }
100
+
101
+ .scroll-indicator::before {
102
+ content: '';
103
+ position: absolute;
104
+ top: 10px;
105
+ left: 50%;
106
+ width: 6px;
107
+ height: 6px;
108
+ margin-left: -3px;
109
+ background-color: #00dbde;
110
+ border-radius: 50%;
111
+ animation: scrollDown 2s infinite;
112
+ }
113
+
114
+ @keyframes scrollDown {
115
+ 0% {
116
+ transform: translateY(0);
117
+ opacity: 1;
118
+ }
119
+ 100% {
120
+ transform: translateY(20px);
121
+ opacity: 0;
122
+ }
123
+ }
124
+ </style>
125
+ </head>
126
+ <body class="antialiased">
127
+ <!-- Navigation -->
128
+ <nav class="fixed w-full z-50 bg-black bg-opacity-80 backdrop-blur-md">
129
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
130
+ <div class="flex justify-between h-20 items-center">
131
+ <div class="flex-shrink-0 flex items-center">
132
+ <span class="text-2xl font-bold gradient-text">Alex Marshi</span>
133
+ </div>
134
+ <div class="hidden md:block">
135
+ <div class="ml-10 flex items-baseline space-x-8">
136
+ <a href="#home" class="text-white hover:text-cyan-300 px-3 py-2 text-sm font-medium transition-all duration-300">Home</a>
137
+ <a href="#about" class="text-white hover:text-cyan-300 px-3 py-2 text-sm font-medium transition-all duration-300">About</a>
138
+ <a href="#services" class="text-white hover:text-cyan-300 px-3 py-2 text-sm font-medium transition-all duration-300">Services</a>
139
+ <a href="#testimonials" class="text-white hover:text-cyan-300 px-3 py-2 text-sm font-medium transition-all duration-300">Testimonials</a>
140
+ <a href="#contact" class="text-white hover:text-cyan-300 px-3 py-2 text-sm font-medium transition-all duration-300">Contact</a>
141
+ </div>
142
+ </div>
143
+ <div class="md:hidden">
144
+ <button class="text-white focus:outline-none">
145
+ <i class="fas fa-bars text-2xl"></i>
146
+ </button>
147
+ </div>
148
+ </div>
149
+ </div>
150
+ </nav>
151
+
152
+ <!-- Hero Section -->
153
+ <section id="home" class="relative h-screen flex items-center justify-center overflow-hidden">
154
+ <video autoplay muted loop class="hero-video">
155
+ <source src="https://assets.mixkit.co/videos/preview/mixkit-abstract-digital-background-1144-large.mp4" type="video/mp4">
156
+ </video>
157
+ <div class="absolute inset-0 bg-gradient-to-b from-black via-transparent to-black opacity-70"></div>
158
+ <div class="relative z-10 text-center px-4">
159
+ <h1 class="text-5xl md:text-7xl font-bold mb-6 glow">
160
+ <span class="gradient-text">Transform</span> Your Life
161
+ </h1>
162
+ <p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto">With Alex Marshi's revolutionary coaching methodology that blends neuroscience, psychology, and ancient wisdom</p>
163
+ <div class="typewriter text-xl mb-8">Breakthroughs start here...</div>
164
+ <div class="flex justify-center space-x-4">
165
+ <a href="#contact" class="px-8 py-3 bg-gradient-to-r from-cyan-500 to-purple-600 rounded-full font-semibold hover:opacity-90 transition-all duration-300 transform hover:scale-105 shadow-lg shadow-cyan-500/30">Book Session</a>
166
+ <a href="#about" class="px-8 py-3 border border-cyan-500 rounded-full font-semibold hover:bg-cyan-500 hover:bg-opacity-10 transition-all duration-300 transform hover:scale-105">Learn More</a>
167
+ </div>
168
+ </div>
169
+ <div class="scroll-indicator"></div>
170
+ </section>
171
+
172
+ <!-- About Section -->
173
+ <section id="about" class="py-20 px-4 bg-black">
174
+ <div class="max-w-7xl mx-auto">
175
+ <div class="text-center mb-16">
176
+ <h2 class="text-4xl font-bold mb-4">Meet <span class="gradient-text">Alex Marshi</span></h2>
177
+ <div class="w-24 h-1 bg-gradient-to-r from-cyan-500 to-purple-600 mx-auto mb-6"></div>
178
+ <p class="text-xl text-gray-300 max-w-3xl mx-auto">Visionary coach helping high achievers unlock their ultimate potential</p>
179
+ </div>
180
+
181
+ <div class="flex flex-col md:flex-row items-center gap-12">
182
+ <div class="md:w-1/2 relative">
183
+ <div class="relative rounded-xl overflow-hidden">
184
+ <img src="https://images.unsplash.com/photo-1580489944761-15a05d5f49e1?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Alex Marshi" class="w-full h-auto rounded-xl transform transition-all duration-500 hover:scale-105">
185
+ <div class="absolute inset-0 bg-gradient-to-t from-black via-transparent to-transparent opacity-80"></div>
186
+ </div>
187
+ <div class="absolute -bottom-6 -right-6 bg-gradient-to-r from-cyan-500 to-purple-600 p-4 rounded-xl shadow-2xl z-10 floating">
188
+ <div class="text-center">
189
+ <p class="text-5xl font-bold">10+</p>
190
+ <p class="text-sm">Years Experience</p>
191
+ </div>
192
+ </div>
193
+ </div>
194
+
195
+ <div class="md:w-1/2">
196
+ <h3 class="text-3xl font-bold mb-6">The <span class="gradient-text">Marshi Method</span></h3>
197
+ <p class="text-gray-300 mb-6">After overcoming his own personal struggles with anxiety and self-doubt, Alex developed a unique coaching methodology that combines cutting-edge neuroscience with timeless spiritual principles.</p>
198
+
199
+ <div class="space-y-4">
200
+ <div class="flex items-start">
201
+ <div class="flex-shrink-0 mt-1">
202
+ <div class="flex items-center justify-center h-8 w-8 rounded-full bg-gradient-to-r from-cyan-500 to-purple-600">
203
+ <i class="fas fa-brain text-white"></i>
204
+ </div>
205
+ </div>
206
+ <div class="ml-4">
207
+ <h4 class="text-lg font-semibold">Neuroscience-Based</h4>
208
+ <p class="text-gray-400">Utilizing proven techniques to rewire your brain for success</p>
209
+ </div>
210
+ </div>
211
+
212
+ <div class="flex items-start">
213
+ <div class="flex-shrink-0 mt-1">
214
+ <div class="flex items-center justify-center h-8 w-8 rounded-full bg-gradient-to-r from-cyan-500 to-purple-600">
215
+ <i class="fas fa-heart text-white"></i>
216
+ </div>
217
+ </div>
218
+ <div class="ml-4">
219
+ <h4 class="text-lg font-semibold">Holistic Approach</h4>
220
+ <p class="text-gray-400">Addressing mind, body, and spirit for complete transformation</p>
221
+ </div>
222
+ </div>
223
+
224
+ <div class="flex items-start">
225
+ <div class="flex-shrink-0 mt-1">
226
+ <div class="flex items-center justify-center h-8 w-8 rounded-full bg-gradient-to-r from-cyan-500 to-purple-600">
227
+ <i class="fas fa-bolt text-white"></i>
228
+ </div>
229
+ </div>
230
+ <div class="ml-4">
231
+ <h4 class="text-lg font-semibold">Rapid Results</h4>
232
+ <p class="text-gray-400">Clients often experience breakthroughs in just weeks</p>
233
+ </div>
234
+ </div>
235
+ </div>
236
+
237
+ <div class="mt-8">
238
+ <a href="#services" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-full shadow-sm text-white bg-gradient-to-r from-cyan-500 to-purple-600 hover:opacity-90 transition-all duration-300">
239
+ Explore Services
240
+ <i class="fas fa-arrow-right ml-2"></i>
241
+ </a>
242
+ </div>
243
+ </div>
244
+ </div>
245
+ </div>
246
+ </section>
247
+
248
+ <!-- Services Section -->
249
+ <section id="services" class="py-20 px-4 bg-gradient-to-b from-black to-gray-900">
250
+ <div class="max-w-7xl mx-auto">
251
+ <div class="text-center mb-16">
252
+ <h2 class="text-4xl font-bold mb-4">Transformational <span class="gradient-text">Programs</span></h2>
253
+ <div class="w-24 h-1 bg-gradient-to-r from-cyan-500 to-purple-600 mx-auto mb-6"></div>
254
+ <p class="text-xl text-gray-300 max-w-3xl mx-auto">Customized coaching solutions designed for your unique needs</p>
255
+ </div>
256
+
257
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
258
+ <!-- Service Card 1 -->
259
+ <div class="bg-gray-900 rounded-xl p-8 card-hover border border-gray-800 hover:border-cyan-500 transition-all duration-500">
260
+ <div class="flex items-center justify-center h-16 w-16 rounded-full bg-gradient-to-r from-cyan-500 to-blue-500 mb-6">
261
+ <i class="fas fa-rocket text-white text-2xl"></i>
262
+ </div>
263
+ <h3 class="text-2xl font-bold mb-4">Breakthrough Intensive</h3>
264
+ <p class="text-gray-400 mb-6">3-month deep dive program for those ready to make massive life changes</p>
265
+ <ul class="space-y-3 mb-8">
266
+ <li class="flex items-center">
267
+ <i class="fas fa-check-circle text-cyan-500 mr-2"></i>
268
+ <span>Weekly 1:1 coaching sessions</span>
269
+ </li>
270
+ <li class="flex items-center">
271
+ <i class="fas fa-check-circle text-cyan-500 mr-2"></i>
272
+ <span>Customized action plan</span>
273
+ </li>
274
+ <li class="flex items-center">
275
+ <i class="fas fa-check-circle text-cyan-500 mr-2"></i>
276
+ <span>24/7 Voxer support</span>
277
+ </li>
278
+ </ul>
279
+ <div class="text-3xl font-bold mb-4">$3,997</div>
280
+ <a href="#contact" class="inline-flex items-center justify-center w-full px-6 py-3 border border-transparent text-base font-medium rounded-full shadow-sm text-white bg-gradient-to-r from-cyan-500 to-blue-600 hover:opacity-90 transition-all duration-300">
281
+ Get Started
282
+ </a>
283
+ </div>
284
+
285
+ <!-- Service Card 2 (Featured) -->
286
+ <div class="bg-gray-800 rounded-xl p-8 card-hover border border-purple-500 transform scale-105 shadow-xl shadow-purple-500/20 relative">
287
+ <div class="absolute -top-3 -right-3 bg-purple-600 text-white text-xs font-bold px-3 py-1 rounded-full">MOST POPULAR</div>
288
+ <div class="flex items-center justify-center h-16 w-16 rounded-full bg-gradient-to-r from-purple-500 to-pink-500 mb-6">
289
+ <i class="fas fa-crown text-white text-2xl"></i>
290
+ </div>
291
+ <h3 class="text-2xl font-bold mb-4">Elite Mastermind</h3>
292
+ <p class="text-gray-300 mb-6">6-month high-level transformation for entrepreneurs and executives</p>
293
+ <ul class="space-y-3 mb-8">
294
+ <li class="flex items-center">
295
+ <i class="fas fa-check-circle text-purple-400 mr-2"></i>
296
+ <span>Bi-weekly 1:1 coaching</span>
297
+ </li>
298
+ <li class="flex items-center">
299
+ <i class="fas fa-check-circle text-purple-400 mr-2"></i>
300
+ <span>Monthly group masterminds</span>
301
+ </li>
302
+ <li class="flex items-center">
303
+ <i class="fas fa-check-circle text-purple-400 mr-2"></i>
304
+ <span>Exclusive retreat</span>
305
+ </li>
306
+ <li class="flex items-center">
307
+ <i class="fas fa-check-circle text-purple-400 mr-2"></i>
308
+ <span>Lifetime community access</span>
309
+ </li>
310
+ </ul>
311
+ <div class="text-3xl font-bold mb-4">$9,997</div>
312
+ <a href="#contact" class="inline-flex items-center justify-center w-full px-6 py-3 border border-transparent text-base font-medium rounded-full shadow-sm text-white bg-gradient-to-r from-purple-500 to-pink-600 hover:opacity-90 transition-all duration-300">
313
+ Join Mastermind
314
+ </a>
315
+ </div>
316
+
317
+ <!-- Service Card 3 -->
318
+ <div class="bg-gray-900 rounded-xl p-8 card-hover border border-gray-800 hover:border-cyan-500 transition-all duration-500">
319
+ <div class="flex items-center justify-center h-16 w-16 rounded-full bg-gradient-to-r from-blue-500 to-indigo-500 mb-6">
320
+ <i class="fas fa-lightbulb text-white text-2xl"></i>
321
+ </div>
322
+ <h3 class="text-2xl font-bold mb-4">Clarity Session</h3>
323
+ <p class="text-gray-400 mb-6">90-minute power session to gain crystal clear direction</p>
324
+ <ul class="space-y-3 mb-8">
325
+ <li class="flex items-center">
326
+ <i class="fas fa-check-circle text-blue-400 mr-2"></i>
327
+ <span>Deep dive into your vision</span>
328
+ </li>
329
+ <li class="flex items-center">
330
+ <i class="fas fa-check-circle text-blue-400 mr-2"></i>
331
+ <span>Identify limiting beliefs</span>
332
+ </li>
333
+ <li class="flex items-center">
334
+ <i class="fas fa-check-circle text-blue-400 mr-2"></i>
335
+ <span>Customized roadmap</span>
336
+ </li>
337
+ </ul>
338
+ <div class="text-3xl font-bold mb-4">$997</div>
339
+ <a href="#contact" class="inline-flex items-center justify-center w-full px-6 py-3 border border-transparent text-base font-medium rounded-full shadow-sm text-white bg-gradient-to-r from-blue-500 to-indigo-600 hover:opacity-90 transition-all duration-300">
340
+ Book Now
341
+ </a>
342
+ </div>
343
+ </div>
344
+ </div>
345
+ </section>
346
+
347
+ <!-- Testimonials Section -->
348
+ <section id="testimonials" class="py-20 px-4 bg-black parallax" style="background-image: url('https://images.unsplash.com/photo-1519681393764-ad5297fda0c9?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80')">
349
+ <div class="max-w-7xl mx-auto">
350
+ <div class="text-center mb-16">
351
+ <h2 class="text-4xl font-bold mb-4">Client <span class="gradient-text">Success Stories</span></h2>
352
+ <div class="w-24 h-1 bg-gradient-to-r from-cyan-500 to-purple-600 mx-auto mb-6"></div>
353
+ <p class="text-xl text-gray-300 max-w-3xl mx-auto">Hear from those who've transformed their lives with Alex's guidance</p>
354
+ </div>
355
+
356
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
357
+ <!-- Testimonial 1 -->
358
+ <div class="bg-gray-900 bg-opacity-80 backdrop-blur-sm rounded-xl p-8 card-hover border border-gray-800 hover:border-cyan-500 transition-all duration-500">
359
+ <div class="flex items-center mb-6">
360
+ <img class="w-12 h-12 rounded-full" src="https://randomuser.me/api/portraits/women/43.jpg" alt="Sarah J.">
361
+ <div class="ml-4">
362
+ <h4 class="text-lg font-semibold">Sarah J.</h4>
363
+ <p class="text-cyan-400">Entrepreneur</p>
364
+ </div>
365
+ </div>
366
+ <p class="text-gray-300 italic mb-6">"Working with Alex completely changed my mindset about what's possible. In just 3 months, I went from struggling to pay rent to landing my first 6-figure client."</p>
367
+ <div class="flex text-yellow-400">
368
+ <i class="fas fa-star"></i>
369
+ <i class="fas fa-star"></i>
370
+ <i class="fas fa-star"></i>
371
+ <i class="fas fa-star"></i>
372
+ <i class="fas fa-star"></i>
373
+ </div>
374
+ </div>
375
+
376
+ <!-- Testimonial 2 -->
377
+ <div class="bg-gray-900 bg-opacity-80 backdrop-blur-sm rounded-xl p-8 card-hover border border-gray-800 hover:border-purple-500 transition-all duration-500">
378
+ <div class="flex items-center mb-6">
379
+ <img class="w-12 h-12 rounded-full" src="https://randomuser.me/api/portraits/men/32.jpg" alt="Michael T.">
380
+ <div class="ml-4">
381
+ <h4 class="text-lg font-semibold">Michael T.</h4>
382
+ <p class="text-purple-400">Tech Executive</p>
383
+ </div>
384
+ </div>
385
+ <p class="text-gray-300 italic mb-6">"The Marshi Method helped me overcome imposter syndrome that was holding me back for years. I finally got the promotion I deserved and doubled my income."</p>
386
+ <div class="flex text-yellow-400">
387
+ <i class="fas fa-star"></i>
388
+ <i class="fas fa-star"></i>
389
+ <i class="fas fa-star"></i>
390
+ <i class="fas fa-star"></i>
391
+ <i class="fas fa-star"></i>
392
+ </div>
393
+ </div>
394
+
395
+ <!-- Testimonial 3 -->
396
+ <div class="bg-gray-900 bg-opacity-80 backdrop-blur-sm rounded-xl p-8 card-hover border border-gray-800 hover:border-blue-500 transition-all duration-500">
397
+ <div class="flex items-center mb-6">
398
+ <img class="w-12 h-12 rounded-full" src="https://randomuser.me/api/portraits/women/68.jpg" alt="Lisa R.">
399
+ <div class="ml-4">
400
+ <h4 class="text-lg font-semibold">Lisa R.</h4>
401
+ <p class="text-blue-400">Life Coach</p>
402
+ </div>
403
+ </div>
404
+ <p class="text-gray-300 italic mb-6">"Alex's neuroscience-based approach gave me tools I'd never encountered before. My coaching business tripled in revenue and my clients are getting better results than ever."</p>
405
+ <div class="flex text-yellow-400">
406
+ <i class="fas fa-star"></i>
407
+ <i class="fas fa-star"></i>
408
+ <i class="fas fa-star"></i>
409
+ <i class="fas fa-star"></i>
410
+ <i class="fas fa-star"></i>
411
+ </div>
412
+ </div>
413
+ </div>
414
+
415
+ <div class="mt-16 text-center">
416
+ <a href="#contact" class="inline-flex items-center px-8 py-4 border border-transparent text-lg font-medium rounded-full shadow-sm text-white bg-gradient-to-r from-cyan-500 to-purple-600 hover:opacity-90 transition-all duration-300 transform hover:scale-105">
417
+ Ready for Your Transformation?
418
+ <i class="fas fa-arrow-right ml-3"></i>
419
+ </a>
420
+ </div>
421
+ </div>
422
+ </section>
423
+
424
+ <!-- Contact Section -->
425
+ <section id="contact" class="py-20 px-4 bg-gradient-to-b from-gray-900 to-black">
426
+ <div class="max-w-7xl mx-auto">
427
+ <div class="text-center mb-16">
428
+ <h2 class="text-4xl font-bold mb-4">Begin Your <span class="gradient-text">Journey</span></h2>
429
+ <div class="w-24 h-1 bg-gradient-to-r from-cyan-500 to-purple-600 mx-auto mb-6"></div>
430
+ <p class="text-xl text-gray-300 max-w-3xl mx-auto">Schedule a complimentary discovery call to explore how we can work together</p>
431
+ </div>
432
+
433
+ <div class="flex flex-col md:flex-row gap-12">
434
+ <div class="md:w-1/2">
435
+ <form class="space-y-6">
436
+ <div>
437
+ <label for="name" class="block text-sm font-medium text-gray-300">Full Name</label>
438
+ <input type="text" id="name" class="mt-1 block w-full bg-gray-800 border-gray-700 rounded-md py-3 px-4 text-white focus:ring-2 focus:ring-cyan-500 focus:border-transparent" placeholder="Your name">
439
+ </div>
440
+
441
+ <div>
442
+ <label for="email" class="block text-sm font-medium text-gray-300">Email Address</label>
443
+ <input type="email" id="email" class="mt-1 block w-full bg-gray-800 border-gray-700 rounded-md py-3 px-4 text-white focus:ring-2 focus:ring-cyan-500 focus:border-transparent" placeholder="[email protected]">
444
+ </div>
445
+
446
+ <div>
447
+ <label for="service" class="block text-sm font-medium text-gray-300">Service Interest</label>
448
+ <select id="service" class="mt-1 block w-full bg-gray-800 border-gray-700 rounded-md py-3 px-4 text-white focus:ring-2 focus:ring-cyan-500 focus:border-transparent">
449
+ <option>Select a program</option>
450
+ <option>Breakthrough Intensive</option>
451
+ <option>Elite Mastermind</option>
452
+ <option>Clarity Session</option>
453
+ <option>Not sure - need guidance</option>
454
+ </select>
455
+ </div>
456
+
457
+ <div>
458
+ <label for="message" class="block text-sm font-medium text-gray-300">Your Goals</label>
459
+ <textarea id="message" rows="4" class="mt-1 block w-full bg-gray-800 border-gray-700 rounded-md py-3 px-4 text-white focus:ring-2 focus:ring-cyan-500 focus:border-transparent" placeholder="What would you like to achieve?"></textarea>
460
+ </div>
461
+
462
+ <div>
463
+ <button type="submit" class="w-full flex justify-center py-4 px-6 border border-transparent rounded-full shadow-sm text-lg font-medium text-white bg-gradient-to-r from-cyan-500 to-purple-600 hover:opacity-90 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-cyan-500 transition-all duration-300 transform hover:scale-105">
464
+ Apply Now
465
+ <i class="fas fa-paper-plane ml-2"></i>
466
+ </button>
467
+ </div>
468
+ </form>
469
+ </div>
470
+
471
+ <div class="md:w-1/2">
472
+ <div class="bg-gray-900 rounded-xl p-8 h-full border border-gray-800">
473
+ <h3 class="text-2xl font-bold mb-6">Contact Information</h3>
474
+
475
+ <div class="space-y-6">
476
+ <div class="flex items-start">
477
+ <div class="flex-shrink-0">
478
+ <div class="flex items-center justify-center h-10 w-10 rounded-full bg-gradient-to-r from-cyan-500 to-blue-500">
479
+ <i class="fas fa-envelope text-white"></i>
480
+ </div>
481
+ </div>
482
+ <div class="ml-4">
483
+ <h4 class="text-lg font-medium">Email</h4>
484
+ <p class="text-cyan-400">[email protected]</p>
485
+ </div>
486
+ </div>
487
+
488
+ <div class="flex items-start">
489
+ <div class="flex-shrink-0">
490
+ <div class="flex items-center justify-center h-10 w-10 rounded-full bg-gradient-to-r from-purple-500 to-pink-500">
491
+ <i class="fas fa-phone-alt text-white"></i>
492
+ </div>
493
+ </div>
494
+ <div class="ml-4">
495
+ <h4 class="text-lg font-medium">Phone</h4>
496
+ <p class="text-purple-400">+1 (555) 123-4567</p>
497
+ </div>
498
+ </div>
499
+
500
+ <div class="flex items-start">
501
+ <div class="flex-shrink-0">
502
+ <div class="flex items-center justify-center h-10 w-10 rounded-full bg-gradient-to-r from-blue-500 to-indigo-500">
503
+ <i class="fas fa-map-marker-alt text-white"></i>
504
+ </div>
505
+ </div>
506
+ <div class="ml-4">
507
+ <h4 class="text-lg font-medium">Location</h4>
508
+ <p class="text-blue-400">Global (Online Coaching Available Worldwide)</p>
509
+ </div>
510
+ </div>
511
+ </div>
512
+
513
+ <div class="mt-12">
514
+ <h4 class="text-lg font-medium mb-4">Follow Alex</h4>
515
+ <div class="flex space-x-4">
516
+ <a href="#" class="h-10 w-10 rounded-full bg-gray-800 flex items-center justify-center hover:bg-cyan-600 transition-all duration-300">
517
+ <i class="fab fa-instagram text-white"></i>
518
+ </a>
519
+ <a href="#" class="h-10 w-10 rounded-full bg-gray-800 flex items-center justify-center hover:bg-blue-600 transition-all duration-300">
520
+ <i class="fab fa-linkedin-in text-white"></i>
521
+ </a>
522
+ <a href="#" class="h-10 w-10 rounded-full bg-gray-800 flex items-center justify-center hover:bg-purple-600 transition-all duration-300">
523
+ <i class="fab fa-youtube text-white"></i>
524
+ </a>
525
+ <a href="#" class="h-10 w-10 rounded-full bg-gray-800 flex items-center justify-center hover:bg-pink-500 transition-all duration-300">
526
+ <i class="fab fa-tiktok text-white"></i>
527
+ </a>
528
+ </div>
529
+ </div>
530
+ </div>
531
+ </div>
532
+ </div>
533
+ </div>
534
+ </section>
535
+
536
+ <!-- Footer -->
537
+ <footer class="bg-black py-12 px-4">
538
+ <div class="max-w-7xl mx-auto">
539
+ <div class="flex flex-col md:flex-row justify-between items-center">
540
+ <div class="mb-6 md:mb-0">
541
+ <span class="text-2xl font-bold gradient-text">Alex Marshi</span>
542
+ <p class="text-gray-500 mt-2">Transformational Life Coaching</p>
543
+ </div>
544
+
545
+ <div class="flex flex-wrap justify-center gap-6">
546
+ <a href="#home" class="text-gray-400 hover:text-cyan-400">Home</a>
547
+ <a href="#about" class="text-gray-400 hover:text-cyan-400">About</a>
548
+ <a href="#services" class="text-gray-400 hover:text-cyan-400">Services</a>
549
+ <a href="#testimonials" class="text-gray-400 hover:text-cyan-400">Testimonials</a>
550
+ <a href="#contact" class="text-gray-400 hover:text-cyan-400">Contact</a>
551
+ <a href="#" class="text-gray-400 hover:text-cyan-400">Privacy Policy</a>
552
+ <a href="#" class="text-gray-400 hover:text-cyan-400">Terms</a>
553
+ </div>
554
+ </div>
555
+
556
+ <div class="mt-12 pt-8 border-t border-gray-800 text-center text-gray-500">
557
+ <p>&copy; 2023 Alex Marshi Coaching. All rights reserved.</p>
558
+ <p class="mt-2 text-sm">Designed with <i class="fas fa-heart text-cyan-500"></i> for high achievers ready to transform</p>
559
+ </div>
560
+ </div>
561
+ </footer>
562
+
563
+ <script>
564
+ // Smooth scrolling for anchor links
565
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
566
+ anchor.addEventListener('click', function (e) {
567
+ e.preventDefault();
568
+
569
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
570
+ behavior: 'smooth'
571
+ });
572
+ });
573
+ });
574
+
575
+ // Typewriter effect
576
+ function typeWriter() {
577
+ const elements = document.querySelectorAll('.typewriter');
578
+ elements.forEach(el => {
579
+ const text = el.textContent;
580
+ el.textContent = '';
581
+ let i = 0;
582
+ const speed = 50;
583
+
584
+ function type() {
585
+ if (i < text.length) {
586
+ el.textContent += text.charAt(i);
587
+ i++;
588
+ setTimeout(type, speed);
589
+ }
590
+ }
591
+
592
+ setTimeout(type, 1000);
593
+ });
594
+ }
595
+
596
+ // Initialize typewriter effect after page load
597
+ window.addEventListener('load', typeWriter);
598
+
599
+ // Parallax effect
600
+ window.addEventListener('scroll', function() {
601
+ const parallax = document.querySelector('.parallax');
602
+ if (parallax) {
603
+ let scrollPosition = window.pageYOffset;
604
+ parallax.style.backgroundPositionY = scrollPosition * 0.7 + 'px';
605
+ }
606
+ });
607
+
608
+ // Card hover effects
609
+ const cards = document.querySelectorAll('.card-hover');
610
+ cards.forEach(card => {
611
+ card.addEventListener('mouseenter', function() {
612
+ this.style.transform = 'translateY(-10px)';
613
+ });
614
+
615
+ card.addEventListener('mouseleave', function() {
616
+ this.style.transform = 'translateY(0)';
617
+ });
618
+ });
619
+ </script>
620
+ <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=AI4U2/coaching-space" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
621
+ </html>
prompts.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ High-tech website for transformational life coaching business. Lots of movies and movement and fanciness. Coach is Alex Marshi