tinolin commited on
Commit
ba28430
·
verified ·
1 Parent(s): 45aede4

Add 2 files

Browse files
Files changed (2) hide show
  1. index.html +135 -90
  2. prompts.txt +4 -1
index.html CHANGED
@@ -6,74 +6,44 @@
6
  <title>Attorney James Montgomery | Distinguished Legal Counsel</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
- @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Montserrat:wght@300;400;600&display=swap');
11
-
12
- body {
13
- font-family: 'Montserrat', sans-serif;
14
- overflow: hidden;
15
- height: 100vh;
16
- }
17
-
18
- .gold-text {
19
- color: #D4AF37;
20
- }
21
-
22
- .gold-border {
23
- border-color: #D4AF37;
24
- }
25
-
26
- .gold-bg {
27
- background-color: #D4AF37;
28
- }
29
-
30
- .playfair {
31
- font-family: 'Playfair Display', serif;
32
- }
33
-
34
- .bg-pattern {
35
- background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-6 60c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm29 22c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zM32 63c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm57-13c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-9-29c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM60 91c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM35 41c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 60c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3z' fill='%23d4af37' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
36
  }
37
-
38
- .achievement-item {
39
- position: relative;
40
- padding-left: 2rem;
41
- }
42
-
43
- .achievement-item:before {
44
- content: "";
45
- position: absolute;
46
- left: 0;
47
- top: 0.6rem;
48
- width: 1rem;
49
- height: 1rem;
50
- background-color: #D4AF37;
51
- transform: rotate(45deg);
52
- }
53
-
54
- .resume-btn {
55
- transition: all 0.3s ease;
56
- }
57
-
58
- .resume-btn:hover {
59
- transform: translateY(-3px);
60
- box-shadow: 0 10px 20px rgba(212, 175, 55, 0.3);
61
- }
62
-
63
- .contact-link:hover {
64
- color: #D4AF37 !important;
65
- }
66
- </style>
67
  </head>
68
- <body class="bg-black text-white">
69
- <div class="container mx-auto h-screen flex flex-col justify-between px-6 py-12 bg-pattern">
 
 
 
 
 
 
70
  <!-- Header -->
71
  <header class="flex justify-between items-center">
72
- <div class="text-2xl font-bold playfair gold-text">J.MONTGOMERY</div>
73
  <nav class="hidden md:flex space-x-8">
74
- <a href="#about" class="text-white hover:text-yellow-400 transition">About</a>
75
- <a href="#achievements" class="text-white hover:text-yellow-400 transition">Achievements</a>
76
- <a href="#contact" class="text-white hover:text-yellow-400 transition">Contact</a>
77
  </nav>
78
  <button class="md:hidden text-white">
79
  <i class="fas fa-bars text-2xl"></i>
@@ -84,48 +54,56 @@
84
  <main class="flex-grow flex flex-col md:flex-row items-center justify-center gap-12">
85
  <!-- Left Column - Portrait -->
86
  <div class="w-full md:w-1/3 flex justify-center">
87
- <div class="relative">
88
- <div class="w-64 h-80 md:w-72 md:h-96 bg-gray-800 relative overflow-hidden">
89
- <div class="absolute inset-0 border-4 border-transparent hover:border-yellow-400 transition-all duration-300"></div>
90
- <div class="absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-70"></div>
91
- <div class="absolute inset-0 flex items-end p-6">
92
- <h2 class="playfair text-3xl font-bold">James Montgomery</h2>
93
- </div>
94
  </div>
95
- <div class="absolute -bottom-4 -right-4 w-24 h-24 bg-yellow-400 flex items-center justify-center">
96
- <span class="text-black font-bold text-sm">15+ Years Experience</span>
97
  </div>
98
  </div>
99
  </div>
100
 
101
  <!-- Right Column - Info -->
102
  <div class="w-full md:w-2/3 space-y-8">
103
- <h1 class="playfair text-4xl md:text-5xl font-bold">
104
- Distinguished <span class="gold-text">Legal</span> Counsel
105
  </h1>
106
 
107
- <p class="text-lg text-gray-300 max-w-2xl">
108
  Specializing in corporate law, intellectual property, and high-stakes litigation with a proven track record of securing favorable outcomes for clients ranging from Fortune 500 companies to individual entrepreneurs.
109
  </p>
110
 
111
  <!-- Achievements -->
112
  <div id="achievements" class="space-y-4">
113
- <h3 class="text-xl font-semibold gold-text">Notable Achievements</h3>
114
  <ul class="space-y-3">
