GregorSaalste commited on
Commit
8d82b73
·
verified ·
1 Parent(s): 74f5de8

Rather than white lets make it a dark theme, also for the teams each time would have a diffrent patch

Browse files
Files changed (1) hide show
  1. swat.html +48 -51
swat.html CHANGED
@@ -87,31 +87,28 @@
87
  section {
88
  padding: 3rem 0;
89
  }
90
-
91
  body {
92
- background: #f8f9fa;
93
- color: #212529;
94
  font-family: 'Helvetica Neue', Arial, sans-serif;
95
  }
96
 
97
  .bg-gradient-to-b {
98
- background: #fff;
99
- border-bottom: 1px solid #dee2e6;
100
  }
101
-
102
  .department-card {
103
- background: #fff;
104
- border: 1px solid #dee2e6;
105
- box-shadow: 0 1px 3px rgba(0,0,0,0.1);
106
- transition: none;
107
  }
108
 
109
  .department-card:hover {
110
- transform: none;
111
- box-shadow: 0 1px 3px rgba(0,0,0,0.2);
112
  }
113
-
114
- .btn-primary {
115
  background: #005288;
116
  color: white;
117
  border: none;
@@ -166,8 +163,8 @@
166
  <h1 class="text-3xl md:text-4xl font-bold mb-6 gradient-text">
167
  SPECIAL WEAPONS AND TACTICS UNIT
168
  </h1>
169
- <p class="text-lg md:text-xl max-w-3xl mx-auto text-gray-700 mb-8">
170
- Official tactical response division serving Key West, Florida
171
  </p>
172
  <div class="flex flex-wrap justify-center gap-4">
173
  <a href="https://asrp.us/apply" class="px-8 py-3 btn-primary rounded font-semibold">
@@ -186,20 +183,20 @@
186
  <h2 class="text-2xl md:text-3xl font-bold mb-4 gradient-text">
187
  ABOUT THE SWAT DIVISION
188
  </h2>
189
- <p class="max-w-3xl mx-auto text-gray-700">
190
- Specialized tactical unit handling high-risk situations with precision and professionalism
191
  </p>
192
  </div>
193
 
194
  <div class="grid grid-cols-1 lg:grid-cols-2 gap-12 items-center">
195
  <div>
196
- <h3 class="text-xl font-bold mb-4 text-gray-800">MISSION STATEMENT</h3>
197
- <p class="text-gray-700 mb-6">
198
  The Atlantic Shores Roleplay SWAT Division is committed to providing specialized tactical response to high-risk situations that exceed the capabilities of standard law enforcement units. We operate with the highest standards of professionalism, precision, and dedication to public safety.
199
  </p>
200
- <h3 class="text-xl font-bold mb-4 text-gray-800">CORE VALUES</h3>
201
- <ul class="space-y-3 text-gray-700">
202
- <li class="flex items-start">
203
  <i class="fas fa-check text-gray-600 mt-1 mr-3"></i>
204
  <span>Tactical Excellence in all operations</span>
205
  </li>
@@ -233,20 +230,20 @@ The Atlantic Shores Roleplay SWAT Division is committed to providing specialized
233
  <h2 class="text-2xl md:text-3xl font-bold mb-4 gradient-text">
234
  TACTICAL TEAMS
235
  </h2>
236
- <p class="max-w-2xl mx-auto text-gray-700">
237
- Specialized units within the SWAT division
238
  </p>
239
  </div>
240
 
241
  <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
242
  <!-- Team Alpha -->
243
  <div class="department-card rounded overflow-hidden">
244
- <div class="h-48 bg-gray-100 flex items-center justify-center">
245
- <div class="text-5xl font-bold text-gray-400">A</div>
246
- </div>
247
  <div class="p-6">
248
- <h3 class="text-xl font-bold mb-2 text-gray-800">TEAM ALPHA</h3>
249
- <p class="text-gray-700 mb-4">
250
  Primary assault team specializing in direct entry operations and high-risk warrant service.
251
  </p>
252
  <div class="flex items-center text-sm text-gray-500">
@@ -258,12 +255,12 @@ Primary assault team specializing in direct entry operations and high-risk warra
258
 
259
  <!-- Team Bravo -->
260
  <div class="department-card rounded overflow-hidden">
261
- <div class="h-48 bg-gray-100 flex items-center justify-center">
262
- <div class="text-5xl font-bold text-gray-400">B</div>
263
- </div>
264
  <div class="p-6">
265
- <h3 class="text-xl font-bold mb-2 text-gray-800">TEAM BRAVO</h3>
266
- <p class="text-gray-700 mb-4">
267
  Sniper and reconnaissance team providing overwatch and precision engagement capabilities.
268
  </p>
269
  <div class="flex items-center text-sm text-gray-500">
@@ -275,12 +272,12 @@ Sniper and reconnaissance team providing overwatch and precision engagement capa
275
 
276
  <!-- Team Charlie -->
277
  <div class="department-card rounded overflow-hidden">
278
- <div class="h-48 bg-gray-100 flex items-center justify-center">
279
- <div class="text-5xl font-bold text-gray-400">C</div>
280
- </div>
281
  <div class="p-6">
282
- <h3 class="text-xl font-bold mb-2 text-gray-800">TEAM CHARLIE</h3>
283
- <p class="text-gray-700 mb-4">
284
  Breaching and entry specialists equipped with advanced tools for complex operations.
285
  </p>
286
  <div class="flex items-center text-sm text-gray-500">
@@ -292,12 +289,12 @@ Breaching and entry specialists equipped with advanced tools for complex operati
292
 
293
  <!-- Team Delta -->
294
  <div class="department-card rounded overflow-hidden">
295
- <div class="h-48 bg-gray-100 flex items-center justify-center">
296
- <div class="text-5xl font-bold text-gray-400">D</div>
297
- </div>
298
  <div class="p-6">
299
- <h3 class="text-xl font-bold mb-2 text-gray-800">TEAM DELTA</h3>
300
- <p class="text-gray-700 mb-4">
301
  Crisis negotiation and tactical medical support team ensuring peaceful resolutions.
302
  </p>
303
  <div class="flex items-center text-sm text-gray-500">
@@ -326,8 +323,8 @@ Crisis negotiation and tactical medical support team ensuring peaceful resolutio
326
  <div class="text-3xl mb-4">
327
  <i class="fas fa-shield-alt text-gray-600"></i>
328
  </div>
329
- <h3 class="text-lg font-bold mb-3 text-gray-800">LAW ENFORCEMENT EXPERIENCE</h3>
330
- <p class="text-gray-700">
331
  Minimum of 6 months active service in a law enforcement department with excellent performance record.
332
  </p>
333
  </div>
@@ -337,8 +334,8 @@ Minimum of 6 months active service in a law enforcement department with excellen
337
  <div class="text-3xl mb-4">
338
  <i class="fas fa-dumbbell text-gray-600"></i>
339
  </div>
340
- <h3 class="text-lg font-bold mb-3 text-gray-800">PHYSICAL FITNESS</h3>
341
- <p class="text-gray-700">
342
  Must pass rigorous physical fitness tests including strength, endurance, and agility assessments.
343
  </p>
344
  </div>
@@ -348,8 +345,8 @@ Must pass rigorous physical fitness tests including strength, endurance, and agi
348
  <div class="text-3xl mb-4">
349
  <i class="fas fa-brain text-gray-600"></i>
350
  </div>
351
- <h3 class="text-lg font-bold mb-3 text-gray-800">PSYCHOLOGICAL EVALUATION</h3>
352
- <p class="text-gray-700">
353
  Must successfully complete psychological screening to ensure mental stability under pressure.
354
  </p>
355
  </div>
 
87
  section {
88
  padding: 3rem 0;
89
  }
 
90
  body {
91
+ background: #121212;
92
+ color: #e0e0e0;
93
  font-family: 'Helvetica Neue', Arial, sans-serif;
94
  }
95
 
96
  .bg-gradient-to-b {
97
+ background: #1e1e1e;
98
+ border-bottom: 1px solid #333;
99
  }
 
100
  .department-card {
101
+ background: #252525;
102
+ border: 1px solid #333;
103
+ box-shadow: 0 1px 3px rgba(0,0,0,0.3);
104
+ transition: all 0.2s ease;
105
  }
106
 
107
  .department-card:hover {
108
+ transform: translateY(-3px);
109
+ box-shadow: 0 4px 6px rgba(0,0,0,0.3);
110
  }
111
+ .btn-primary {
 
112
  background: #005288;
113
  color: white;
114
  border: none;
 
163
  <h1 class="text-3xl md:text-4xl font-bold mb-6 gradient-text">
164
  SPECIAL WEAPONS AND TACTICS UNIT
165
  </h1>
166
+ <p class="text-lg md:text-xl max-w-3xl mx-auto text-gray-400 mb-8">
167
+ Official tactical response division serving Key West, Florida
168
  </p>
169
  <div class="flex flex-wrap justify-center gap-4">
170
  <a href="https://asrp.us/apply" class="px-8 py-3 btn-primary rounded font-semibold">
 
183
  <h2 class="text-2xl md:text-3xl font-bold mb-4 gradient-text">
184
  ABOUT THE SWAT DIVISION
185
  </h2>
186
+ <p class="max-w-3xl mx-auto text-gray-400">
187
+ Specialized tactical unit handling high-risk situations with precision and professionalism
188
  </p>
189
  </div>
190
 
191
  <div class="grid grid-cols-1 lg:grid-cols-2 gap-12 items-center">
192
  <div>
193
+ <h3 class="text-xl font-bold mb-4 text-white">MISSION STATEMENT</h3>
194
+ <p class="text-gray-700 mb-6">
195
  The Atlantic Shores Roleplay SWAT Division is committed to providing specialized tactical response to high-risk situations that exceed the capabilities of standard law enforcement units. We operate with the highest standards of professionalism, precision, and dedication to public safety.
196
  </p>
197
+ <h3 class="text-xl font-bold mb-4 text-white">CORE VALUES</h3>
198
+ <ul class="space-y-3 text-gray-400">
199
+ <li class="flex items-start">
200
  <i class="fas fa-check text-gray-600 mt-1 mr-3"></i>
201
  <span>Tactical Excellence in all operations</span>
202
  </li>
 
230
  <h2 class="text-2xl md:text-3xl font-bold mb-4 gradient-text">
231
  TACTICAL TEAMS
232
  </h2>
233
+ <p class="max-w-2xl mx-auto text-gray-400">
234
+ Specialized units within the SWAT division
235
  </p>
236
  </div>
237
 
238
  <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
239
  <!-- Team Alpha -->
240
  <div class="department-card rounded overflow-hidden">
241
+ <div class="h-48 bg-gray-800 flex items-center justify-center">
242
+ <img src="http://static.photos/patches/640x360/1" alt="Team Alpha Patch" class="h-32">
243
+ </div>
244
  <div class="p-6">
245
+ <h3 class="text-xl font-bold mb-2 text-white">TEAM ALPHA</h3>
246
+ <p class="text-gray-400 mb-4">
247
  Primary assault team specializing in direct entry operations and high-risk warrant service.
248
  </p>
249
  <div class="flex items-center text-sm text-gray-500">
 
255
 
256
  <!-- Team Bravo -->
257
  <div class="department-card rounded overflow-hidden">
258
+ <div class="h-48 bg-gray-800 flex items-center justify-center">
259
+ <img src="http://static.photos/patches/640x360/2" alt="Team Bravo Patch" class="h-32">
260
+ </div>
261
  <div class="p-6">
262
+ <h3 class="text-xl font-bold mb-2 text-white">TEAM BRAVO</h3>
263
+ <p class="text-gray-700 mb-4">
264
  Sniper and reconnaissance team providing overwatch and precision engagement capabilities.
265
  </p>
266
  <div class="flex items-center text-sm text-gray-500">
 
272
 
273
  <!-- Team Charlie -->
274
  <div class="department-card rounded overflow-hidden">
275
+ <div class="h-48 bg-gray-800 flex items-center justify-center">
276
+ <img src="http://static.photos/patches/640x360/3" alt="Team Charlie Patch" class="h-32">
277
+ </div>
278
  <div class="p-6">
279
+ <h3 class="text-xl font-bold mb-2 text-white">TEAM CHARLIE</h3>
280
+ <p class="text-gray-700 mb-4">
281
  Breaching and entry specialists equipped with advanced tools for complex operations.
282
  </p>
283
  <div class="flex items-center text-sm text-gray-500">
 
289
 
290
  <!-- Team Delta -->
291
  <div class="department-card rounded overflow-hidden">
292
+ <div class="h-48 bg-gray-800 flex items-center justify-center">
293
+ <img src="http://static.photos/patches/640x360/4" alt="Team Delta Patch" class="h-32">
294
+ </div>
295
  <div class="p-6">
296
+ <h3 class="text-xl font-bold mb-2 text-white">TEAM DELTA</h3>
297
+ <p class="text-gray-700 mb-4">
298
  Crisis negotiation and tactical medical support team ensuring peaceful resolutions.
299
  </p>
300
  <div class="flex items-center text-sm text-gray-500">
 
323
  <div class="text-3xl mb-4">
324
  <i class="fas fa-shield-alt text-gray-600"></i>
325
  </div>
326
+ <h3 class="text-lg font-bold mb-3 text-white">LAW ENFORCEMENT EXPERIENCE</h3>
327
+ <p class="text-gray-400">
328
  Minimum of 6 months active service in a law enforcement department with excellent performance record.
329
  </p>
330
  </div>
 
334
  <div class="text-3xl mb-4">
335
  <i class="fas fa-dumbbell text-gray-600"></i>
336
  </div>
337
+ <h3 class="text-lg font-bold mb-3 text-white">PHYSICAL FITNESS</h3>
338
+ <p class="text-gray-700">
339
  Must pass rigorous physical fitness tests including strength, endurance, and agility assessments.
340
  </p>
341
  </div>
 
345
  <div class="text-3xl mb-4">
346
  <i class="fas fa-brain text-gray-600"></i>
347
  </div>
348
+ <h3 class="text-lg font-bold mb-3 text-white">PSYCHOLOGICAL EVALUATION</h3>
349
+ <p class="text-gray-700">
350
  Must successfully complete psychological screening to ensure mental stability under pressure.
351
  </p>
352
  </div>