wuhp commited on
Commit
cd5cee8
·
verified ·
1 Parent(s): 7f3b513

Add 2 files

Browse files
Files changed (2) hide show
  1. README.md +6 -4
  2. index.html +572 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: King Terry
3
- emoji: 💻
4
- colorFrom: pink
5
  colorTo: red
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: king-terry
3
+ emoji: 🐳
4
+ colorFrom: purple
5
  colorTo: red
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,572 @@
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>Terry Tough Knuckles - King of Alliance</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=Bebas+Neue&family=Oswald:wght@400;700&display=swap');
11
+
12
+ .hero-bg {
13
+ background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1540747913346-19e32dc3e97e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1600&q=80');
14
+ background-size: cover;
15
+ background-position: center;
16
+ }
17
+
18
+ .title-font {
19
+ font-family: 'Bebas Neue', sans-serif;
20
+ }
21
+
22
+ .body-font {
23
+ font-family: 'Oswald', sans-serif;
24
+ }
25
+
26
+ .terry-red {
27
+ color: #d90429;
28
+ }
29
+
30
+ .bg-terry-red {
31
+ background-color: #d90429;
32
+ }
33
+
34
+ .border-terry-red {
35
+ border-color: #d90429;
36
+ }
37
+
38
+ .glow-text {
39
+ text-shadow: 0 0 10px rgba(217, 4, 41, 0.7);
40
+ }
41
+
42
+ .timeline-item:not(:last-child)::after {
43
+ content: '';
44
+ position: absolute;
45
+ left: 50%;
46
+ bottom: -20px;
47
+ transform: translateX(-50%);
48
+ width: 2px;
49
+ height: 20px;
50
+ background-color: #d90429;
51
+ }
52
+
53
+ .timeline-dot {
54
+ position: absolute;
55
+ left: 50%;
56
+ top: 50%;
57
+ transform: translate(-50%, -50%);
58
+ width: 16px;
59
+ height: 16px;
60
+ border-radius: 50%;
61
+ background-color: #d90429;
62
+ border: 3px solid white;
63
+ }
64
+ </style>
65
+ </head>
66
+ <body class="bg-gray-900 text-white body-font">
67
+ <!-- Navigation -->
68
+ <nav class="bg-black py-4 px-6 shadow-lg sticky top-0 z-50">
69
+ <div class="container mx-auto flex justify-between items-center">
70
+ <div class="flex items-center">
71
+ <i class="fas fa-crown text-2xl terry-red mr-2"></i>
72
+ <a href="#" class="title-font text-2xl terry-red glow-text">TOUGH KNUCKLES</a>
73
+ </div>
74
+ <div class="hidden md:flex space-x-8">
75
+ <a href="#about" class="hover:text-red-500 transition">About</a>
76
+ <a href="#story" class="hover:text-red-500 transition">Story</a>
77
+ <a href="#gallery" class="hover:text-red-500 transition">Gallery</a>
78
+ <a href="#rival" class="hover:text-red-500 transition">The Rival</a>
79
+ <a href="#news" class="hover:text-red-500 transition">News</a>
80
+ </div>
81
+ <button class="md:hidden text-2xl">
82
+ <i class="fas fa-bars"></i>
83
+ </button>
84
+ </div>
85
+ </nav>
86
+
87
+ <!-- Hero Section -->
88
+ <section class="hero-bg min-h-screen flex items-center justify-center text-center px-4">
89
+ <div class="max-w-4xl mx-auto">
90
+ <h1 class="title-font text-6xl md:text-8xl mb-6 terry-red glow-text">TERRY "TOUGH KNUCKLES" DAVIS</h1>
91
+ <h2 class="title-font text-3xl md:text-5xl mb-8">THE UNDISPUTED KING OF ALLIANCE</h2>
92
+ <div class="flex justify-center space-x-4">
93
+ <button class="bg-terry-red hover:bg-red-800 px-8 py-3 rounded-full font-bold uppercase tracking-wider transition">King's Decree</button>
94
+ <button class="border-2 border-terry-red hover:bg-red-900 px-8 py-3 rounded-full font-bold uppercase tracking-wider transition">Pay Respect</button>
95
+ </div>
96
+ </div>
97
+ </section>
98
+
99
+ <!-- About Section -->
100
+ <section id="about" class="py-20 px-6">
101
+ <div class="container mx-auto max-w-6xl">
102
+ <h2 class="title-font text-4xl md:text-5xl mb-12 text-center terry-red">ABOUT THE KING</h2>
103
+
104
+ <div class="flex flex-col md:flex-row items-center gap-12">
105
+ <div class="md:w-1/2">
106
+ <img src="https://images.unsplash.com/photo-1606335543475-1c3d7a9d96b3?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80"
107
+ alt="Terry Tough Knuckles"
108
+ class="w-full rounded-lg shadow-2xl border-4 border-terry-red transform rotate-2 hover:rotate-0 transition duration-500">
109
+ </div>
110
+ <div class="md:w-1/2">
111
+ <h3 class="title-font text-3xl mb-4 terry-red">Terry "Tough Knuckles" Davis</h3>
112
+ <p class="text-lg mb-4">Born and raised in the streets of Alliance, Ohio, Terry Davis earned his nickname "Tough Knuckles" through years of street fights and underground boxing matches where he never lost a bout.</p>
113
+ <p class="text-lg mb-4">Standing at 6'3" and weighing 245lbs of pure muscle, Terry commands respect wherever he goes. His signature move is the "Alliance Annihilator" - a devastating right hook that has knocked out countless challengers.</p>
114
+ <p class="text-lg mb-6">Beyond his fighting prowess, Terry is known for his charitable work in Alliance, funding youth centers and keeping the streets clean from crime. He's not just a fighter - he's a community leader.</p>
115
+
116
+ <div class="grid grid-cols-2 gap-4">
117
+ <div class="bg-gray-800 p-4 rounded-lg">
118
+ <div class="flex items-center mb-2">
119
+ <i class="fas fa-fist-raised text-xl terry-red mr-2"></i>
120
+ <span class="font-bold">Fight Record</span>
121
+ </div>
122
+ <p>87-0 (All Knockouts)</p>
123
+ </div>
124
+ <div class="bg-gray-800 p-4 rounded-lg">
125
+ <div class="flex items-center mb-2">
126
+ <i class="fas fa-crown text-xl terry-red mr-2"></i>
127
+ <span class="font-bold">Reign</span>
128
+ </div>
129
+ <p>King since 2012</p>
130
+ </div>
131
+ <div class="bg-gray-800 p-4 rounded-lg">
132
+ <div class="flex items-center mb-2">
133
+ <i class="fas fa-map-marker-alt text-xl terry-red mr-2"></i>
134
+ <span class="font-bold">Territory</span>
135
+ </div>
136
+ <p>Alliance, Ohio</p>
137
+ </div>
138
+ <div class="bg-gray-800 p-4 rounded-lg">
139
+ <div class="flex items-center mb-2">
140
+ <i class="fas fa-skull text-xl terry-red mr-2"></i>
141
+ <span class="font-bold">Biggest Rival</span>
142
+ </div>
143
+ <p>Brayden Powers</p>
144
+ </div>
145
+ </div>
146
+ </div>
147
+ </div>
148
+ </div>
149
+ </section>
150
+
151
+ <!-- Backstory Section -->
152
+ <section id="story" class="py-20 px-6 bg-gray-800">
153
+ <div class="container mx-auto max-w-4xl">
154
+ <h2 class="title-font text-4xl md:text-5xl mb-12 text-center terry-red">THE RISE OF TOUGH KNUCKLES</h2>
155
+
156
+ <div class="relative">
157
+ <!-- Timeline -->
158
+ <div class="space-y-16">
159
+ <!-- Item 1 -->
160
+ <div class="relative timeline-item pl-8 md:pl-0">
161
+ <div class="md:flex">
162
+ <div class="md:w-1/2 md:pr-12 md:text-right">
163
+ <h3 class="title-font text-2xl terry-red mb-2">1988 - Humble Beginnings</h3>
164
+ <p class="text-gray-300">Born to a single mother in Alliance's east side, young Terry learned to fight early, protecting his neighborhood from bullies and drug dealers.</p>
165
+ </div>
166
+ <div class="hidden md:block md:w-1/2"></div>
167
+ </div>
168
+ <div class="timeline-dot"></div>
169
+ </div>
170
+
171
+ <!-- Item 2 -->
172
+ <div class="relative timeline-item pl-8 md:pl-0">
173
+ <div class="md:flex">
174
+ <div class="hidden md:block md:w-1/2 md:pr-12"></div>
175
+ <div class="md:w-1/2">
176
+ <h3 class="title-font text-2xl terry-red mb-2">2005 - First Underground Fight</h3>
177
+ <p class="text-gray-300">At 17, Terry entered his first illegal boxing match to pay his mother's medical bills. He knocked out a 250lb biker in 18 seconds.</p>
178
+ </div>
179
+ </div>
180
+ <div class="timeline-dot"></div>
181
+ </div>
182
+
183
+ <!-- Item 3 -->
184
+ <div class="relative timeline-item pl-8 md:pl-0">
185
+ <div class="md:flex">
186
+ <div class="md:w-1/2 md:pr-12 md:text-right">
187
+ <h3 class="title-font text-2xl terry-red mb-2">2010 - The Nickname</h3>
188
+ <p class="text-gray-300">After winning 25 straight fights with his bare knuckles (refusing gloves), the media dubbed him "Tough Knuckles" - a name that stuck.</p>
189
+ </div>
190
+ <div class="hidden md:block md:w-1/2"></div>
191
+ </div>
192
+ <div class="timeline-dot"></div>
193
+ </div>
194
+
195
+ <!-- Item 4 -->
196
+ <div class="relative timeline-item pl-8 md:pl-0">
197
+ <div class="md:flex">
198
+ <div class="hidden md:block md:w-1/2 md:pr-12"></div>
199
+ <div class="md:w-1/2">
200
+ <h3 class="title-font text-2xl terry-red mb-2">2012 - Crowning Moment</h3>
201
+ <p class="text-gray-300">Defeated the reigning "King of Alliance" in a legendary 12-round street fight. The defeated king handed Terry his crown and left town.</p>
202
+ </div>
203
+ </div>
204
+ <div class="timeline-dot"></div>
205
+ </div>
206
+
207
+ <!-- Item 5 -->
208
+ <div class="relative timeline-item pl-8 md:pl-0">
209
+ <div class="md:flex">
210
+ <div class="md:w-1/2 md:pr-12 md:text-right">
211
+ <h3 class="title-font text-2xl terry-red mb-2">2018 - Rival Emerges</h3>
212
+ <p class="text-gray-300">Brayden Powers, a cocky fighter from Youngstown, began challenging Terry's reign, leading to their first brutal encounter.</p>
213
+ </div>
214
+ <div class="hidden md:block md:w-1/2"></div>
215
+ </div>
216
+ <div class="timeline-dot"></div>
217
+ </div>
218
+
219
+ <!-- Item 6 -->
220
+ <div class="relative pl-8 md:pl-0">
221
+ <div class="md:flex">
222
+ <div class="hidden md:block md:w-1/2 md:pr-12"></div>
223
+ <div class="md:w-1/2">
224
+ <h3 class="title-font text-2xl terry-red mb-2">Present Day</h3>
225
+ <p class="text-gray-300">Terry continues to rule Alliance with an iron fist, keeping the streets safe while preparing for his inevitable final showdown with Brayden Powers.</p>
226
+ </div>
227
+ </div>
228
+ <div class="timeline-dot"></div>
229
+ </div>
230
+ </div>
231
+ </div>
232
+ </div>
233
+ </section>
234
+
235
+ <!-- Gallery Section -->
236
+ <section id="gallery" class="py-20 px-6">
237
+ <div class="container mx-auto max-w-6xl">
238
+ <h2 class="title-font text-4xl md:text-5xl mb-12 text-center terry-red">KING'S GALLERY</h2>
239
+
240
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
241
+ <div class="overflow-hidden rounded-lg shadow-lg group">
242
+ <img src="https://images.unsplash.com/photo-1600181981860-9ec9798e0bcc?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80"
243
+ alt="Terry training"
244
+ class="w-full h-64 object-cover transform group-hover:scale-110 transition duration-500">
245
+ <div class="bg-gray-800 p-4">
246
+ <p class="font-bold">Training Regimen</p>
247
+ <p class="text-sm text-gray-400">Terry's brutal daily workout</p>
248
+ </div>
249
+ </div>
250
+
251
+ <div class="overflow-hidden rounded-lg shadow-lg group">
252
+ <img src="https://images.unsplash.com/photo-1606335543475-1c3d7a9d96b3?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80"
253
+ alt="Terry with crown"
254
+ class="w-full h-64 object-cover transform group-hover:scale-110 transition duration-500">
255
+ <div class="bg-gray-800 p-4">
256
+ <p class="font-bold">Royal Portrait</p>
257
+ <p class="text-sm text-gray-400">The King in his element</p>
258
+ </div>
259
+ </div>
260
+
261
+ <div class="overflow-hidden rounded-lg shadow-lg group">
262
+ <img src="https://images.unsplash.com/photo-1518611012118-696072aa579a?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80"
263
+ alt="Terry in the ring"
264
+ class="w-full h-64 object-cover transform group-hover:scale-110 transition duration-500">
265
+ <div class="bg-gray-800 p-4">
266
+ <p class="font-bold">Championship Fight</p>
267
+ <p class="text-sm text-gray-400">Defending his title in 2019</p>
268
+ </div>
269
+ </div>
270
+
271
+ <div class="overflow-hidden rounded-lg shadow-lg group">
272
+ <img src="https://images.unsplash.com/photo-1571019613454-1cb2f5b2f37d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80"
273
+ alt="Terry with community"
274
+ class="w-full h-64 object-cover transform group-hover:scale-110 transition duration-500">
275
+ <div class="bg-gray-800 p-4">
276
+ <p class="font-bold">Community Leader</p>
277
+ <p class="text-sm text-gray-400">Giving back to Alliance</p>
278
+ </div>
279
+ </div>
280
+
281
+ <div class="overflow-hidden rounded-lg shadow-lg group">
282
+ <img src="https://images.unsplash.com/photo-1519861531473-9200262188bf?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80"
283
+ alt="Terry's signature move"
284
+ class="w-full h-64 object-cover transform group-hover:scale-110 transition duration-500">
285
+ <div class="bg-gray-800 p-4">
286
+ <p class="font-bold">Alliance Annihilator</p>
287
+ <p class="text-sm text-gray-400">His devastating right hook</p>
288
+ </div>
289
+ </div>
290
+
291
+ <div class="overflow-hidden rounded-lg shadow-lg group">
292
+ <img src="https://images.unsplash.com/photo-1541534741688-6078c6efb583?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80"
293
+ alt="Terry's throne"
294
+ class="w-full h-64 object-cover transform group-hover:scale-110 transition duration-500">
295
+ <div class="bg-gray-800 p-4">
296
+ <p class="font-bold">The Throne</p>
297
+ <p class="text-sm text-gray-400">Where the King holds court</p>
298
+ </div>
299
+ </div>
300
+ </div>
301
+ </div>
302
+ </section>
303
+
304
+ <!-- Rival Section -->
305
+ <section id="rival" class="py-20 px-6 bg-gray-800">
306
+ <div class="container mx-auto max-w-6xl">
307
+ <h2 class="title-font text-4xl md:text-5xl mb-12 text-center terry-red">THE RIVAL: BRAYDEN POWERS</h2>
308
+
309
+ <div class="flex flex-col md:flex-row items-center gap-12">
310
+ <div class="md:w-1/2 order-2 md:order-1">
311
+ <h3 class="title-font text-3xl mb-4 text-red-400">Brayden "The Powerhouse" Powers</h3>
312
+ <p class="text-lg mb-4">Hailing from Youngstown, Brayden Powers represents everything Terry stands against. A mercenary fighter with no code, Brayden has made it his mission to dethrone Terry and claim Alliance for himself.</p>
313
+ <p class="text-lg mb-4">Their rivalry began in 2018 when Brayden interrupted one of Terry's charity events, leading to their first brutal confrontation that ended in a draw after police intervention.</p>
314
+ <p class="text-lg mb-6">Since then, Brayden has been Terry's only opponent to survive a full fight, making him the most dangerous threat to Terry's reign.</p>
315
+
316
+ <div class="bg-gray-900 p-6 rounded-lg border-l-4 border-red-400">
317
+ <h4 class="title-font text-xl mb-3 text-red-400">Notable Confrontations</h4>
318
+ <ul class="space-y-3">
319
+ <li class="flex items-start">
320
+ <i class="fas fa-skull text-red-400 mt-1 mr-2"></i>
321
+ <span><strong>2018 Charity Event:</strong> First encounter, ended in draw</span>
322
+ </li>
323
+ <li class="flex items-start">
324
+ <i class="fas fa-skull text-red-400 mt-1 mr-2"></i>
325
+ <span><strong>2019 Street Fight:</strong> Terry won by TKO in 9th round</span>
326
+ </li>
327
+ <li class="flex items-start">
328
+ <i class="fas fa-skull text-red-400 mt-1 mr-2"></i>
329
+ <span><strong>2021 Parking Lot Brawl:</strong> Most brutal fight yet, no winner declared</span>
330
+ </li>
331
+ </ul>
332
+ </div>
333
+ </div>
334
+ <div class="md:w-1/2 order-1 md:order-2">
335
+ <img src="https://images.unsplash.com/photo-1600181981860-9ec9798e0bcc?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80"
336
+ alt="Brayden Powers"
337
+ class="w-full rounded-lg shadow-2xl border-4 border-red-400 transform -rotate-2 hover:rotate-0 transition duration-500">
338
+ <div class="mt-4 flex justify-between items-center">
339
+ <div class="bg-red-900 text-red-100 px-4 py-2 rounded-full">
340
+ <i class="fas fa-exclamation-triangle mr-2"></i>
341
+ <span>WANTED: DEAD OR ALIVE</span>
342
+ </div>
343
+ <div class="text-right">
344
+ <p class="text-sm text-gray-400">Last seen: Youngstown</p>
345
+ <p class="text-sm text-gray-400">Bounty: $50,000</p>
346
+ </div>
347
+ </div>
348
+ </div>
349
+ </div>
350
+ </div>
351
+ </section>
352
+
353
+ <!-- News Section -->
354
+ <section id="news" class="py-20 px-6">
355
+ <div class="container mx-auto max-w-6xl">
356
+ <h2 class="title-font text-4xl md:text-5xl mb-12 text-center terry-red">KINGDOM NEWS</h2>
357
+
358
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
359
+ <!-- News Item 1 -->
360
+ <div class="bg-gray-800 rounded-lg overflow-hidden shadow-lg hover:shadow-xl transition">
361
+ <img src="https://images.unsplash.com/photo-1571019613454-1cb2f5b2f37d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80"
362
+ alt="Terry at gym opening"
363
+ class="w-full h-48 object-cover">
364
+ <div class="p-6">
365
+ <div class="flex justify-between items-center mb-3">
366
+ <span class="text-sm text-gray-400">June 15, 2023</span>
367
+ <span class="bg-terry-red text-xs px-2 py-1 rounded-full">Exclusive</span>
368
+ </div>
369
+ <h3 class="title-font text-xl mb-2 terry-red">Terry Opens "Iron Will" Training Facility</h3>
370
+ <p class="text-gray-300 mb-4">The King has unveiled a state-of-the-art gym in downtown Alliance, offering free training to underprivileged youth. The facility features boxing rings, weight training areas, and even a mentorship program.</p>
371
+ <div class="flex items-center text-sm text-gray-400 mb-3">
372
+ <i class="fas fa-user mr-2"></i>
373
+ <span>By: Marcus Johnson</span>
374
+ </div>
375
+ <a href="#" class="text-terry-red hover:underline flex items-center">
376
+ Read More <i class="fas fa-arrow-right ml-2 text-sm"></i>
377
+ </a>
378
+ </div>
379
+ </div>
380
+
381
+ <!-- News Item 2 -->
382
+ <div class="bg-gray-800 rounded-lg overflow-hidden shadow-lg hover:shadow-xl transition">
383
+ <img src="https://images.unsplash.com/photo-1541534741688-6078c6efb583?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80"
384
+ alt="Brayden sighting"
385
+ class="w-full h-48 object-cover">
386
+ <div class="p-6">
387
+ <div class="flex justify-between items-center mb-3">
388
+ <span class="text-sm text-gray-400">May 28, 2023</span>
389
+ <span class="bg-red-500 text-xs px-2 py-1 rounded-full">Warning</span>
390
+ </div>
391
+ <h3 class="title-font text-xl mb-2 text-red-400">Brayden Powers Spotted Near Alliance</h3>
392
+ <p class="text-gray-300 mb-4">Multiple eyewitnesses report seeing Terry's rival scouting locations just outside Alliance city limits. The King has increased security and warned citizens to remain vigilant.</p>
393
+ <div class="flex items-center text-sm text-gray-400 mb-3">
394
+ <i class="fas fa-user mr-2"></i>
395
+ <span>By: Sarah Williams</span>
396
+ </div>
397
+ <a href="#" class="text-red-400 hover:underline flex items-center">
398
+ Read More <i class="fas fa-arrow-right ml-2 text-sm"></i>
399
+ </a>
400
+ </div>
401
+ </div>
402
+
403
+ <!-- News Item 3 -->
404
+ <div class="bg-gray-800 rounded-lg overflow-hidden shadow-lg hover:shadow-xl transition">
405
+ <img src="https://images.unsplash.com/photo-1519861531473-9200262188bf?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80"
406
+ alt="Charity event"
407
+ class="w-full h-48 object-cover">
408
+ <div class="p-6">
409
+ <div class="flex justify-between items-center mb-3">
410
+ <span class="text-sm text-gray-400">April 10, 2023</span>
411
+ <span class="bg-blue-500 text-xs px-2 py-1 rounded-full">Community</span>
412
+ </div>
413
+ <h3 class="title-font text-xl mb-2 terry-red">Annual Tough Knuckles Charity Raises $250k</h3>
414
+ <p class="text-gray-300 mb-4">Terry's foundation continues to give back, funding youth programs and community centers across Alliance. This year's gala featured a surprise exhibition match that thrilled attendees.</p>
415
+ <div class="flex items-center text-sm text-gray-400 mb-3">
416
+ <i class="fas fa-user mr-2"></i>
417
+ <span>By: James Robertson</span>
418
+ </div>
419
+ <a href="#" class="text-terry-red hover:underline flex items-center">
420
+ Read More <i class="fas fa-arrow-right ml-2 text-sm"></i>
421
+ </a>
422
+ </div>
423
+ </div>
424
+
425
+ <!-- News Item 4 -->
426
+ <div class="bg-gray-800 rounded-lg overflow-hidden shadow-lg hover:shadow-xl transition">
427
+ <img src="https://images.unsplash.com/photo-1600181981860-9ec9798e0bcc?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80"
428
+ alt="Terry training"
429
+ class="w-full h-48 object-cover">
430
+ <div class="p-6">
431
+ <div class="flex justify-between items-center mb-3">
432
+ <span class="text-sm text-gray-400">March 22, 2023</span>
433
+ <span class="bg-yellow-500 text-xs px-2 py-1 rounded-full">Training</span>
434
+ </div>
435
+ <h3 class="title-font text-xl mb-2 terry-red">Terry Reveals New Training Regimen</h3>
436
+ <p class="text-gray-300 mb-4">In preparation for potential fights, Terry has adopted a brutal new training routine that combines traditional boxing with street fighting techniques. "I'm always evolving," says the King.</p>
437
+ <div class="flex items-center text-sm text-gray-400 mb-3">
438
+ <i class="fas fa-user mr-2"></i>
439
+ <span>By: Derek Mills</span>
440
+ </div>
441
+ <a href="#" class="text-terry-red hover:underline flex items-center">
442
+ Read More <i class="fas fa-arrow-right ml-2 text-sm"></i>
443
+ </a>
444
+ </div>
445
+ </div>
446
+
447
+ <!-- News Item 5 -->
448
+ <div class="bg-gray-800 rounded-lg overflow-hidden shadow-lg hover:shadow-xl transition">
449
+ <img src="https://images.unsplash.com/photo-1518611012118-696072aa579a?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80"
450
+ alt="Street fight"
451
+ class="w-full h-48 object-cover">
452
+ <div class="p-6">
453
+ <div class="flex justify-between items-center mb-3">
454
+ <span class="text-sm text-gray-400">February 5, 2023</span>
455
+ <span class="bg-purple-500 text-xs px-2 py-1 rounded-full">Fight</span>
456
+ </div>
457
+ <h3 class="title-font text-xl mb-2 terry-red">Tough Knuckles Defends Title in Street Fight</h3>
458
+ <p class="text-gray-300 mb-4">Terry successfully defended his unofficial "King of Streets" title against challenger Marco "The Hammer" Rodriguez in a 7-minute bout behind the old steel mill.</p>
459
+ <div class="flex items-center text-sm text-gray-400 mb-3">
460
+ <i class="fas fa-user mr-2"></i>
461
+ <span>By: Lisa Chen</span>
462
+ </div>
463
+ <a href="#" class="text-terry-red hover:underline flex items-center">
464
+ Read More <i class="fas fa-arrow-right ml-2 text-sm"></i>
465
+ </a>
466
+ </div>
467
+ </div>
468
+
469
+ <!-- News Item 6 -->
470
+ <div class="bg-gray-800 rounded-lg overflow-hidden shadow-lg hover:shadow-xl transition">
471
+ <img src="https://images.unsplash.com/photo-1606335543475-1c3d7a9d96b3?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80"
472
+ alt="Terry interview"
473
+ class="w-full h-48 object-cover">
474
+ <div class="p-6">
475
+ <div class="flex justify-between items-center mb-3">
476
+ <span class="text-sm text-gray-400">January 12, 2023</span>
477
+ <span class="bg-green-500 text-xs px-2 py-1 rounded-full">Interview</span>
478
+ </div>
479
+ <h3 class="title-font text-xl mb-2 terry-red">Exclusive: Terry Talks Legacy and Future</h3>
480
+ <p class="text-gray-300 mb-4">In a rare sit-down interview, Terry reflects on his decade-long reign and hints at a potential retirement fight. "I'll go out on my terms," the King declares.</p>
481
+ <div class="flex items-center text-sm text-gray-400 mb-3">
482
+ <i class="fas fa-user mr-2"></i>
483
+ <span>By: Carlos Mendez</span>
484
+ </div>
485
+ <a href="#" class="text-terry-red hover:underline flex items-center">
486
+ Read More <i class="fas fa-arrow-right ml-2 text-sm"></i>
487
+ </a>
488
+ </div>
489
+ </div>
490
+ </div>
491
+
492
+ <div class="text-center mt-12">
493
+ <button class="border-2 border-terry-red hover:bg-terry-red px-8 py-3 rounded-full font-bold uppercase tracking-wider transition">
494
+ View All News
495
+ </button>
496
+ </div>
497
+ </div>
498
+ </section>
499
+
500
+ <!-- Footer -->
501
+ <footer class="bg-black py-12 px-6">
502
+ <div class="container mx-auto max-w-6xl">
503
+ <div class="flex flex-col md:flex-row justify-between items-center">
504
+ <div class="mb-6 md:mb-0">
505
+ <div class="flex items-center">
506
+ <i class="fas fa-crown text-2xl terry-red mr-2"></i>
507
+ <span class="title-font text-2xl terry-red">TOUGH KNUCKLES</span>
508
+ </div>
509
+ <p class="text-gray-500 mt-2">Long live the King of Alliance</p>
510
+ </div>
511
+
512
+ <div class="flex space-x-6 mb-6 md:mb-0">
513
+ <a href="#" class="text-gray-400 hover:text-terry-red text-2xl">
514
+ <i class="fab fa-facebook"></i>
515
+ </a>
516
+ <a href="#" class="text-gray-400 hover:text-terry-red text-2xl">
517
+ <i class="fab fa-twitter"></i>
518
+ </a>
519
+ <a href="#" class="text-gray-400 hover:text-terry-red text-2xl">
520
+ <i class="fab fa-instagram"></i>
521
+ </a>
522
+ <a href="#" class="text-gray-400 hover:text-terry-red text-2xl">
523
+ <i class="fab fa-youtube"></i>
524
+ </a>
525
+ </div>
526
+
527
+ <div class="text-center md:text-right">
528
+ <p class="text-gray-500">For official business inquiries:</p>
529
+ <a href="mailto:[email protected]" class="terry-red hover:underline">[email protected]</a>
530
+ </div>
531
+ </div>
532
+
533
+ <div class="border-t border-gray-800 mt-8 pt-8 text-center text-gray-500">
534
+ <p>&copy; 2023 Kingdom of Tough Knuckles. All rights reserved.</p>
535
+ <p class="text-xs mt-2">Unauthorized use of the King's likeness is punishable by law.</p>
536
+ </div>
537
+ </div>
538
+ </footer>
539
+
540
+ <script>
541
+ // Simple mobile menu toggle
542
+ document.querySelector('button.md\\:hidden').addEventListener('click', function() {
543
+ const menu = document.querySelector('.hidden.md\\:flex');
544
+ if (menu.classList.contains('hidden')) {
545
+ menu.classList.remove('hidden');
546
+ menu.classList.add('flex', 'flex-col', 'absolute', 'top-16', 'left-0', 'right-0', 'bg-black', 'py-4', 'px-6', 'space-y-4', 'z-50');
547
+ } else {
548
+ menu.classList.add('hidden');
549
+ menu.classList.remove('flex', 'flex-col', 'absolute', 'top-16', 'left-0', 'right-0', 'bg-black', 'py-4', 'px-6', 'space-y-4', 'z-50');
550
+ }
551
+ });
552
+
553
+ // Smooth scrolling for anchor links
554
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
555
+ anchor.addEventListener('click', function (e) {
556
+ e.preventDefault();
557
+
558
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
559
+ behavior: 'smooth'
560
+ });
561
+
562
+ // Close mobile menu if open
563
+ const mobileMenu = document.querySelector('.hidden.md\\:flex');
564
+ if (!mobileMenu.classList.contains('hidden')) {
565
+ mobileMenu.classList.add('hidden');
566
+ mobileMenu.classList.remove('flex', 'flex-col', 'absolute', 'top-16', 'left-0', 'right-0', 'bg-black', 'py-4', 'px-6', 'space-y-4', 'z-50');
567
+ }
568
+ });
569
+ });
570
+ </script>
571
+ <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=wuhp/king-terry" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
572
+ </html>