115
- <li class="achievement-item">Successfully argued before the Supreme Court in landmark IP case (2021)</li>
116
- <li class="achievement-item">Recipient of the National Law Journal's "Top 40 Under 40" award</li>
117
- <li class="achievement-item">Negotiated $250M merger between tech giants with zero litigation</li>
118
- <li class="achievement-item">Maintained 92% success rate in jury trials over the past decade</li>
 
 
 
 
 
 
 
 
119
  </ul>
120
  </div>
121
 
122
  <!-- CTA Buttons -->
123
  <div class="flex flex-wrap gap-4 pt-4">
124
- <a href="#" class="resume-btn gold-bg text-black font-bold px-8 py-3 rounded-sm flex items-center gap-2">
125
- <i class="fas fa-file-alt"></i> Download Resume
126
  </a>
127
- <a href="#contact" class="border-2 gold-border text-white font-bold px-8 py-3 rounded-sm hover:bg-yellow-400 hover:bg-opacity-10 transition">
128
- Schedule Consultation
129
  </a>
130
  </div>
131
  </div>
@@ -134,18 +112,85 @@
134
  <!-- Footer -->
135
  <footer id="contact" class="flex flex-col md:flex-row justify-between items-center pt-8 border-t border-gray-800">
136
  <div class="mb-4 md:mb-0">
137
- <h3 class="text-lg font-semibold gold-text playfair">James Montgomery, Esq.</h3>
138
- <p class="text-gray-400">Principal Attorney | Montgomery & Associates</p>
139
  </div>
140
- <div class="flex space-x-6">
141
- <a href="tel:+15551234567" class="contact-link text-white hover:text-yellow-400 transition">
142
  <i class="fas fa-phone mr-2"></i> (555) 123-4567
143
  </a>
144
- <a href="mailto:james@montgomerylaw.com" class="contact-link text-white hover:text-yellow-400 transition">
145
- <i class="fas fa-envelope mr-2"></i> james@montgomerylaw.com
146
  </a>
147
  </div>
148
  </footer>
149
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
150
  <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/coco1" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
151
  </html>
 
6
  <title>Attorney James Montgomery | Distinguished Legal Counsel</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.cdnfonts.com/css/beautiful-minds" rel="stylesheet">
12
+ <link href="https://fonts.googleapis.com/css2?family=Constantia&display=swap" rel="stylesheet">
13
+ <script>
14
+ tailwind.config = {
15
+ theme: {
16
+ extend: {
17
+ fontFamily: {
18
+ 'beautiful-minds': ['Beautiful Minds', 'sans-serif'],
19
+ 'constantia': ['Constantia', 'serif']
20
+ },
21
+ colors: {
22
+ 'gold': '#D4AF37',
23
+ },
24
+ backgroundImage: {
25
+ 'gold-pattern': "url(\"data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-6 60c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm29 22c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zM32 63c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm57-13c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-9-29c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM60 91c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM35 41c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 60c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3z' fill='%23d4af37' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E\")"
26
+ }
27
+ }
28
+ }
 
 
 
 
 
 
 
29
  }
30
+ </script>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  </head>
32
+ <body class="bg-black text-white font-constantia overflow-x-hidden min-h-screen">
33
+ <!-- Language Button -->
34
+ <button id="languageBtn" class="fixed top-5 right-5 z-50 bg-black/70 border border-gold text-white px-4 py-2 rounded-full flex items-center gap-2 hover:bg-gold hover:text-black transition-all duration-300">
35
+ <i class="fas fa-language"></i>
36
+ <span>IT</span>
37
+ </button>
38
+
39
+ <div class="container mx-auto min-h-screen flex flex-col justify-between px-6 py-12 bg-gold-pattern">
40
  <!-- Header -->
41
  <header class="flex justify-between items-center">
42
+ <div class="text-2xl font-bold font-beautiful-minds text-gold">J.MONTGOMERY</div>
43
  <nav class="hidden md:flex space-x-8">
44
+ <a href="#about" class="text-white hover:text-gold transition">About</a>
45
+ <a href="#achievements" class="text-white hover:text-gold transition">Achievements</a>
46
+ <a href="#contact" class="text-white hover:text-gold transition">Contact</a>
47
  </nav>
48
  <button class="md:hidden text-white">
49
  <i class="fas fa-bars text-2xl"></i>
 
54
  <main class="flex-grow flex flex-col md:flex-row items-center justify-center gap-12">
55
  <!-- Left Column - Portrait -->
56
  <div class="w-full md:w-1/3 flex justify-center">
