File size: 30,212 Bytes
4bbef5a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Attorney Johnathan Blackwood | Legal Expertise You Can Trust</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <style>
        .hero-gradient {
            background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
        }
        .card-hover:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        }
        .btn-resume {
            background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
            transition: all 0.3s ease;
        }
        .btn-resume:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        }
        .nav-link {
            position: relative;
        }
        .nav-link:after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: 0;
            left: 0;
            background-color: white;
            transition: width 0.3s ease;
        }
        .nav-link:hover:after {
            width: 100%;
        }
    </style>
</head>
<body class="font-sans antialiased text-gray-800">
    <!-- Navigation -->
    <nav class="bg-blue-900 text-white shadow-lg fixed w-full z-10">
        <div class="container mx-auto px-6 py-3 flex justify-between items-center">
            <div class="flex items-center space-x-4">
                <i class="fas fa-balance-scale text-2xl text-blue-300"></i>
                <span class="font-bold text-xl">Blackwood Legal</span>
            </div>
            <div class="hidden md:flex space-x-8">
                <a href="#home" class="nav-link py-2">Home</a>
                <a href="#about" class="nav-link py-2">About</a>
                <a href="#services" class="nav-link py-2">Services</a>
                <a href="#contact" class="nav-link py-2">Contact</a>
            </div>
            <button class="md:hidden focus:outline-none">
                <i class="fas fa-bars text-xl"></i>
            </button>
        </div>
    </nav>

    <!-- Hero Section -->
    <section id="home" class="hero-gradient text-white pt-32 pb-20 md:pt-40 md:pb-32">
        <div class="container mx-auto px-6 flex flex-col md:flex-row items-center">
            <div class="md:w-1/2 mb-12 md:mb-0">
                <h1 class="text-4xl md:text-5xl font-bold leading-tight mb-6">
                    Johnathan Blackwood, Esq.
                </h1>
                <h2 class="text-2xl md:text-3xl font-semibold text-blue-200 mb-6">
                    Your Trusted Legal Advocate
                </h2>
                <p class="text-lg mb-8 text-blue-100 max-w-lg">
                    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.
                </p>
                <div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
                    <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">
                        Schedule Consultation
                    </a>
                    <button id="downloadResume" class="btn-resume text-white font-bold py-3 px-6 rounded-lg flex items-center justify-center space-x-2">
                        <i class="fas fa-file-pdf"></i>
                        <span>Download Resume</span>
                    </button>
                </div>
            </div>
            <div class="md:w-1/2 flex justify-center">
                <div class="relative">
                    <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">
                        <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" 
                             alt="Attorney Johnathan Blackwood" 
                             class="w-full h-full object-cover">
                    </div>
                    <div class="absolute -bottom-4 -right-4 bg-blue-700 text-white px-4 py-2 rounded-lg shadow-lg">
                        <div class="flex items-center">
                            <i class="fas fa-award text-yellow-400 mr-2"></i>
                            <span class="font-semibold">Top Attorney 2023</span>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- About Section -->
    <section id="about" class="py-20 bg-gray-50">
        <div class="container mx-auto px-6">
            <div class="text-center mb-16">
                <h2 class="text-3xl md:text-4xl font-bold text-blue-900 mb-4">About Johnathan</h2>
                <div class="w-20 h-1 bg-blue-700 mx-auto mb-6"></div>
                <p class="text-lg text-gray-600 max-w-3xl mx-auto">
                    A dedicated legal professional committed to excellence and client satisfaction.
                </p>
            </div>
            <div class="flex flex-col md:flex-row items-center">
                <div class="md:w-1/2 mb-10 md:mb-0 md:pr-10">
                    <div class="bg-white p-8 rounded-lg shadow-lg card-hover transition duration-300">
                        <h3 class="text-2xl font-bold text-blue-800 mb-4">Education & Credentials</h3>
                        <ul class="space-y-4">
                            <li class="flex items-start">
                                <i class="fas fa-graduation-cap text-blue-600 mt-1 mr-3"></i>
                                <div>
                                    <h4 class="font-semibold">Juris Doctor</h4>
                                    <p class="text-gray-600">Harvard Law School, 2005</p>
                                </div>
                            </li>
                            <li class="flex items-start">
                                <i class="fas fa-certificate text-blue-600 mt-1 mr-3"></i>
                                <div>
                                    <h4 class="font-semibold">Bar Admissions</h4>
                                    <p class="text-gray-600">New York, New Jersey, U.S. Supreme Court</p>
                                </div>
                            </li>
                            <li class="flex items-start">
                                <i class="fas fa-medal text-blue-600 mt-1 mr-3"></i>
                                <div>
                                    <h4 class="font-semibold">Professional Memberships</h4>
                                    <p class="text-gray-600">American Bar Association, New York State Bar Association</p>
                                </div>
                            </li>
                        </ul>
                    </div>
                </div>
                <div class="md:w-1/2 md:pl-10">
                    <div class="bg-white p-8 rounded-lg shadow-lg card-hover transition duration-300">
                        <h3 class="text-2xl font-bold text-blue-800 mb-4">Professional Philosophy</h3>
                        <p class="text-gray-700 mb-6">
                            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.
                        </p>
                        <div class="bg-blue-50 p-6 rounded-lg border-l-4 border-blue-700">
                            <p class="italic text-blue-900">
                                "The measure of a great attorney isn't just in cases won, but in lives positively impacted through dedicated legal service."
                            </p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Services Section -->
    <section id="services" class="py-20 bg-white">
        <div class="container mx-auto px-6">
            <div class="text-center mb-16">
                <h2 class="text-3xl md:text-4xl font-bold text-blue-900 mb-4">Legal Services</h2>
                <div class="w-20 h-1 bg-blue-700 mx-auto mb-6"></div>
                <p class="text-lg text-gray-600 max-w-3xl mx-auto">
                    Comprehensive legal solutions tailored to your specific needs
                </p>
            </div>
            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
                <!-- Service 1 -->
                <div class="bg-gray-50 p-8 rounded-lg shadow-md hover:shadow-xl transition duration-300 card-hover">
                    <div class="text-blue-700 text-4xl mb-6">
                        <i class="fas fa-briefcase"></i>
                    </div>
                    <h3 class="text-xl font-bold text-blue-900 mb-4">Corporate Law</h3>
                    <p class="text-gray-600 mb-4">
                        Expert guidance on business formation, contracts, mergers, and compliance matters.
                    </p>
                    <ul class="text-gray-700 space-y-2">
                        <li class="flex items-center">
                            <i class="fas fa-check-circle text-green-500 mr-2"></i>
                            Business Formation
                        </li>
                        <li class="flex items-center">
                            <i class="fas fa-check-circle text-green-500 mr-2"></i>
                            Contract Review
                        </li>
                        <li class="flex items-center">
                            <i class="fas fa-check-circle text-green-500 mr-2"></i>
                            Mergers & Acquisitions
                        </li>
                    </ul>
                </div>
                
                <!-- Service 2 -->
                <div class="bg-gray-50 p-8 rounded-lg shadow-md hover:shadow-xl transition duration-300 card-hover">
                    <div class="text-blue-700 text-4xl mb-6">
                        <i class="fas fa-gavel"></i>
                    </div>
                    <h3 class="text-xl font-bold text-blue-900 mb-4">Litigation</h3>
                    <p class="text-gray-600 mb-4">
                        Aggressive representation in civil disputes with a track record of successful outcomes.
                    </p>
                    <ul class="text-gray-700 space-y-2">
                        <li class="flex items-center">
                            <i class="fas fa-check-circle text-green-500 mr-2"></i>
                            Commercial Litigation
                        </li>
                        <li class="flex items-center">
                            <i class="fas fa-check-circle text-green-500 mr-2"></i>
                            Employment Disputes
                        </li>
                        <li class="flex items-center">
                            <i class="fas fa-check-circle text-green-500 mr-2"></i>
                            Contract Disputes
                        </li>
                    </ul>
                </div>
                
                <!-- Service 3 -->
                <div class="bg-gray-50 p-8 rounded-lg shadow-md hover:shadow-xl transition duration-300 card-hover">
                    <div class="text-blue-700 text-4xl mb-6">
                        <i class="fas fa-handshake"></i>
                    </div>
                    <h3 class="text-xl font-bold text-blue-900 mb-4">Alternative Dispute Resolution</h3>
                    <p class="text-gray-600 mb-4">
                        Cost-effective mediation and arbitration services to resolve conflicts efficiently.
                    </p>
                    <ul class="text-gray-700 space-y-2">
                        <li class="flex items-center">
                            <i class="fas fa-check-circle text-green-500 mr-2"></i>
                            Mediation Services
                        </li>
                        <li class="flex items-center">
                            <i class="fas fa-check-circle text-green-500 mr-2"></i>
                            Arbitration
                        </li>
                        <li class="flex items-center">
                            <i class="fas fa-check-circle text-green-500 mr-2"></i>
                            Negotiation Strategy
                        </li>
                    </ul>
                </div>
            </div>
        </div>
    </section>

    <!-- Testimonials -->
    <section class="py-20 bg-blue-50">
        <div class="container mx-auto px-6">
            <div class="text-center mb-16">
                <h2 class="text-3xl md:text-4xl font-bold text-blue-900 mb-4">Client Testimonials</h2>
                <div class="w-20 h-1 bg-blue-700 mx-auto mb-6"></div>
                <p class="text-lg text-gray-600 max-w-3xl mx-auto">
                    Hear what our clients say about their experience
                </p>
            </div>
            <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
                <!-- Testimonial 1 -->
                <div class="bg-white p-8 rounded-lg shadow-md">
                    <div class="flex items-center mb-4">
                        <div class="text-yellow-400 text-xl mr-2">
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                        </div>
                    </div>
                    <p class="text-gray-700 italic mb-6">
                        "Johnathan's expertise in corporate law saved our company during a critical merger. His attention to detail and strategic thinking were invaluable."
                    </p>
                    <div class="flex items-center">
                        <div class="w-12 h-12 rounded-full overflow-hidden mr-4">
                            <img src="https://randomuser.me/api/portraits/women/43.jpg" alt="Sarah Johnson" class="w-full h-full object-cover">
                        </div>
                        <div>
                            <h4 class="font-bold">Sarah Johnson</h4>
                            <p class="text-gray-600 text-sm">CEO, TechSolutions Inc.</p>
                        </div>
                    </div>
                </div>
                
                <!-- Testimonial 2 -->
                <div class="bg-white p-8 rounded-lg shadow-md">
                    <div class="flex items-center mb-4">
                        <div class="text-yellow-400 text-xl mr-2">
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                        </div>
                    </div>
                    <p class="text-gray-700 italic mb-6">
                        "After a complex contract dispute, I can confidently say Johnathan is the most thorough and dedicated attorney I've ever worked with."
                    </p>
                    <div class="flex items-center">
                        <div class="w-12 h-12 rounded-full overflow-hidden mr-4">
                            <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Michael Chen" class="w-full h-full object-cover">
                        </div>
                        <div>
                            <h4 class="font-bold">Michael Chen</h4>
                            <p class="text-gray-600 text-sm">Founder, GreenEarth Organics</p>
                        </div>
                    </div>
                </div>
                
                <!-- Testimonial 3 -->
                <div class="bg-white p-8 rounded-lg shadow-md">
                    <div class="flex items-center mb-4">
                        <div class="text-yellow-400 text-xl mr-2">
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star-half-alt"></i>
                        </div>
                    </div>
                    <p class="text-gray-700 italic mb-6">
                        "Johnathan's mediation skills resolved our family business dispute amicably when we thought litigation was inevitable. Highly recommended."
                    </p>
                    <div class="flex items-center">
                        <div class="w-12 h-12 rounded-full overflow-hidden mr-4">
                            <img src="https://randomuser.me/api/portraits/women/65.jpg" alt="Emily Rodriguez" class="w-full h-full object-cover">
                        </div>
                        <div>
                            <h4 class="font-bold">Emily Rodriguez</h4>
                            <p class="text-gray-600 text-sm">Partner, Rodriguez & Sons</p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Contact Section -->
    <section id="contact" class="py-20 bg-blue-900 text-white">
        <div class="container mx-auto px-6">
            <div class="text-center mb-16">
                <h2 class="text-3xl md:text-4xl font-bold mb-4">Contact Johnathan</h2>
                <div class="w-20 h-1 bg-blue-300 mx-auto mb-6"></div>
                <p class="text-lg text-blue-200 max-w-3xl mx-auto">
                    Schedule a consultation or inquire about legal services
                </p>
            </div>
            <div class="flex flex-col md:flex-row">
                <div class="md:w-1/2 mb-10 md:mb-0 md:pr-10">
                    <h3 class="text-2xl font-bold mb-6">Get In Touch</h3>
                    <div class="space-y-6">
                        <div class="flex items-start">
                            <div class="text-blue-300 text-xl mr-4 mt-1">
                                <i class="fas fa-map-marker-alt"></i>
                            </div>
                            <div>
                                <h4 class="font-semibold">Office Address</h4>
                                <p class="text-blue-200">450 Park Avenue, Suite 1200<br>New York, NY 10022</p>
                            </div>
                        </div>
                        <div class="flex items-start">
                            <div class="text-blue-300 text-xl mr-4 mt-1">
                                <i class="fas fa-phone-alt"></i>
                            </div>
                            <div>
                                <h4 class="font-semibold">Phone</h4>
                                <p class="text-blue-200">(212) 555-0100</p>
                            </div>
                        </div>
                        <div class="flex items-start">
                            <div class="text-blue-300 text-xl mr-4 mt-1">
                                <i class="fas fa-envelope"></i>
                            </div>
                            <div>
                                <h4 class="font-semibold">Email</h4>
                                <p class="text-blue-200">j.blackwood@blackwoodlegal.com</p>
                            </div>
                        </div>
                        <div class="flex items-start">
                            <div class="text-blue-300 text-xl mr-4 mt-1">
                                <i class="fas fa-clock"></i>
                            </div>
                            <div>
                                <h4 class="font-semibold">Office Hours</h4>
                                <p class="text-blue-200">Monday - Friday: 9:00 AM - 6:00 PM<br>Weekends: By appointment</p>
                            </div>
                        </div>
                    </div>
                    <div class="mt-8">
                        <h4 class="font-semibold mb-4">Follow Johnathan</h4>
                        <div class="flex space-x-4">
                            <a href="#" class="text-blue-300 hover:text-white text-xl">
                                <i class="fab fa-linkedin"></i>
                            </a>
                            <a href="#" class="text-blue-300 hover:text-white text-xl">
                                <i class="fab fa-twitter"></i>
                            </a>
                            <a href="#" class="text-blue-300 hover:text-white text-xl">
                                <i class="fab fa-facebook"></i>
                            </a>
                        </div>
                    </div>
                </div>
                <div class="md:w-1/2">
                    <form class="bg-white text-gray-800 p-8 rounded-lg shadow-lg">
                        <h3 class="text-2xl font-bold text-blue-900 mb-6">Schedule a Consultation</h3>
                        <div class="mb-4">
                            <label for="name" class="block text-gray-700 font-medium mb-2">Full Name</label>
                            <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">
                        </div>
                        <div class="mb-4">
                            <label for="email" class="block text-gray-700 font-medium mb-2">Email Address</label>
                            <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">
                        </div>
                        <div class="mb-4">
                            <label for="phone" class="block text-gray-700 font-medium mb-2">Phone Number</label>
                            <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">
                        </div>
                        <div class="mb-4">
                            <label for="service" class="block text-gray-700 font-medium mb-2">Service Needed</label>
                            <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">
                                <option value="">Select a service</option>
                                <option value="corporate">Corporate Law</option>
                                <option value="litigation">Litigation</option>
                                <option value="dispute">Dispute Resolution</option>
                                <option value="other">Other</option>
                            </select>
                        </div>
                        <div class="mb-6">
                            <label for="message" class="block text-gray-700 font-medium mb-2">Message</label>
                            <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>
                        </div>
                        <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">
                            Request Consultation
                        </button>
                    </form>
                </div>
            </div>
        </div>
    </section>

    <!-- Footer -->
    <footer class="bg-blue-950 text-white py-12">
        <div class="container mx-auto px-6">
            <div class="flex flex-col md:flex-row justify-between items-center">
                <div class="mb-6 md:mb-0">
                    <div class="flex items-center space-x-2">
                        <i class="fas fa-balance-scale text-2xl text-blue-300"></i>
                        <span class="font-bold text-xl">Blackwood Legal</span>
                    </div>
                    <p class="text-blue-300 mt-2">Professional legal services you can trust.</p>
                </div>
                <div class="flex flex-col items-center md:items-end">
                    <div class="flex space-x-6 mb-4">
                        <a href="#" class="text-blue-300 hover:text-white">
                            <i class="fab fa-linkedin text-xl"></i>
                        </a>
                        <a href="#" class="text-blue-300 hover:text-white">
                            <i class="fab fa-twitter text-xl"></i>
                        </a>
                        <a href="#" class="text-blue-300 hover:text-white">
                            <i class="fab fa-facebook text-xl"></i>
                        </a>
                    </div>
                    <p class="text-blue-300 text-sm">
                        &copy; 2023 Blackwood Legal. All rights reserved.
                    </p>
                </div>
            </div>
        </div>
    </footer>

    <!-- Resume Download Modal -->
    <div id="resumeModal" class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center z-50 hidden">
        <div class="bg-white rounded-lg shadow-xl max-w-md w-full p-6 mx-4">
            <div class="flex justify-between items-center mb-4">
                <h3 class="text-xl font-bold text-blue-900">Download Resume</h3>
                <button id="closeModal" class="text-gray-500 hover:text-gray-700">
                    <i class="fas fa-times"></i>
                </button>
            </div>
            <p class="text-gray-700 mb-6">
                Please provide your email address to receive Johnathan Blackwood's professional resume.
            </p>
            <form id="resumeForm">
                <div class="mb-4">
                    <label for="resumeEmail" class="block text-gray-700 font-medium mb-2">Email Address</label>
                    <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">
                </div>
                <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">
                    <i class="fas fa-download"></i>
                    <span>Download Resume</span>
                </button>
            </form>
        </div>
    </div>

    <script>
        // Smooth scrolling for navigation links
        document.querySelectorAll('a[href^="#"]').forEach(anchor => {
            anchor.addEventListener('click', function (e) {
                e.preventDefault();
                document.querySelector(this.getAttribute('href')).scrollIntoView({
                    behavior: 'smooth'
                });
            });
        });

        // Resume download functionality
        const downloadBtn = document.getElementById('downloadResume');
        const resumeModal = document.getElementById('resumeModal');
        const closeModal = document.getElementById('closeModal');
        const resumeForm = document.getElementById('resumeForm');

        downloadBtn.addEventListener('click', () => {
            resumeModal.classList.remove('hidden');
        });

        closeModal.addEventListener('click', () => {
            resumeModal.classList.add('hidden');
        });

        resumeForm.addEventListener('submit', (e) => {
            e.preventDefault();
            const email = document.getElementById('resumeEmail').value;
            
            // In a real implementation, you would send this to your server
            // For demo purposes, we'll simulate a download
            alert(`Resume download link has been sent to ${email}`);
            
            // Create a fake download (in a real scenario, this would be a real PDF)
            const link = document.createElement('a');
            link.href = '#';
            link.download = 'Johnathan_Blackwood_Resume.pdf';
            document.body.appendChild(link);
            link.click();
            document.body.removeChild(link);
            
            resumeModal.classList.add('hidden');
            document.getElementById('resumeEmail').value = '';
        });

        // Close modal when clicking outside
        window.addEventListener('click', (e) => {
            if (e.target === resumeModal) {
                resumeModal.classList.add('hidden');
            }
        });

        // Mobile menu toggle (would need additional HTML for mobile menu)
        // This is a placeholder for actual mobile menu implementation
        const mobileMenuBtn = document.querySelector('.md\\:hidden');
        mobileMenuBtn.addEventListener('click', () => {
            alert('Mobile menu would open here in a complete implementation');
        });
    </script>
<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>
</html>