tinolin commited on
Commit
4bbef5a
·
verified ·
1 Parent(s): 39a3cdf

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +6 -4
  2. index.html +558 -19
  3. prompts.txt +0 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Coco2
3
- emoji: 🌍
4
  colorFrom: blue
5
- colorTo: purple
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: coco2
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,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>Attorney Johnathan Blackwood | Legal Expertise You Can Trust</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
+ <style>
10
+ .hero-gradient {
11
+ background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
12
+ }
13
+ .card-hover:hover {
14
+ transform: translateY(-5px);
15
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
16
+ }
17
+ .btn-resume {
18
+ background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
19
+ transition: all 0.3s ease;
20
+ }
21
+ .btn-resume:hover {
22
+ transform: translateY(-2px);
23
+ box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
24
+ }
25
+ .nav-link {
26
+ position: relative;
27
+ }
28
+ .nav-link:after {
29
+ content: '';
30
+ position: absolute;
31
+ width: 0;
32
+ height: 2px;
33
+ bottom: 0;
34
+ left: 0;
35
+ background-color: white;
36
+ transition: width 0.3s ease;
37
+ }
38
+ .nav-link:hover:after {
39
+ width: 100%;
40
+ }
41
+ </style>
42
+ </head>
43
+ <body class="font-sans antialiased text-gray-800">
44
+ <!-- Navigation -->
45
+ <nav class="bg-blue-900 text-white shadow-lg fixed w-full z-10">
46
+ <div class="container mx-auto px-6 py-3 flex justify-between items-center">
47
+ <div class="flex items-center space-x-4">
48
+ <i class="fas fa-balance-scale text-2xl text-blue-300"></i>
49
+ <span class="font-bold text-xl">Blackwood Legal</span>
50
+ </div>
51
+ <div class="hidden md:flex space-x-8">
52
+ <a href="#home" class="nav-link py-2">Home</a>
53
+ <a href="#about" class="nav-link py-2">About</a>
54
+ <a href="#services" class="nav-link py-2">Services</a>
55
+ <a href="#contact" class="nav-link py-2">Contact</a>
56
+ </div>
57
+ <button class="md:hidden focus:outline-none">
58
+ <i class="fas fa-bars text-xl"></i>
59
+ </button>
60
+ </div>
61
+ </nav>
62
+
63
+ <!-- Hero Section -->
64
+ <section id="home" class="hero-gradient text-white pt-32 pb-20 md:pt-40 md:pb-32">
65
+ <div class="container mx-auto px-6 flex flex-col md:flex-row items-center">
66
+ <div class="md:w-1/2 mb-12 md:mb-0">
67
+ <h1 class="text-4xl md:text-5xl font-bold leading-tight mb-6">
68
+ Johnathan Blackwood, Esq.
69
+ </h1>
70
+ <h2 class="text-2xl md:text-3xl font-semibold text-blue-200 mb-6">
71
+ Your Trusted Legal Advocate
72
+ </h2>
73
+ <p class="text-lg mb-8 text-blue-100 max-w-lg">
74
+ With over 15 years of experience in corporate and civil litigation, I provide exceptional legal representation tailored to your unique needs. Your justice is my priority.
75
+ </p>
76
+ <div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
77
+ <a href="#contact" class="bg-white text-blue-900 font-bold py-3 px-6 rounded-lg text-center hover:bg-blue-100 transition duration-300">
78
+ Schedule Consultation
79
+ </a>
80
+ <button id="downloadResume" class="btn-resume text-white font-bold py-3 px-6 rounded-lg flex items-center justify-center space-x-2">
81
+ <i class="fas fa-file-pdf"></i>
82
+ <span>Download Resume</span>
83
+ </button>
84
+ </div>
85
+ </div>
86
+ <div class="md:w-1/2 flex justify-center">
87
+ <div class="relative">
88
+ <div class="w-64 h-64 md:w-80 md:h-80 bg-blue-800 rounded-full overflow-hidden border-4 border-blue-300 shadow-xl">
89
+ <img src="https://images.unsplash.com/photo-1589829545856-d10d557cf95f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80"
90
+ alt="Attorney Johnathan Blackwood"
91
+ class="w-full h-full object-cover">
92
+ </div>
93
+ <div class="absolute -bottom-4 -right-4 bg-blue-700 text-white px-4 py-2 rounded-lg shadow-lg">
94
+ <div class="flex items-center">
95
+ <i class="fas fa-award text-yellow-400 mr-2"></i>
96
+ <span class="font-semibold">Top Attorney 2023</span>
97
+ </div>
98
+ </div>
99
+ </div>
100
+ </div>
101
+ </div>
102
+ </section>
103
+
104
+ <!-- About Section -->
105
+ <section id="about" class="py-20 bg-gray-50">
106
+ <div class="container mx-auto px-6">
107
+ <div class="text-center mb-16">
108
+ <h2 class="text-3xl md:text-4xl font-bold text-blue-900 mb-4">About Johnathan</h2>
109
+ <div class="w-20 h-1 bg-blue-700 mx-auto mb-6"></div>
110
+ <p class="text-lg text-gray-600 max-w-3xl mx-auto">
111
+ A dedicated legal professional committed to excellence and client satisfaction.
112
+ </p>
113
+ </div>
114
+ <div class="flex flex-col md:flex-row items-center">
115
+ <div class="md:w-1/2 mb-10 md:mb-0 md:pr-10">
116
+ <div class="bg-white p-8 rounded-lg shadow-lg card-hover transition duration-300">
117
+ <h3 class="text-2xl font-bold text-blue-800 mb-4">Education & Credentials</h3>
118
+ <ul class="space-y-4">
119
+ <li class="flex items-start">
120
+ <i class="fas fa-graduation-cap text-blue-600 mt-1 mr-3"></i>
121
+ <div>
122
+ <h4 class="font-semibold">Juris Doctor</h4>
123
+ <p class="text-gray-600">Harvard Law School, 2005</p>
124
+ </div>
125
+ </li>
126
+ <li class="flex items-start">
127
+ <i class="fas fa-certificate text-blue-600 mt-1 mr-3"></i>
128
+ <div>
129
+ <h4 class="font-semibold">Bar Admissions</h4>
130
+ <p class="text-gray-600">New York, New Jersey, U.S. Supreme Court</p>
131
+ </div>
132
+ </li>
133
+ <li class="flex items-start">
134
+ <i class="fas fa-medal text-blue-600 mt-1 mr-3"></i>
135
+ <div>
136
+ <h4 class="font-semibold">Professional Memberships</h4>
137
+ <p class="text-gray-600">American Bar Association, New York State Bar Association</p>
138
+ </div>
139
+ </li>
140
+ </ul>
141
+ </div>
142
+ </div>
143
+ <div class="md:w-1/2 md:pl-10">
144
+ <div class="bg-white p-8 rounded-lg shadow-lg card-hover transition duration-300">
145
+ <h3 class="text-2xl font-bold text-blue-800 mb-4">Professional Philosophy</h3>
146
+ <p class="text-gray-700 mb-6">
147
+ I believe in a client-centered approach to law, where clear communication and personalized strategies lead to successful outcomes. Every case receives my undivided attention and expertise.
148
+ </p>
149
+ <div class="bg-blue-50 p-6 rounded-lg border-l-4 border-blue-700">
150
+ <p class="italic text-blue-900">
151
+ "The measure of a great attorney isn't just in cases won, but in lives positively impacted through dedicated legal service."
152
+ </p>
153
+ </div>
154
+ </div>
155
+ </div>
156
+ </div>
157
+ </div>
158
+ </section>
159
+
160
+ <!-- Services Section -->
161
+ <section id="services" class="py-20 bg-white">
162
+ <div class="container mx-auto px-6">
163
+ <div class="text-center mb-16">
164
+ <h2 class="text-3xl md:text-4xl font-bold text-blue-900 mb-4">Legal Services</h2>
165
+ <div class="w-20 h-1 bg-blue-700 mx-auto mb-6"></div>
166
+ <p class="text-lg text-gray-600 max-w-3xl mx-auto">
167
+ Comprehensive legal solutions tailored to your specific needs
168
+ </p>
169
+ </div>
170
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
171
+ <!-- Service 1 -->
172
+ <div class="bg-gray-50 p-8 rounded-lg shadow-md hover:shadow-xl transition duration-300 card-hover">
173
+ <div class="text-blue-700 text-4xl mb-6">
174
+ <i class="fas fa-briefcase"></i>
175
+ </div>
176
+ <h3 class="text-xl font-bold text-blue-900 mb-4">Corporate Law</h3>
177
+ <p class="text-gray-600 mb-4">
178
+ Expert guidance on business formation, contracts, mergers, and compliance matters.
179
+ </p>
180
+ <ul class="text-gray-700 space-y-2">
181
+ <li class="flex items-center">
182
+ <i class="fas fa-check-circle text-green-500 mr-2"></i>
183
+ Business Formation
184
+ </li>
185
+ <li class="flex items-center">
186
+ <i class="fas fa-check-circle text-green-500 mr-2"></i>
187
+ Contract Review
188
+ </li>
189
+ <li class="flex items-center">
190
+ <i class="fas fa-check-circle text-green-500 mr-2"></i>
191
+ Mergers & Acquisitions
192
+ </li>
193
+ </ul>
194
+ </div>
195
+
196
+ <!-- Service 2 -->
197
+ <div class="bg-gray-50 p-8 rounded-lg shadow-md hover:shadow-xl transition duration-300 card-hover">
198
+ <div class="text-blue-700 text-4xl mb-6">
199
+ <i class="fas fa-gavel"></i>
200
+ </div>
201
+ <h3 class="text-xl font-bold text-blue-900 mb-4">Litigation</h3>
202
+ <p class="text-gray-600 mb-4">
203
+ Aggressive representation in civil disputes with a track record of successful outcomes.
204
+ </p>
205
+ <ul class="text-gray-700 space-y-2">
206
+ <li class="flex items-center">
207
+ <i class="fas fa-check-circle text-green-500 mr-2"></i>
208
+ Commercial Litigation
209
+ </li>
210
+ <li class="flex items-center">
211
+ <i class="fas fa-check-circle text-green-500 mr-2"></i>
212
+ Employment Disputes
213
+ </li>
214
+ <li class="flex items-center">
215
+ <i class="fas fa-check-circle text-green-500 mr-2"></i>
216
+ Contract Disputes
217
+ </li>
218
+ </ul>
219
+ </div>
220
+
221
+ <!-- Service 3 -->
222
+ <div class="bg-gray-50 p-8 rounded-lg shadow-md hover:shadow-xl transition duration-300 card-hover">
223
+ <div class="text-blue-700 text-4xl mb-6">
224
+ <i class="fas fa-handshake"></i>
225
+ </div>
226
+ <h3 class="text-xl font-bold text-blue-900 mb-4">Alternative Dispute Resolution</h3>
227
+ <p class="text-gray-600 mb-4">
228
+ Cost-effective mediation and arbitration services to resolve conflicts efficiently.
229
+ </p>
230
+ <ul class="text-gray-700 space-y-2">
231
+ <li class="flex items-center">
232
+ <i class="fas fa-check-circle text-green-500 mr-2"></i>
233
+ Mediation Services
234
+ </li>
235
+ <li class="flex items-center">
236
+ <i class="fas fa-check-circle text-green-500 mr-2"></i>
237
+ Arbitration
238
+ </li>
239
+ <li class="flex items-center">
240
+ <i class="fas fa-check-circle text-green-500 mr-2"></i>
241
+ Negotiation Strategy
242
+ </li>
243
+ </ul>
244
+ </div>
245
+ </div>
246
+ </div>
247
+ </section>
248
+
249
+ <!-- Testimonials -->
250
+ <section class="py-20 bg-blue-50">
251
+ <div class="container mx-auto px-6">
252
+ <div class="text-center mb-16">
253
+ <h2 class="text-3xl md:text-4xl font-bold text-blue-900 mb-4">Client Testimonials</h2>
254
+ <div class="w-20 h-1 bg-blue-700 mx-auto mb-6"></div>
255
+ <p class="text-lg text-gray-600 max-w-3xl mx-auto">
256
+ Hear what our clients say about their experience
257
+ </p>
258
+ </div>
259
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
260
+ <!-- Testimonial 1 -->
261
+ <div class="bg-white p-8 rounded-lg shadow-md">
262
+ <div class="flex items-center mb-4">
263
+ <div class="text-yellow-400 text-xl mr-2">
264
+ <i class="fas fa-star"></i>
265
+ <i class="fas fa-star"></i>
266
+ <i class="fas fa-star"></i>
267
+ <i class="fas fa-star"></i>
268
+ <i class="fas fa-star"></i>
269
+ </div>
270
+ </div>
271
+ <p class="text-gray-700 italic mb-6">
272
+ "Johnathan's expertise in corporate law saved our company during a critical merger. His attention to detail and strategic thinking were invaluable."
273
+ </p>
274
+ <div class="flex items-center">
275
+ <div class="w-12 h-12 rounded-full overflow-hidden mr-4">
276
+ <img src="https://randomuser.me/api/portraits/women/43.jpg" alt="Sarah Johnson" class="w-full h-full object-cover">
277
+ </div>
278
+ <div>
279
+ <h4 class="font-bold">Sarah Johnson</h4>
280
+ <p class="text-gray-600 text-sm">CEO, TechSolutions Inc.</p>
281
+ </div>
282
+ </div>
283
+ </div>
284
+
285
+ <!-- Testimonial 2 -->
286
+ <div class="bg-white p-8 rounded-lg shadow-md">
287
+ <div class="flex items-center mb-4">
288
+ <div class="text-yellow-400 text-xl mr-2">
289
+ <i class="fas fa-star"></i>
290
+ <i class="fas fa-star"></i>
291
+ <i class="fas fa-star"></i>
292
+ <i class="fas fa-star"></i>
293
+ <i class="fas fa-star"></i>
294
+ </div>
295
+ </div>
296
+ <p class="text-gray-700 italic mb-6">
297
+ "After a complex contract dispute, I can confidently say Johnathan is the most thorough and dedicated attorney I've ever worked with."
298
+ </p>
299
+ <div class="flex items-center">
300
+ <div class="w-12 h-12 rounded-full overflow-hidden mr-4">
301
+ <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Michael Chen" class="w-full h-full object-cover">
302
+ </div>
303
+ <div>
304
+ <h4 class="font-bold">Michael Chen</h4>
305
+ <p class="text-gray-600 text-sm">Founder, GreenEarth Organics</p>
306
+ </div>
307
+ </div>
308
+ </div>
309
+
310
+ <!-- Testimonial 3 -->
311
+ <div class="bg-white p-8 rounded-lg shadow-md">
312
+ <div class="flex items-center mb-4">
313
+ <div class="text-yellow-400 text-xl mr-2">
314
+ <i class="fas fa-star"></i>
315
+ <i class="fas fa-star"></i>
316
+ <i class="fas fa-star"></i>
317
+ <i class="fas fa-star"></i>
318
+ <i class="fas fa-star-half-alt"></i>
319
+ </div>
320
+ </div>
321
+ <p class="text-gray-700 italic mb-6">
322
+ "Johnathan's mediation skills resolved our family business dispute amicably when we thought litigation was inevitable. Highly recommended."
323
+ </p>
324
+ <div class="flex items-center">
325
+ <div class="w-12 h-12 rounded-full overflow-hidden mr-4">
326
+ <img src="https://randomuser.me/api/portraits/women/65.jpg" alt="Emily Rodriguez" class="w-full h-full object-cover">
327
+ </div>
328
+ <div>
329
+ <h4 class="font-bold">Emily Rodriguez</h4>
330
+ <p class="text-gray-600 text-sm">Partner, Rodriguez & Sons</p>
331
+ </div>
332
+ </div>
333
+ </div>
334
+ </div>
335
+ </div>
336
+ </section>
337
+
338
+ <!-- Contact Section -->
339
+ <section id="contact" class="py-20 bg-blue-900 text-white">
340
+ <div class="container mx-auto px-6">
341
+ <div class="text-center mb-16">
342
+ <h2 class="text-3xl md:text-4xl font-bold mb-4">Contact Johnathan</h2>
343
+ <div class="w-20 h-1 bg-blue-300 mx-auto mb-6"></div>
344
+ <p class="text-lg text-blue-200 max-w-3xl mx-auto">
345
+ Schedule a consultation or inquire about legal services
346
+ </p>
347
+ </div>
348
+ <div class="flex flex-col md:flex-row">
349
+ <div class="md:w-1/2 mb-10 md:mb-0 md:pr-10">
350
+ <h3 class="text-2xl font-bold mb-6">Get In Touch</h3>
351
+ <div class="space-y-6">
352
+ <div class="flex items-start">
353
+ <div class="text-blue-300 text-xl mr-4 mt-1">
354
+ <i class="fas fa-map-marker-alt"></i>
355
+ </div>
356
+ <div>
357
+ <h4 class="font-semibold">Office Address</h4>
358
+ <p class="text-blue-200">450 Park Avenue, Suite 1200<br>New York, NY 10022</p>
359
+ </div>
360
+ </div>
361
+ <div class="flex items-start">
362
+ <div class="text-blue-300 text-xl mr-4 mt-1">
363
+ <i class="fas fa-phone-alt"></i>
364
+ </div>
365
+ <div>
366
+ <h4 class="font-semibold">Phone</h4>
367
+ <p class="text-blue-200">(212) 555-0100</p>
368
+ </div>
369
+ </div>
370
+ <div class="flex items-start">
371
+ <div class="text-blue-300 text-xl mr-4 mt-1">
372
+ <i class="fas fa-envelope"></i>
373
+ </div>
374
+ <div>
375
+ <h4 class="font-semibold">Email</h4>
376
+ <p class="text-blue-200">j.blackwood@blackwoodlegal.com</p>
377
+ </div>
378
+ </div>
379
+ <div class="flex items-start">
380
+ <div class="text-blue-300 text-xl mr-4 mt-1">
381
+ <i class="fas fa-clock"></i>
382
+ </div>
383
+ <div>
384
+ <h4 class="font-semibold">Office Hours</h4>
385
+ <p class="text-blue-200">Monday - Friday: 9:00 AM - 6:00 PM<br>Weekends: By appointment</p>
386
+ </div>
387
+ </div>
388
+ </div>
389
+ <div class="mt-8">
390
+ <h4 class="font-semibold mb-4">Follow Johnathan</h4>
391
+ <div class="flex space-x-4">
392
+ <a href="#" class="text-blue-300 hover:text-white text-xl">
393
+ <i class="fab fa-linkedin"></i>
394
+ </a>
395
+ <a href="#" class="text-blue-300 hover:text-white text-xl">
396
+ <i class="fab fa-twitter"></i>
397
+ </a>
398
+ <a href="#" class="text-blue-300 hover:text-white text-xl">
399
+ <i class="fab fa-facebook"></i>
400
+ </a>
401
+ </div>
402
+ </div>
403
+ </div>
404
+ <div class="md:w-1/2">
405
+ <form class="bg-white text-gray-800 p-8 rounded-lg shadow-lg">
406
+ <h3 class="text-2xl font-bold text-blue-900 mb-6">Schedule a Consultation</h3>
407
+ <div class="mb-4">
408
+ <label for="name" class="block text-gray-700 font-medium mb-2">Full Name</label>
409
+ <input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500">
410
+ </div>
411
+ <div class="mb-4">
412
+ <label for="email" class="block text-gray-700 font-medium mb-2">Email Address</label>
413
+ <input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500">
414
+ </div>
415
+ <div class="mb-4">
416
+ <label for="phone" class="block text-gray-700 font-medium mb-2">Phone Number</label>
417
+ <input type="tel" id="phone" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500">
418
+ </div>
419
+ <div class="mb-4">
420
+ <label for="service" class="block text-gray-700 font-medium mb-2">Service Needed</label>
421
+ <select id="service" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500">
422
+ <option value="">Select a service</option>
423
+ <option value="corporate">Corporate Law</option>
424
+ <option value="litigation">Litigation</option>
425
+ <option value="dispute">Dispute Resolution</option>
426
+ <option value="other">Other</option>
427
+ </select>
428
+ </div>
429
+ <div class="mb-6">
430
+ <label for="message" class="block text-gray-700 font-medium mb-2">Message</label>
431
+ <textarea id="message" rows="4" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500"></textarea>
432
+ </div>
433
+ <button type="submit" class="w-full bg-blue-700 text-white font-bold py-3 px-6 rounded-lg hover:bg-blue-800 transition duration-300">
434
+ Request Consultation
435
+ </button>
436
+ </form>
437
+ </div>
438
+ </div>
439
+ </div>
440
+ </section>
441
+
442
+ <!-- Footer -->
443
+ <footer class="bg-blue-950 text-white py-12">
444
+ <div class="container mx-auto px-6">
445
+ <div class="flex flex-col md:flex-row justify-between items-center">
446
+ <div class="mb-6 md:mb-0">
447
+ <div class="flex items-center space-x-2">
448
+ <i class="fas fa-balance-scale text-2xl text-blue-300"></i>
449
+ <span class="font-bold text-xl">Blackwood Legal</span>
450
+ </div>
451
+ <p class="text-blue-300 mt-2">Professional legal services you can trust.</p>
452
+ </div>
453
+ <div class="flex flex-col items-center md:items-end">
454
+ <div class="flex space-x-6 mb-4">
455
+ <a href="#" class="text-blue-300 hover:text-white">
456
+ <i class="fab fa-linkedin text-xl"></i>
457
+ </a>
458
+ <a href="#" class="text-blue-300 hover:text-white">
459
+ <i class="fab fa-twitter text-xl"></i>
460
+ </a>
461
+ <a href="#" class="text-blue-300 hover:text-white">
462
+ <i class="fab fa-facebook text-xl"></i>
463
+ </a>
464
+ </div>
465
+ <p class="text-blue-300 text-sm">
466
+ &copy; 2023 Blackwood Legal. All rights reserved.
467
+ </p>
468
+ </div>
469
+ </div>
470
+ </div>
471
+ </footer>
472
+
473
+ <!-- Resume Download Modal -->
474
+ <div id="resumeModal" class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center z-50 hidden">
475
+ <div class="bg-white rounded-lg shadow-xl max-w-md w-full p-6 mx-4">
476
+ <div class="flex justify-between items-center mb-4">
477
+ <h3 class="text-xl font-bold text-blue-900">Download Resume</h3>
478
+ <button id="closeModal" class="text-gray-500 hover:text-gray-700">
479
+ <i class="fas fa-times"></i>
480
+ </button>
481
+ </div>
482
+ <p class="text-gray-700 mb-6">
483
+ Please provide your email address to receive Johnathan Blackwood's professional resume.
484
+ </p>
485
+ <form id="resumeForm">
486
+ <div class="mb-4">
487
+ <label for="resumeEmail" class="block text-gray-700 font-medium mb-2">Email Address</label>
488
+ <input type="email" id="resumeEmail" required class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500">
489
+ </div>
490
+ <button type="submit" class="w-full btn-resume text-white font-bold py-3 px-6 rounded-lg flex items-center justify-center space-x-2">
491
+ <i class="fas fa-download"></i>
492
+ <span>Download Resume</span>
493
+ </button>
494
+ </form>
495
+ </div>
496
+ </div>
497
+
498
+ <script>
499
+ // Smooth scrolling for navigation links
500
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
501
+ anchor.addEventListener('click', function (e) {
502
+ e.preventDefault();
503
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
504
+ behavior: 'smooth'
505
+ });
506
+ });
507
+ });
508
+
509
+ // Resume download functionality
510
+ const downloadBtn = document.getElementById('downloadResume');
511
+ const resumeModal = document.getElementById('resumeModal');
512
+ const closeModal = document.getElementById('closeModal');
513
+ const resumeForm = document.getElementById('resumeForm');
514
+
515
+ downloadBtn.addEventListener('click', () => {
516
+ resumeModal.classList.remove('hidden');
517
+ });
518
+
519
+ closeModal.addEventListener('click', () => {
520
+ resumeModal.classList.add('hidden');
521
+ });
522
+
523
+ resumeForm.addEventListener('submit', (e) => {
524
+ e.preventDefault();
525
+ const email = document.getElementById('resumeEmail').value;
526
+
527
+ // In a real implementation, you would send this to your server
528
+ // For demo purposes, we'll simulate a download
529
+ alert(`Resume download link has been sent to ${email}`);
530
+
531
+ // Create a fake download (in a real scenario, this would be a real PDF)
532
+ const link = document.createElement('a');
533
+ link.href = '#';
534
+ link.download = 'Johnathan_Blackwood_Resume.pdf';
535
+ document.body.appendChild(link);
536
+ link.click();
537
+ document.body.removeChild(link);
538
+
539
+ resumeModal.classList.add('hidden');
540
+ document.getElementById('resumeEmail').value = '';
541
+ });
542
+
543
+ // Close modal when clicking outside
544
+ window.addEventListener('click', (e) => {
545
+ if (e.target === resumeModal) {
546
+ resumeModal.classList.add('hidden');
547
+ }
548
+ });
549
+
550
+ // Mobile menu toggle (would need additional HTML for mobile menu)
551
+ // This is a placeholder for actual mobile menu implementation
552
+ const mobileMenuBtn = document.querySelector('.md\\:hidden');
553
+ mobileMenuBtn.addEventListener('click', () => {
554
+ alert('Mobile menu would open here in a complete implementation');
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=tinolin/coco2" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
558
+ </html>
prompts.txt ADDED
File without changes