57
+ <div class="relative w-72 h-96">
58
+ <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"
59
+ alt="Attorney James Montgomery"
60
+ class="w-full h-full object-cover grayscale-[30%] contrast-110">
61
+ <div class="absolute inset-0 bg-gradient-to-t from-black/80 via-black/30 to-transparent"></div>
62
+ <div class="absolute inset-0 flex items-end p-6">
63
+ <h2 class="font-beautiful-minds text-3xl font-bold" id="nameTitle">JAMES MONTGOMERY</h2>
64
  </div>
65
+ <div class="absolute -bottom-5 -right-5 w-20 h-20 bg-gold flex items-center justify-center rotate-6">
66
+ <span class="text-black font-bold text-xs text-center" id="experienceText">15+ YEARS<br>EXPERIENCE</span>
67
  </div>
68
  </div>
69
  </div>
70
 
71
  <!-- Right Column - Info -->
72
  <div class="w-full md:w-2/3 space-y-8">
73
+ <h1 class="font-beautiful-minds text-4xl md:text-5xl font-bold tracking-tight">
74
+ <span id="mainTitle">DISTINGUISHED</span> <span class="text-gold" id="legalText">LEGAL</span> <span id="counselText">COUNSEL</span>
75
  </h1>
76
 
77
+ <p class="text-lg text-gray-300 max-w-2xl" id="descriptionText">
78
  Specializing in corporate law, intellectual property, and high-stakes litigation with a proven track record of securing favorable outcomes for clients ranging from Fortune 500 companies to individual entrepreneurs.
79
  </p>
80
 
81
  <!-- Achievements -->
82
  <div id="achievements" class="space-y-4">
83
+ <h3 class="text-xl font-semibold text-gold font-beautiful-minds" id="achievementsTitle">NOTABLE ACHIEVEMENTS</h3>
84
  <ul class="space-y-3">
85
+ <li class="relative pl-8 before:absolute before:left-0 before:top-3 before:w-4 before:h-4 before:bg-gold before:rotate-45" id="achievement1">
86
+ Successfully argued before the Supreme Court in landmark IP case (2021)
87
+ </li>
88
+ <li class="relative pl-8 before:absolute before:left-0 before:top-3 before:w-4 before:h-4 before:bg-gold before:rotate-45" id="achievement2">
89
+ Recipient of the National Law Journal's "Top 40 Under 40" award
90
+ </li>
91
+ <li class="relative pl-8 before:absolute before:left-0 before:top-3 before:w-4 before:h-4 before:bg-gold before:rotate-45" id="achievement3">
92
+ Negotiated $250M merger between tech giants with zero litigation
93
+ </li>
94
+ <li class="relative pl-8 before:absolute before:left-0 before:top-3 before:w-4 before:h-4 before:bg-gold before:rotate-45" id="achievement4">
95
+ Maintained 92% success rate in jury trials over the past decade
96
+ </li>
97
  </ul>
98
  </div>
99
 
100
  <!-- CTA Buttons -->
101
  <div class="flex flex-wrap gap-4 pt-4">
102
+ <a href="#" class="bg-gold text-black font-bold px-8 py-3 rounded-sm flex items-center gap-2 hover:-translate-y-1 hover:shadow-lg hover:shadow-gold/30 transition-all duration-300">
103
+ <i class="fas fa-file-alt"></i> <span id="resumeBtnText">DOWNLOAD RESUME</span>
104
  </a>
105
+ <a href="#contact" class="border-2 border-gold text-white font-bold px-8 py-3 rounded-sm hover:bg-gold/10 transition">
106
+ <span id="consultationBtnText">SCHEDULE CONSULTATION</span>
107
  </a>
108
  </div>
109
  </div>
 
112
  <!-- Footer -->
113
  <footer id="contact" class="flex flex-col md:flex-row justify-between items-center pt-8 border-t border-gray-800">
114
  <div class="mb-4 md:mb-0">
115
+ <h3 class="text-lg font-semibold text-gold font-beautiful-minds" id="footerName">JAMES MONTGOMERY, ESQ.</h3>
116
+ <p class="text-gray-400" id="footerTitle">PRINCIPAL ATTORNEY | MONTGOMERY & ASSOCIATES</p>
117
  </div>
118
+ <div class="flex flex-col md:flex-row gap-4 md:gap-6">
119
+ <a href="tel:+15551234567" class="text-white hover:text-gold transition flex items-center">
120
  <i class="fas fa-phone mr-2"></i> (555) 123-4567
121
  </a>
122
+ <a href="mailto:james@montgomerylaw.com" class="text-white hover:text-gold transition flex items-center">
123
+ <i class="fas fa-envelope mr-2"></i> JAMES@MONTGOMERYLAW.COM
124
  </a>
125
  </div>
126
  </footer>
