GregorSaalste commited on
Commit
74f5de8
·
verified ·
1 Parent(s): 79eb17b

ITS TOO COLORFUL AND CHEERFUL LETS MAKE IT MORE LIKE A GOVERMENT WEBSITE

Browse files
Files changed (1) hide show
  1. swat.html +122 -113
swat.html CHANGED
@@ -75,49 +75,59 @@
75
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
76
  border-color: rgba(255,255,255,0.2);
77
  }
78
-
79
  .gradient-text {
80
- background: linear-gradient(135deg, #00d4ff, #090979, #7700ff);
81
- background-size: 200% auto;
82
- background-clip: text;
83
- -webkit-background-clip: text;
84
- -webkit-text-fill-color: transparent;
85
- animation: gradientFlow 6s ease infinite;
86
- }
87
-
88
- @keyframes gradientFlow {
89
- 0% { background-position: 0% 50%; }
90
- 50% { background-position: 100% 50%; }
91
- 100% { background-position: 0% 50%; }
92
  }
93
 
94
  .swat-hero {
95
- background: linear-gradient(135deg, rgba(0,0,0,0.8), rgba(0,0,0,0.9)), url('http://static.photos/military/1200x630/45') center/cover no-repeat;
96
- clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
97
- padding-bottom: 10rem;
98
  }
99
 
100
  section {
101
- padding: 6rem 0;
102
- position: relative;
103
- }
104
-
105
- section::before {
106
- content: '';
107
- position: absolute;
108
- top: 0;
109
- left: 0;
110
- right: 0;
111
- height: 1px;
112
- background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
113
  }
114
 
115
  body {
116
- background: radial-gradient(circle at center, #0a0a1a 0%, #000000 100%);
 
 
117
  }
118
 
119
  .bg-gradient-to-b {
120
- background: linear-gradient(to bottom, #0a0a1a, #000000);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
121
  }
122
  </style>
123
  </head>
@@ -151,48 +161,47 @@
151
  </div>
152
  </header>
153
  <!-- Hero Section -->
154
- <section class="swat-hero py-40">
155
  <div class="container mx-auto px-4 text-center">
156
- <h1 class="text-4xl md:text-6xl font-bold mb-6 bg-gradient-to-r from-[#e4355b] to-[#e38c26] bg-clip-text text-transparent">
157
- Special Weapons And Tactics
158
  </h1>
159
- <p class="text-xl md:text-2xl max-w-3xl mx-auto text-gray-300 mb-8">
160
- Elite tactical units of Atlantic Shores Roleplay, serving Key West with precision and professionalism
161
  </p>
162
  <div class="flex flex-wrap justify-center gap-4">
163
- <a href="https://asrp.us/apply" class="px-8 py-3 bg-gradient-to-r from-[#e4355b] to-[#e38c26] rounded-full font-semibold transition-all duration-300 hover:scale-105 shadow-lg hover:shadow-xl hover:shadow-[#e4355b]/30">
164
  <i class="fas fa-user-plus mr-2"></i> Apply to SWAT
165
  </a>
166
- <a href="https://asrp.us#dept" class="px-8 py-3 bg-transparent border-2 border-orange-500 rounded-full font-semibold transition-all duration-300 hover:scale-105 hover:bg-orange-500 hover:bg-opacity-10 hover:border-orange-400">
167
- <i class="fas fa-arrow-left mr-2"></i> All Departments
168
  </a>
169
  </div>
170
- </div>
171
  </section>
172
  <!-- About SWAT Section -->
173
- <section class="bg-gradient-to-b">
174
  <div class="container mx-auto px-4">
175
  <div class="text-center mb-16">
176
- <h2 class="text-3xl md:text-5xl font-bold mb-4 bg-gradient-to-r from-[#e4355b] to-[#e38c26] bg-clip-text text-transparent">
177
- About Our SWAT Division
178
  </h2>
179
- <p class="max-w-3xl mx-auto text-gray-400 text-lg">
180
- Comprised of four specialized tactical teams, our SWAT division handles high-risk situations with precision and professionalism
181
  </p>
182
- </div>
183
 
184
  <div class="grid grid-cols-1 lg:grid-cols-2 gap-12 items-center">
185
  <div>
186
- <h3 class="text-2xl font-bold mb-4 text-white">Mission Statement</h3>
187
- <p class="text-gray-400 mb-6">
188
- 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.
189
  </p>
190
-
191
- <h3 class="text-2xl font-bold mb-4 text-white">Core Values</h3>
192
- <ul class="space-y-3 text-gray-400">
193
  <li class="flex items-start">
194
- <i class="fas fa-check-circle text-[#e38c26] mt-1 mr-3"></i>
195
- <span>Tactical Excellence in all operations</span>
196
  </li>
197
  <li class="flex items-start">
198
  <i class="fas fa-check-circle text-[#e38c26] mt-1 mr-3"></i>
@@ -209,36 +218,36 @@
209
  </ul>
210
  </div>
211
  <div class="grid grid-cols-2 gap-4">
212
- <img src="http://static.photos/military/640x360/123" alt="SWAT Training" class="rounded-lg shadow-lg">
213
- <img src="http://static.photos/technology/640x360/456" alt="SWAT Equipment" class="rounded-lg shadow-lg mt-8">
214
- <img src="http://static.photos/people/640x360/789" alt="SWAT Team" class="rounded-lg shadow-lg">
215
- <img src="http://static.photos/cityscape/640x360/321" alt="SWAT Operations" class="rounded-lg shadow-lg mt-8">
216
  </div>
217
- </div>
218
  </div>
219
  </section>
220
  <!-- SWAT Teams Section -->
221
  <section class="bg-gradient-to-b">
222
  <div class="container mx-auto px-4">
223
  <div class="text-center mb-16">
224
- <h2 class="text-3xl md:text-5xl font-bold mb-4 bg-gradient-to-r from-[#e4355b] to-[#e38c26] bg-clip-text text-transparent">
225
- Our Tactical Teams
226
  </h2>
227
- <p class="max-w-2xl mx-auto text-gray-400">
228
- Four specialized units within our SWAT division, each with unique capabilities and responsibilities
229
  </p>
230
- </div>
231
 
232
  <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
233
  <!-- Team Alpha -->
234
- <div class="department-card rounded-xl overflow-hidden">
235
- <div class="h-48 bg-gradient-to-br from-[#23d7d6] to-[#327aaf] flex items-center justify-center">
236
- <div class="text-5xl font-bold text-white">A</div>
237
  </div>
238
  <div class="p-6">
239
- <h3 class="text-xl font-bold mb-2 text-blue-400">Team Alpha</h3>
240
- <p class="text-gray-400 mb-4">
241
- Primary assault team specializing in direct entry operations and high-risk warrant service.
242
  </p>
243
  <div class="flex items-center text-sm text-gray-500">
244
  <i class="fas fa-users mr-2"></i>
@@ -248,14 +257,14 @@
248
  </div>
249
 
250
  <!-- Team Bravo -->
251
- <div class="department-card rounded-xl overflow-hidden">
252
- <div class="h-48 bg-red-800 flex items-center justify-center">
253
- <div class="text-5xl font-bold text-white">B</div>
254
  </div>
255
  <div class="p-6">
256
- <h3 class="text-xl font-bold mb-2 text-red-400">Team Bravo</h3>
257
- <p class="text-gray-400 mb-4">
258
- Sniper and reconnaissance team providing overwatch and precision engagement capabilities.
259
  </p>
260
  <div class="flex items-center text-sm text-gray-500">
261
  <i class="fas fa-users mr-2"></i>
@@ -265,14 +274,14 @@
265
  </div>
266
 
267
  <!-- Team Charlie -->
268
- <div class="department-card rounded-xl overflow-hidden">
269
- <div class="h-48 bg-gradient-to-br from-purple-700 to-purple-900 flex items-center justify-center">
270
- <div class="text-5xl font-bold text-white">C</div>
271
  </div>
272
  <div class="p-6">
273
- <h3 class="text-xl font-bold mb-2 text-purple-400">Team Charlie</h3>
274
- <p class="text-gray-400 mb-4">
275
- Breaching and entry specialists equipped with advanced tools for complex operations.
276
  </p>
277
  <div class="flex items-center text-sm text-gray-500">
278
  <i class="fas fa-users mr-2"></i>
@@ -282,14 +291,14 @@
282
  </div>
283
 
284
  <!-- Team Delta -->
285
- <div class="department-card rounded-xl overflow-hidden">
286
- <div class="h-48 bg-gradient-to-br from-orange-600 to-orange-800 flex items-center justify-center">
287
- <div class="text-5xl font-bold text-white">D</div>
288
  </div>
289
  <div class="p-6">
290
- <h3 class="text-xl font-bold mb-2 text-orange-400">Team Delta</h3>
291
- <p class="text-gray-400 mb-4">
292
- Crisis negotiation and tactical medical support team ensuring peaceful resolutions.
293
  </p>
294
  <div class="flex items-center text-sm text-gray-500">
295
  <i class="fas fa-users mr-2"></i>
@@ -304,52 +313,52 @@
304
  <section class="bg-gradient-to-b">
305
  <div class="container mx-auto px-4">
306
  <div class="text-center mb-16">
307
- <h2 class="text-3xl md:text-5xl font-bold mb-4 bg-gradient-to-r from-[#e4355b] to-[#e38c26] bg-clip-text text-transparent">
308
- SWAT Requirements
309
  </h2>
310
- <p class="max-w-2xl mx-auto text-gray-400">
311
- Rigorous standards to ensure only the most qualified candidates join our elite division
312
  </p>
313
- </div>
314
  <div class="grid grid-cols-1 md:grid-cols-3 gap-8 max-w-6xl mx-auto px-4">
315
  <!-- Requirement 1 -->
316
- <div class="department-card rounded-xl p-8 transition-all">
317
- <div class="text-4xl mb-4">
318
- <i class="fas fa-shield-alt gradient-text"></i>
319
  </div>
320
- <h3 class="text-xl font-bold mb-3 text-white">Law Enforcement Experience</h3>
321
- <p class="text-gray-400">
322
- Minimum of 6 months active service in a law enforcement department with excellent performance record.
323
  </p>
324
  </div>
325
 
326
  <!-- Requirement 2 -->
327
- <div class="department-card rounded-xl p-8 transition-all">
328
- <div class="text-4xl mb-4">
329
- <i class="fas fa-dumbbell gradient-text"></i>
330
  </div>
331
- <h3 class="text-xl font-bold mb-3 text-white">Physical Fitness</h3>
332
- <p class="text-gray-400">
333
- Must pass rigorous physical fitness tests including strength, endurance, and agility assessments.
334
  </p>
335
  </div>
336
 
337
  <!-- Requirement 3 -->
338
- <div class="department-card rounded-xl p-8 transition-all">
339
- <div class="text-4xl mb-4">
340
- <i class="fas fa-brain gradient-text"></i>
341
  </div>
342
- <h3 class="text-xl font-bold mb-3 text-white">Psychological Evaluation</h3>
343
- <p class="text-gray-400">
344
- Must successfully complete psychological screening to ensure mental stability under pressure.
345
  </p>
346
  </div>
347
  </div>
348
 
349
  <div class="text-center mt-12">
350
- <a href="https://asrp.us/apply" class="inline-block px-8 py-3 bg-gradient-to-r from-[#e4355b] to-[#e38c26] hover:from-[#ed2d57] hover:to-[#fc8e0d] rounded-full font-semibold transition duration-300 transform hover:scale-105 shadow-lg">
351
- <i class="fas fa-file-alt mr-2"></i> Apply to SWAT Division
352
- </a>
353
  </div>
354
  </div>
355
  </section>
 
75
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
76
  border-color: rgba(255,255,255,0.2);
77
  }
 
78
  .gradient-text {
79
+ color: #005288;
80
+ text-shadow: none;
 
 
 
 
 
 
 
 
 
 
81
  }
82
 
83
  .swat-hero {
84
+ background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('http://static.photos/government/1200x630/45') center/cover no-repeat;
 
 
85
  }
86
 
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;
118
+ }
119
+
120
+ .btn-primary:hover {
121
+ background: #003d66;
122
+ }
123
+
124
+ .btn-outline {
125
+ border: 1px solid #005288;
126
+ color: #005288;
127
+ }
128
+
129
+ .btn-outline:hover {
130
+ background: #f1f8ff;
131
  }
132
  </style>
133
  </head>
 
161
  </div>
162
  </header>
163
  <!-- Hero Section -->
164
+ <section class="swat-hero py-20">
165
  <div class="container mx-auto px-4 text-center">
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">
174
  <i class="fas fa-user-plus mr-2"></i> Apply to SWAT
175
  </a>
176
+ <a href="https://asrp.us#dept" class="px-8 py-3 btn-outline rounded font-semibold">
177
+ <i class="fas fa-arrow-left mr-2"></i> View All Departments
178
  </a>
179
  </div>
180
+ </div>
181
  </section>
182
  <!-- About SWAT Section -->
183
+ <section class="bg-gradient-to-b bg-white">
184
  <div class="container mx-auto px-4">
185
  <div class="text-center mb-16">
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>
206
  <li class="flex items-start">
207
  <i class="fas fa-check-circle text-[#e38c26] mt-1 mr-3"></i>
 
218
  </ul>
219
  </div>
220
  <div class="grid grid-cols-2 gap-4">
221
+ <img src="http://static.photos/government/640x360/123" alt="SWAT Training" class="rounded shadow">
222
+ <img src="http://static.photos/government/640x360/456" alt="SWAT Equipment" class="rounded shadow mt-4">
223
+ <img src="http://static.photos/government/640x360/789" alt="SWAT Team" class="rounded shadow">
224
+ <img src="http://static.photos/government/640x360/321" alt="SWAT Operations" class="rounded shadow mt-4">
225
  </div>
226
+ </div>
227
  </div>
228
  </section>
229
  <!-- SWAT Teams Section -->
230
  <section class="bg-gradient-to-b">
231
  <div class="container mx-auto px-4">
232
  <div class="text-center mb-16">
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">
253
  <i class="fas fa-users mr-2"></i>
 
257
  </div>
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">
270
  <i class="fas fa-users mr-2"></i>
 
274
  </div>
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">
287
  <i class="fas fa-users mr-2"></i>
 
291
  </div>
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">
304
  <i class="fas fa-users mr-2"></i>
 
313
  <section class="bg-gradient-to-b">
314
  <div class="container mx-auto px-4">
315
  <div class="text-center mb-16">
316
+ <h2 class="text-2xl md:text-3xl font-bold mb-4 gradient-text">
317
+ REQUIREMENTS
318
  </h2>
319
+ <p class="max-w-2xl mx-auto text-gray-700">
320
+ Minimum qualifications for SWAT candidates
321
  </p>
322
+ </div>
323
  <div class="grid grid-cols-1 md:grid-cols-3 gap-8 max-w-6xl mx-auto px-4">
324
  <!-- Requirement 1 -->
325
+ <div class="department-card rounded p-6">
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>
334
 
335
  <!-- Requirement 2 -->
336
+ <div class="department-card rounded p-6">
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>
345
 
346
  <!-- Requirement 3 -->
347
+ <div class="department-card rounded p-6">
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>
356
  </div>
357
 
358
  <div class="text-center mt-12">
359
+ <a href="https://asrp.us/apply" class="inline-block px-8 py-3 btn-primary rounded font-semibold">
360
+ <i class="fas fa-file-alt mr-2"></i> SUBMIT APPLICATION
361
+ </a>
362
  </div>
363
  </div>
364
  </section>