nmtalhp commited on
Commit
7af20c8
Β·
verified Β·
1 Parent(s): be8d317

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +558 -19
  3. prompts.txt +1 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Personal Introduction Website
3
- emoji: πŸ†
4
- colorFrom: gray
5
- colorTo: yellow
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: personal-introduction-website
3
+ emoji: 🐳
4
+ colorFrom: yellow
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,558 @@
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 Carter | Personal Brand</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
9
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
10
+ <style>
11
+ body {
12
+ font-family: 'Poppins', sans-serif;
13
+ scroll-behavior: smooth;
14
+ }
15
+ .gradient-bg {
16
+ background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
17
+ }
18
+ .hero-gradient {
19
+ background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
20
+ }
21
+ .card-hover:hover {
22
+ transform: translateY(-5px);
23
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
24
+ }
25
+ .service-icon {
26
+ transition: all 0.3s ease;
27
+ }
28
+ .service-card:hover .service-icon {
29
+ transform: scale(1.1);
30
+ }
31
+ .testimonial-card {
32
+ transition: all 0.3s ease;
33
+ }
34
+ .testimonial-card:hover {
35
+ transform: translateY(-5px);
36
+ }
37
+ .nav-link {
38
+ position: relative;
39
+ }
40
+ .nav-link:after {
41
+ content: '';
42
+ position: absolute;
43
+ width: 0;
44
+ height: 2px;
45
+ bottom: -2px;
46
+ left: 0;
47
+ background-color: #667eea;
48
+ transition: width 0.3s ease;
49
+ }
50
+ .nav-link:hover:after {
51
+ width: 100%;
52
+ }
53
+ </style>
54
+ </head>
55
+ <body class="gradient-bg">
56
+ <!-- Navigation -->
57
+ <nav class="bg-white shadow-sm fixed w-full z-10">
58
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
59
+ <div class="flex justify-between h-16">
60
+ <div class="flex items-center">
61
+ <a href="#" class="text-xl font-bold text-indigo-600">Alex Carter</a>
62
+ </div>
63
+ <div class="hidden md:flex items-center space-x-8">
64
+ <a href="#home" class="nav-link text-gray-700 hover:text-indigo-600">Home</a>
65
+ <a href="#about" class="nav-link text-gray-700 hover:text-indigo-600">About</a>
66
+ <a href="#services" class="nav-link text-gray-700 hover:text-indigo-600">Services</a>
67
+ <a href="#portfolio" class="nav-link text-gray-700 hover:text-indigo-600">Portfolio</a>
68
+ <a href="#testimonials" class="nav-link text-gray-700 hover:text-indigo-600">Testimonials</a>
69
+ <a href="#contact" class="nav-link text-gray-700 hover:text-indigo-600">Contact</a>
70
+ </div>
71
+ <div class="md:hidden flex items-center">
72
+ <button id="menu-btn" class="text-gray-500 hover:text-indigo-600 focus:outline-none">
73
+ <svg class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
74
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path>
75
+ </svg>
76
+ </button>
77
+ </div>
78
+ </div>
79
+ </div>
80
+ <!-- Mobile menu -->
81
+ <div id="mobile-menu" class="hidden md:hidden bg-white pb-3 px-4">
82
+ <a href="#home" class="block py-2 text-gray-700 hover:text-indigo-600">Home</a>
83
+ <a href="#about" class="block py-2 text-gray-700 hover:text-indigo-600">About</a>
84
+ <a href="#services" class="block py-2 text-gray-700 hover:text-indigo-600">Services</a>
85
+ <a href="#portfolio" class="block py-2 text-gray-700 hover:text-indigo-600">Portfolio</a>
86
+ <a href="#testimonials" class="block py-2 text-gray-700 hover:text-indigo-600">Testimonials</a>
87
+ <a href="#contact" class="block py-2 text-gray-700 hover:text-indigo-600">Contact</a>
88
+ </div>
89
+ </nav>
90
+
91
+ <!-- Hero Section -->
92
+ <section id="home" class="hero-gradient text-white pt-24 pb-20 md:pt-32 md:pb-28">
93
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
94
+ <div class="md:flex items-center">
95
+ <div class="md:w-1/2 mb-10 md:mb-0">
96
+ <h1 class="text-4xl md:text-5xl lg:text-6xl font-bold mb-6">Hi, I'm <span class="text-yellow-300">Alex Carter</span></h1>
97
+ <p class="text-xl mb-8 opacity-90">Personal Branding Expert & Content Creator helping young professionals stand out online.</p>
98
+ <div class="flex space-x-4">
99
+ <a href="#contact" class="bg-white text-indigo-600 px-6 py-3 rounded-full font-medium hover:bg-gray-100 transition duration-300">Work With Me</a>
100
+ <a href="#portfolio" class="border-2 border-white text-white px-6 py-3 rounded-full font-medium hover:bg-white hover:text-indigo-600 transition duration-300">See My Work</a>
101
+ </div>
102
+ </div>
103
+ <div class="md:w-1/2 flex justify-center">
104
+ <div class="relative">
105
+ <img src="https://images.unsplash.com/photo-1560250097-0b93528c311a?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80" alt="Alex Carter" class="rounded-full h-64 w-64 md:h-80 md:w-80 object-cover border-4 border-white shadow-xl">
106
+ <div class="absolute -bottom-5 -right-5 bg-yellow-400 text-gray-800 px-4 py-2 rounded-full font-bold shadow-lg">5+ Years Exp</div>
107
+ </div>
108
+ </div>
109
+ </div>
110
+ </div>
111
+ </section>
112
+
113
+ <!-- About Section -->
114
+ <section id="about" class="py-20 bg-white">
115
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
116
+ <div class="text-center mb-16">
117
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">About Me</h2>
118
+ <div class="w-20 h-1 bg-indigo-600 mx-auto"></div>
119
+ </div>
120
+ <div class="md:flex items-center">
121
+ <div class="md:w-1/3 mb-10 md:mb-0 flex justify-center">
122
+ <img src="https://images.unsplash.com/photo-1544717305-2782549b5136?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80" alt="Alex working" class="rounded-lg shadow-xl h-80 w-full object-cover">
123
+ </div>
124
+ <div class="md:w-2/3 md:pl-12">
125
+ <h3 class="text-2xl font-bold text-gray-800 mb-6">My Story</h3>
126
+ <p class="text-gray-600 mb-6">I started my journey as a confused college graduate with no clear direction. After struggling to find my place in the professional world, I discovered the power of personal branding. Within 2 years, I grew my LinkedIn following from 200 to 50,000+ and helped over 100 young professionals land their dream jobs.</p>
127
+ <p class="text-gray-600 mb-8">Now, I'm on a mission to help young professionals like you build authentic personal brands that attract opportunities without feeling salesy or inauthentic.</p>
128
+
129
+ <div class="grid grid-cols-2 gap-6 mb-8">
130
+ <div class="bg-gray-50 p-4 rounded-lg">
131
+ <h4 class="font-bold text-indigo-600 mb-2">Education</h4>
132
+ <p class="text-gray-600">Marketing Degree from NYU</p>
133
+ </div>
134
+ <div class="bg-gray-50 p-4 rounded-lg">
135
+ <h4 class="font-bold text-indigo-600 mb-2">Location</h4>
136
+ <p class="text-gray-600">Based in Austin, TX</p>
137
+ </div>
138
+ </div>
139
+
140
+ <div>
141
+ <h4 class="font-bold text-gray-800 mb-4">Fun Facts About Me</h4>
142
+ <div class="flex flex-wrap gap-2">
143
+ <span class="bg-indigo-100 text-indigo-800 px-3 py-1 rounded-full text-sm">Coffee Addict</span>
144
+ <span class="bg-indigo-100 text-indigo-800 px-3 py-1 rounded-full text-sm">Travel Enthusiast</span>
145
+ <span class="bg-indigo-100 text-indigo-800 px-3 py-1 rounded-full text-sm">Dog Lover</span>
146
+ <span class="bg-indigo-100 text-indigo-800 px-3 py-1 rounded-full text-sm">Avid Reader</span>
147
+ </div>
148
+ </div>
149
+ </div>
150
+ </div>
151
+ </div>
152
+ </section>
153
+
154
+ <!-- Services Section -->
155
+ <section id="services" class="py-20 bg-gray-50">
156
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
157
+ <div class="text-center mb-16">
158
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">What I Offer</h2>
159
+ <p class="text-gray-600 max-w-2xl mx-auto">Tailored services to help you build a powerful personal brand that attracts opportunities</p>
160
+ <div class="w-20 h-1 bg-indigo-600 mx-auto mt-4"></div>
161
+ </div>
162
+
163
+ <div class="grid md:grid-cols-3 gap-8">
164
+ <!-- Service 1 -->
165
+ <div class="bg-white p-8 rounded-xl shadow-md service-card transition duration-300 card-hover">
166
+ <div class="bg-indigo-100 w-16 h-16 rounded-full flex items-center justify-center mb-6 service-icon">
167
+ <i class="fas fa-bullhorn text-indigo-600 text-2xl"></i>
168
+ </div>
169
+ <h3 class="text-xl font-bold text-gray-800 mb-4">Personal Brand Strategy</h3>
170
+ <p class="text-gray-600 mb-6">1:1 coaching to develop your unique brand positioning and messaging framework.</p>
171
+ <div class="mb-6">
172
+ <span class="text-2xl font-bold text-indigo-600">$997</span>
173
+ <span class="text-gray-500 ml-2">/ 3 sessions</span>
174
+ </div>
175
+ <a href="#" class="text-indigo-600 font-medium hover:text-indigo-800 flex items-center">
176
+ Learn More <i class="fas fa-arrow-right ml-2"></i>
177
+ </a>
178
+ </div>
179
+
180
+ <!-- Service 2 -->
181
+ <div class="bg-white p-8 rounded-xl shadow-md service-card transition duration-300 card-hover">
182
+ <div class="bg-indigo-100 w-16 h-16 rounded-full flex items-center justify-center mb-6 service-icon">
183
+ <i class="fas fa-laptop-code text-indigo-600 text-2xl"></i>
184
+ </div>
185
+ <h3 class="text-xl font-bold text-gray-800 mb-4">LinkedIn Makeover</h3>
186
+ <p class="text-gray-600 mb-6">Complete profile optimization including headline, about section, and content strategy.</p>
187
+ <div class="mb-6">
188
+ <span class="text-2xl font-bold text-indigo-600">$497</span>
189
+ <span class="text-gray-500 ml-2">/ one-time</span>
190
+ </div>
191
+ <a href="#" class="text-indigo-600 font-medium hover:text-indigo-800 flex items-center">
192
+ Learn More <i class="fas fa-arrow-right ml-2"></i>
193
+ </a>
194
+ </div>
195
+
196
+ <!-- Service 3 -->
197
+ <div class="bg-white p-8 rounded-xl shadow-md service-card transition duration-300 card-hover">
198
+ <div class="bg-indigo-100 w-16 h-16 rounded-full flex items-center justify-center mb-6 service-icon">
199
+ <i class="fas fa-rocket text-indigo-600 text-2xl"></i>
200
+ </div>
201
+ <h3 class="text-xl font-bold text-gray-800 mb-4">Content Creation Package</h3>
202
+ <p class="text-gray-600 mb-6">Monthly content creation including 8 posts, 4 graphics, and engagement strategy.</p>
203
+ <div class="mb-6">
204
+ <span class="text-2xl font-bold text-indigo-600">$1,497</span>
205
+ <span class="text-gray-500 ml-2">/ month</span>
206
+ </div>
207
+ <a href="#" class="text-indigo-600 font-medium hover:text-indigo-800 flex items-center">
208
+ Learn More <i class="fas fa-arrow-right ml-2"></i>
209
+ </a>
210
+ </div>
211
+ </div>
212
+
213
+ <div class="text-center mt-12">
214
+ <a href="#contact" class="bg-indigo-600 text-white px-8 py-3 rounded-full font-medium hover:bg-indigo-700 transition duration-300 inline-flex items-center">
215
+ Get Started Today <i class="fas fa-arrow-right ml-2"></i>
216
+ </a>
217
+ </div>
218
+ </div>
219
+ </section>
220
+
221
+ <!-- Portfolio Section -->
222
+ <section id="portfolio" class="py-20 bg-white">
223
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
224
+ <div class="text-center mb-16">
225
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">My Work</h2>
226
+ <p class="text-gray-600 max-w-2xl mx-auto">See how I've helped clients transform their personal brands</p>
227
+ <div class="w-20 h-1 bg-indigo-600 mx-auto mt-4"></div>
228
+ </div>
229
+
230
+ <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
231
+ <!-- Portfolio Item 1 -->
232
+ <div class="rounded-xl overflow-hidden shadow-md card-hover transition duration-300">
233
+ <img src="https://images.unsplash.com/photo-1522202176988-66273c2fd55f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1471&q=80" alt="Client work" class="w-full h-56 object-cover">
234
+ <div class="p-6">
235
+ <h3 class="text-xl font-bold text-gray-800 mb-2">Sarah's LinkedIn Transformation</h3>
236
+ <p class="text-gray-600 mb-4">Helped a marketing professional 3x her profile views and land 5 interview requests in 2 weeks.</p>
237
+ <div class="flex items-center">
238
+ <span class="bg-green-100 text-green-800 px-2 py-1 rounded text-xs font-medium">+300% growth</span>
239
+ <a href="#" class="text-indigo-600 ml-auto text-sm font-medium">View Case Study β†’</a>
240
+ </div>
241
+ </div>
242
+ </div>
243
+
244
+ <!-- Portfolio Item 2 -->
245
+ <div class="rounded-xl overflow-hidden shadow-md card-hover transition duration-300">
246
+ <img src="https://images.unsplash.com/photo-1552664730-d307ca884978?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Client work" class="w-full h-56 object-cover">
247
+ <div class="p-6">
248
+ <h3 class="text-xl font-bold text-gray-800 mb-2">James' Content Strategy</h3>
249
+ <p class="text-gray-600 mb-4">Developed a content system that helped a finance professional grow his audience by 10,000 in 6 months.</p>
250
+ <div class="flex items-center">
251
+ <span class="bg-green-100 text-green-800 px-2 py-1 rounded text-xs font-medium">+10K followers</span>
252
+ <a href="#" class="text-indigo-600 ml-auto text-sm font-medium">View Case Study β†’</a>
253
+ </div>
254
+ </div>
255
+ </div>
256
+
257
+ <!-- Portfolio Item 3 -->
258
+ <div class="rounded-xl overflow-hidden shadow-md card-hover transition duration-300">
259
+ <img src="https://images.unsplash.com/photo-1521791055366-0d553872125f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1469&q=80" alt="Client work" class="w-full h-56 object-cover">
260
+ <div class="p-6">
261
+ <h3 class="text-xl font-bold text-gray-800 mb-2">Mia's Career Pivot</h3>
262
+ <p class="text-gray-600 mb-4">Rebranded a teacher transitioning to tech, resulting in 3 job offers within 4 weeks.</p>
263
+ <div class="flex items-center">
264
+ <span class="bg-green-100 text-green-800 px-2 py-1 rounded text-xs font-medium">Career change</span>
265
+ <a href="#" class="text-indigo-600 ml-auto text-sm font-medium">View Case Study β†’</a>
266
+ </div>
267
+ </div>
268
+ </div>
269
+ </div>
270
+
271
+ <div class="text-center mt-12">
272
+ <a href="#" class="border-2 border-indigo-600 text-indigo-600 px-8 py-3 rounded-full font-medium hover:bg-indigo-600 hover:text-white transition duration-300 inline-flex items-center">
273
+ View All Projects <i class="fas fa-arrow-right ml-2"></i>
274
+ </a>
275
+ </div>
276
+ </div>
277
+ </section>
278
+
279
+ <!-- Testimonials Section -->
280
+ <section id="testimonials" class="py-20 bg-gray-50">
281
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
282
+ <div class="text-center mb-16">
283
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">Client Success Stories</h2>
284
+ <p class="text-gray-600 max-w-2xl mx-auto">Don't just take my word for it - see what my clients say</p>
285
+ <div class="w-20 h-1 bg-indigo-600 mx-auto mt-4"></div>
286
+ </div>
287
+
288
+ <div class="grid md:grid-cols-3 gap-8">
289
+ <!-- Testimonial 1 -->
290
+ <div class="bg-white p-8 rounded-xl shadow-md testimonial-card transition duration-300">
291
+ <div class="flex items-center mb-6">
292
+ <img src="https://randomuser.me/api/portraits/women/44.jpg" alt="Client" class="w-12 h-12 rounded-full object-cover">
293
+ <div class="ml-4">
294
+ <h4 class="font-bold text-gray-800">Sarah Johnson</h4>
295
+ <p class="text-gray-600 text-sm">Marketing Director</p>
296
+ </div>
297
+ </div>
298
+ <p class="text-gray-600 mb-6">"Working with Alex transformed my LinkedIn presence. I went from 200 connections to over 5,000 in 6 months and landed my dream job!"</p>
299
+ <div class="flex text-yellow-400">
300
+ <i class="fas fa-star"></i>
301
+ <i class="fas fa-star"></i>
302
+ <i class="fas fa-star"></i>
303
+ <i class="fas fa-star"></i>
304
+ <i class="fas fa-star"></i>
305
+ </div>
306
+ </div>
307
+
308
+ <!-- Testimonial 2 -->
309
+ <div class="bg-white p-8 rounded-xl shadow-md testimonial-card transition duration-300">
310
+ <div class="flex items-center mb-6">
311
+ <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Client" class="w-12 h-12 rounded-full object-cover">
312
+ <div class="ml-4">
313
+ <h4 class="font-bold text-gray-800">Michael Chen</h4>
314
+ <p class="text-gray-600 text-sm">Software Engineer</p>
315
+ </div>
316
+ </div>
317
+ <p class="text-gray-600 mb-6">"Alex's content strategy helped me establish myself as a thought leader in my niche. I've been featured in 3 major tech publications thanks to his guidance."</p>
318
+ <div class="flex text-yellow-400">
319
+ <i class="fas fa-star"></i>
320
+ <i class="fas fa-star"></i>
321
+ <i class="fas fa-star"></i>
322
+ <i class="fas fa-star"></i>
323
+ <i class="fas fa-star"></i>
324
+ </div>
325
+ </div>
326
+
327
+ <!-- Testimonial 3 -->
328
+ <div class="bg-white p-8 rounded-xl shadow-md testimonial-card transition duration-300">
329
+ <div class="flex items-center mb-6">
330
+ <img src="https://randomuser.me/api/portraits/women/68.jpg" alt="Client" class="w-12 h-12 rounded-full object-cover">
331
+ <div class="ml-4">
332
+ <h4 class="font-bold text-gray-800">Emily Rodriguez</h4>
333
+ <p class="text-gray-600 text-sm">Career Changer</p>
334
+ </div>
335
+ </div>
336
+ <p class="text-gray-600 mb-6">"I was stuck in a career I hated. Alex helped me rebrand myself and pivot to UX design. I got 3 job offers within a month of working with him!"</p>
337
+ <div class="flex text-yellow-400">
338
+ <i class="fas fa-star"></i>
339
+ <i class="fas fa-star"></i>
340
+ <i class="fas fa-star"></i>
341
+ <i class="fas fa-star"></i>
342
+ <i class="fas fa-star"></i>
343
+ </div>
344
+ </div>
345
+ </div>
346
+ </div>
347
+ </section>
348
+
349
+ <!-- Contact Section -->
350
+ <section id="contact" class="py-20 bg-indigo-600 text-white">
351
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
352
+ <div class="md:flex items-center">
353
+ <div class="md:w-1/2 mb-10 md:mb-0">
354
+ <h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Transform Your Personal Brand?</h2>
355
+ <p class="text-indigo-100 mb-8">Fill out the form and I'll get back to you within 24 hours to discuss how we can work together.</p>
356
+
357
+ <div class="mb-8">
358
+ <h3 class="font-bold text-xl mb-4">Contact Info</h3>
359
+ <div class="flex items-center mb-3">
360
+ <i class="fas fa-envelope mr-3 text-indigo-300"></i>
361
+ <span>[email protected]</span>
362
+ </div>
363
+ <div class="flex items-center mb-3">
364
+ <i class="fas fa-phone mr-3 text-indigo-300"></i>
365
+ <span>(555) 123-4567</span>
366
+ </div>
367
+ <div class="flex items-center">
368
+ <i class="fas fa-map-marker-alt mr-3 text-indigo-300"></i>
369
+ <span>Austin, TX</span>
370
+ </div>
371
+ </div>
372
+
373
+ <div>
374
+ <h3 class="font-bold text-xl mb-4">Follow Me</h3>
375
+ <div class="flex space-x-4">
376
+ <a href="#" class="bg-indigo-700 hover:bg-indigo-800 w-10 h-10 rounded-full flex items-center justify-center transition duration-300">
377
+ <i class="fab fa-linkedin-in"></i>
378
+ </a>
379
+ <a href="#" class="bg-indigo-700 hover:bg-indigo-800 w-10 h-10 rounded-full flex items-center justify-center transition duration-300">
380
+ <i class="fab fa-twitter"></i>
381
+ </a>
382
+ <a href="#" class="bg-indigo-700 hover:bg-indigo-800 w-10 h-10 rounded-full flex items-center justify-center transition duration-300">
383
+ <i class="fab fa-instagram"></i>
384
+ </a>
385
+ <a href="#" class="bg-indigo-700 hover:bg-indigo-800 w-10 h-10 rounded-full flex items-center justify-center transition duration-300">
386
+ <i class="fab fa-youtube"></i>
387
+ </a>
388
+ </div>
389
+ </div>
390
+ </div>
391
+
392
+ <div class="md:w-1/2 md:pl-12">
393
+ <form class="bg-white rounded-lg shadow-xl p-8 text-gray-800">
394
+ <div class="mb-6">
395
+ <label for="name" class="block text-gray-700 font-medium mb-2">Full Name</label>
396
+ <input type="text" id="name" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-indigo-500">
397
+ </div>
398
+ <div class="mb-6">
399
+ <label for="email" class="block text-gray-700 font-medium mb-2">Email Address</label>
400
+ <input type="email" id="email" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-indigo-500">
401
+ </div>
402
+ <div class="mb-6">
403
+ <label for="service" class="block text-gray-700 font-medium mb-2">Service Interested In</label>
404
+ <select id="service" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-indigo-500">
405
+ <option value="">Select a service</option>
406
+ <option value="strategy">Personal Brand Strategy</option>
407
+ <option value="linkedin">LinkedIn Makeover</option>
408
+ <option value="content">Content Creation Package</option>
409
+ <option value="other">Other</option>
410
+ </select>
411
+ </div>
412
+ <div class="mb-6">
413
+ <label for="message" class="block text-gray-700 font-medium mb-2">Your Message</label>
414
+ <textarea id="message" rows="4" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-indigo-500"></textarea>
415
+ </div>
416
+ <button type="submit" class="w-full bg-indigo-600 text-white py-3 px-6 rounded-lg font-medium hover:bg-indigo-700 transition duration-300">
417
+ Send Message
418
+ </button>
419
+ </form>
420
+ </div>
421
+ </div>
422
+ </div>
423
+ </section>
424
+
425
+ <!-- Newsletter Section -->
426
+ <section class="py-16 bg-white">
427
+ <div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
428
+ <div class="bg-indigo-50 rounded-xl p-8 md:p-12">
429
+ <h2 class="text-2xl md:text-3xl font-bold text-gray-800 mb-4">Get My Free Personal Branding Guide</h2>
430
+ <p class="text-gray-600 mb-8 max-w-2xl mx-auto">Join my newsletter and receive my 10-step guide to building a powerful personal brand that attracts opportunities.</p>
431
+
432
+ <form class="flex flex-col sm:flex-row gap-4 max-w-md mx-auto">
433
+ <input type="email" placeholder="Your email address" class="flex-grow px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-indigo-500">
434
+ <button type="submit" class="bg-indigo-600 text-white px-6 py-3 rounded-lg font-medium hover:bg-indigo-700 transition duration-300">
435
+ Get the Guide
436
+ </button>
437
+ </form>
438
+
439
+ <p class="text-gray-500 text-xs mt-4">No spam, ever. Unsubscribe anytime.</p>
440
+ </div>
441
+ </div>
442
+ </section>
443
+
444
+ <!-- Footer -->
445
+ <footer class="bg-gray-900 text-white py-12">
446
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
447
+ <div class="md:flex justify-between">
448
+ <div class="mb-8 md:mb-0">
449
+ <a href="#" class="text-xl font-bold text-white">Alex Carter</a>
450
+ <p class="text-gray-400 mt-2 max-w-xs">Helping young professionals build authentic personal brands that attract opportunities.</p>
451
+ </div>
452
+
453
+ <div class="grid grid-cols-2 md:grid-cols-3 gap-8">
454
+ <div>
455
+ <h3 class="text-white font-bold mb-4">Quick Links</h3>
456
+ <ul class="space-y-2">
457
+ <li><a href="#home" class="text-gray-400 hover:text-white transition duration-300">Home</a></li>
458
+ <li><a href="#about" class="text-gray-400 hover:text-white transition duration-300">About</a></li>
459
+ <li><a href="#services" class="text-gray-400 hover:text-white transition duration-300">Services</a></li>
460
+ <li><a href="#portfolio" class="text-gray-400 hover:text-white transition duration-300">Portfolio</a></li>
461
+ </ul>
462
+ </div>
463
+
464
+ <div>
465
+ <h3 class="text-white font-bold mb-4">Resources</h3>
466
+ <ul class="space-y-2">
467
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Blog</a></li>
468
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Free Guides</a></li>
469
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Tools</a></li>
470
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">FAQ</a></li>
471
+ </ul>
472
+ </div>
473
+
474
+ <div>
475
+ <h3 class="text-white font-bold mb-4">Legal</h3>
476
+ <ul class="space-y-2">
477
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Privacy Policy</a></li>
478
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Terms of Service</a></li>
479
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Cookie Policy</a></li>
480
+ </ul>
481
+ </div>
482
+ </div>
483
+ </div>
484
+
485
+ <div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
486
+ <p class="text-gray-400 mb-4 md:mb-0">Β© 2023 Alex Carter. All rights reserved.</p>
487
+ <div class="flex space-x-6">
488
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">
489
+ <i class="fab fa-linkedin-in"></i>
490
+ </a>
491
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">
492
+ <i class="fab fa-twitter"></i>
493
+ </a>
494
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">
495
+ <i class="fab fa-instagram"></i>
496
+ </a>
497
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">
498
+ <i class="fab fa-youtube"></i>
499
+ </a>
500
+ </div>
501
+ </div>
502
+ </div>
503
+ </footer>
504
+
505
+ <!-- Back to Top Button -->
506
+ <button id="back-to-top" class="hidden fixed bottom-8 right-8 bg-indigo-600 text-white w-12 h-12 rounded-full flex items-center justify-center shadow-lg hover:bg-indigo-700 transition duration-300">
507
+ <i class="fas fa-arrow-up"></i>
508
+ </button>
509
+
510
+ <script>
511
+ // Mobile menu toggle
512
+ const menuBtn = document.getElementById('menu-btn');
513
+ const mobileMenu = document.getElementById('mobile-menu');
514
+
515
+ menuBtn.addEventListener('click', () => {
516
+ mobileMenu.classList.toggle('hidden');
517
+ });
518
+
519
+ // Back to top button
520
+ const backToTopBtn = document.getElementById('back-to-top');
521
+
522
+ window.addEventListener('scroll', () => {
523
+ if (window.pageYOffset > 300) {
524
+ backToTopBtn.classList.remove('hidden');
525
+ } else {
526
+ backToTopBtn.classList.add('hidden');
527
+ }
528
+ });
529
+
530
+ backToTopBtn.addEventListener('click', () => {
531
+ window.scrollTo({ top: 0, behavior: 'smooth' });
532
+ });
533
+
534
+ // Smooth scrolling for navigation links
535
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
536
+ anchor.addEventListener('click', function(e) {
537
+ e.preventDefault();
538
+
539
+ const targetId = this.getAttribute('href');
540
+ if (targetId === '#') return;
541
+
542
+ const targetElement = document.querySelector(targetId);
543
+ if (targetElement) {
544
+ window.scrollTo({
545
+ top: targetElement.offsetTop - 80,
546
+ behavior: 'smooth'
547
+ });
548
+
549
+ // Close mobile menu if open
550
+ if (!mobileMenu.classList.contains('hidden')) {
551
+ mobileMenu.classList.add('hidden');
552
+ }
553
+ }
554
+ });
555
+ });
556
+ </script>
557
+ <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=nmtalhp/personal-introduction-website" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
558
+ </html>
prompts.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ PERSONAL BRAND WEBSITE – FULL REQUIREMENTS CHECKLIST Category Sub-Items 🎯 Objectives - Build strong personal brand presence - Attract young audience (18–30 y.o.) - Convert visitors into followers/clients - Integrate with social & email platforms 🧠 Basic Info Needed - Brand name & tagline - Personal story / bio - Services or product list - Target audience persona - Unique value proposition 🎨 UI/UX Design - Youth-friendly design (bold, clean, minimal) - Pastel or bright modern colors - Rounded buttons, scroll effects - Mobile-first layout - Stylish but readable fonts (e.g. Poppins, Inter) 🧱 Page Structure (Sitemap) - Home - About Me - Services / What I Do - Portfolio / Projects - Blog / Resources - Testimonials - Contact - Newsletter Signup - Optional: Booking / Call Schedule πŸ“„ Page Content Requirements Home: Hero image + intro + CTA About: Story + values + fun facts Services: List with descriptions/pricing Portfolio: Visuals + results Blog: At least 3 posts Testimonials: Quotes + faces Contact: Form + social links πŸ”Œ Features & Tools - Newsletter popup or section - Booking tool (Calendly, TidyCal) - Contact form (with email integration) - Analytics (Google Analytics, FB Pixel) - SEO-ready structure - Social media embedded or linked πŸ“Έ Assets Needed - High-res profile pictures - Lifestyle / working photos - Service visuals / icons - Logo & brand identity (optional) - Social media links πŸ’» Technology Stack - Platform: WordPress (Elementor) / Webflow / Next.js - CMS or manual update-friendly - Email tool: Mailchimp / ConvertKit - Hosting & domain ready - Speed optimized (under 3s load time) πŸ§ͺ Pre-Launch QA Checklist - Mobile responsive across devices - All forms functional & tested - All links/buttons work - Meta tags, alt text for SEO - Blog search & categories work - 404 page customized - Analytics installed & tested