127
  </div>
128
+
129
+ <script>
130
+ const translations = {
131
+ en: {
132
+ nameTitle: "JAMES MONTGOMERY",
133
+ mainTitle: "DISTINGUISHED",
134
+ legalText: "LEGAL",
135
+ counselText: "COUNSEL",
136
+ descriptionText: "Specializing in corporate law, intellectual property, and high-stakes litigation with a proven track record of securing favorable outcomes for clients ranging from Fortune 500 companies to individual entrepreneurs.",
137
+ achievementsTitle: "NOTABLE ACHIEVEMENTS",
138
+ achievement1: "Successfully argued before the Supreme Court in landmark IP case (2021)",
139
+ achievement2: "Recipient of the National Law Journal's \"Top 40 Under 40\" award",
140
+ achievement3: "Negotiated $250M merger between tech giants with zero litigation",
141
+ achievement4: "Maintained 92% success rate in jury trials over the past decade",
142
+ resumeBtnText: "DOWNLOAD RESUME",
143
+ consultationBtnText: "SCHEDULE CONSULTATION",
144
+ footerName: "JAMES MONTGOMERY, ESQ.",
145
+ footerTitle: "PRINCIPAL ATTORNEY | MONTGOMERY & ASSOCIATES",
146
+ experienceText: "15+ YEARS<br>EXPERIENCE"
147
+ },
148
+ it: {
149
+ nameTitle: "JAMES MONTGOMERY",
150
+ mainTitle: "CONSULENZA",
151
+ legalText: "LEGALE",
152
+ counselText: "DI ECCELLENZA",
153
+ descriptionText: "Specializzato in diritto societario, proprietà intellettuale e contenziosi ad alto rischio con un comprovato track record nel garantire esiti favorevoli per clienti che vanno dalle aziende Fortune 500 ai singoli imprenditori.",
154
+ achievementsTitle: "RISULTATI IMPORTANTI",
155
+ achievement1: "Discusso con successo davanti alla Corte Suprema in un caso fondamentale di proprietà intellettuale (2021)",
156
+ achievement2: "Vincitore del premio \"Top 40 Under 40\" del National Law Journal",
157
+ achievement3: "Negoziati 250 milioni di dollari di fusione tra colossi tecnologici senza contenzioso",
158
+ achievement4: "Mantenuto un tasso di successo del 92% nei processi con giuria nell'ultimo decennio",
159
+ resumeBtnText: "SCARICA CURRICULUM",
160
+ consultationBtnText: "PRENOTA CONSULENZA",
161
+ footerName: "JAMES MONTGOMERY, AVV.",
162
+ footerTitle: "AVVOCATO PRINCIPALE | MONTGOMERY & ASSOCIATES",
163
+ experienceText: "15+ ANNI<br>ESPERIENZA"
164
+ }
165
+ };
166
+
167
+ let currentLanguage = 'en';
168
+ const languageBtn = document.getElementById('languageBtn');
169
+
170
+ function updateContent(language) {
171
+ const translation = translations[language];
172
+ for (const [key, value] of Object.entries(translation)) {
173
+ const element = document.getElementById(key);
174
+ if (element) {
175
+ if (key === 'experienceText') {
176
+ element.innerHTML = value;
177
+ } else {
178
+ element.textContent = value;
179
+ }
180
+ }
181
+ }
182
+ }
183
+
184
+ languageBtn.addEventListener('click', function() {
185
+ currentLanguage = currentLanguage === 'en' ? 'it' : 'en';
186
+ updateContent(currentLanguage);
187
+ this.innerHTML = currentLanguage === 'en'
188
+ ? '<i class="fas fa-language"></i><span>IT</span>'
189
+ : '<i class="fas fa-language"></i><span>EN</span>';
190
+ });
191
+
192
+ // Initialize with English content
193
+ updateContent('en');
194
+ </script>
195
  <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/coco1" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
196
  </html>
prompts.txt CHANGED
@@ -1 +1,4 @@
1
- I need you to create a single-screen (no scrolling) responsive website with black, gold, and white colors for a lawyer, with a brief description of their achievements and the option to download their resume.
 
 
 
 
1
+ I need you to create a single-screen (no scrolling) responsive website with black, gold, and white colors for a lawyer, with a brief description of their achievements and the option to download their resume.
2
+ la imagen no se ve podrías corregir? además me gustaría que utilizaras la fuente antenna y mattock
3
+ agregarías un botón de traduccion en italiano? y cambia de fuentes a "beautiful minds" y "Constantia"
4
+ no funciona bien ya que se ve duplicado. Además me gustaría que los estilos esten realizados con tailwind integramente