RedneckRyan commited on
Commit
270bd6e
·
verified ·
1 Parent(s): 3bfaab2

undefined - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +21 -16
index.html CHANGED
@@ -7,6 +7,16 @@
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
  .video-background {
11
  position: relative;
12
  width: 100%;
@@ -101,7 +111,7 @@
101
  <!-- Hero Section with Video Background -->
102
  <section class="video-background">
103
  <video autoplay muted loop>
104
- <source src="https://assets.mixkit.co/videos/preview/mixkit-city-traffic-at-night-1080-large.mp4" type="video/mp4">
105
  Your browser does not support the video tag.
106
  </video>
107
  <div class="video-overlay"></div>
@@ -121,22 +131,22 @@
121
  <i class="fas fa-user-plus mr-2"></i> Apply Now
122
  </a>
123
  <a href="#" class="px-8 py-3 bg-transparent border-2 border-blue-500 hover:bg-blue-900 hover:bg-opacity-30 rounded-full font-semibold transition duration-300 transform hover:scale-105">
124
- <i class="fas fa-book-open mr-2"></i> Read Rules
125
  </a>
126
  </div>
127
 
128
  <div class="grid grid-cols-2 md:grid-cols-4 gap-4 mt-8">
129
  <div class="counter-item bg-gray-900 bg-opacity-70 p-4 rounded-lg">
130
  <div class="text-3xl font-bold text-[#23d7d6]" id="playerCount">0</div>
131
- <div class="text-gray-400">Players Online</div>
132
  </div>
133
  <div class="counter-item bg-gray-900 bg-opacity-70 p-4 rounded-lg">
134
- <div class="text-3xl font-bold text-blue-400">50+</div>
135
- <div class="text-gray-400">Active Members</div>
136
  </div>
137
  <div class="counter-item bg-gray-900 bg-opacity-70 p-4 rounded-lg">
138
- <div class="text-3xl font-bold text-blue-400">24/7</div>
139
- <div class="text-gray-400">Server Uptime</div>
140
  </div>
141
  <div class="counter-item bg-gray-900 bg-opacity-70 p-4 rounded-lg">
142
  <div class="text-3xl font-bold text-blue-400">100%</div>
@@ -151,7 +161,7 @@
151
  <section class="py-20 bg-gradient-to-b from-gray-900 to-black">
152
  <div class="container mx-auto px-4">
153
  <div class="text-center mb-16">
154
- <h2 class="text-3xl md:text-4xl font-bold mb-4 bg-gradient-to-r from-[#23d7d6] via-[#327aaf] to-[#43067c] bg-clip-text text-transparent">About Atlantic Shores</h2>
155
  <p class="max-w-4xl mx-auto text-gray-400">Discover our story and what makes our community special</p>
156
  </div>
157
 
@@ -180,10 +190,7 @@
180
  </li>
181
  </ul>
182
  </div>
183
-
184
- <div class="bg-gray-800 rounded-xl overflow-hidden">
185
- <img src="https://via.placeholder.com/800x500/1e293b/ffffff?text=Community+Spotlight" alt="Atlantic Shores Community" class="w-full h-auto">
186
- </div>
187
  </div>
188
  </div>
189
  </section>
@@ -304,15 +311,13 @@
304
  <div class="w-3 h-3 rounded-full bg-green-500 mr-2"></div>
305
  <span class="text-gray-300">Server Status: <span class="text-green-400">Online</span></span>
306
  </div>
307
- <div class="text-gray-400 mb-2">Players: <span class="text-white" id="footerPlayerCount">0</span>/128</div>
308
  <div class="text-gray-400">Website: <a href="https://asrp.us" class="text-[#23d7d6] hover:underline">asrp.us</a></div>
309
- <div class="text-gray-400">IP: connect.atlanticshoresrp.com</div>
310
  </div>
311
  </div>
312
  </div>
313
 
314
  <div class="border-t border-gray-800 mt-12 pt-8 text-center text-gray-500">
315
- <p>&copy; 2023 Atlantic Shores Roleplay. All rights reserved.</p>
316
  </div>
317
  </div>
318
  </footer>
@@ -339,7 +344,7 @@
339
  // Start counters when page loads
340
  window.addEventListener('load', () => {
341
  // Simulate 87 players online
342
- animateCounter('playerCount', 87);
343
  });
344
 
345
  // Mobile menu toggle (would need actual implementation)
 
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
+ ::selection {
11
+ background: #327aaf; /* fallback solid color */
12
+ color: white;
13
+ }
14
+ body {
15
+ cursor: url('Assets/cursor.png') 16 16, auto;
16
+ a:hover, button:hover {
17
+ cursor: url('Assets/cursor2.png') 0 0, auto;
18
+ }
19
+ }
20
  .video-background {
21
  position: relative;
22
  width: 100%;
 
111
  <!-- Hero Section with Video Background -->
112
  <section class="video-background">
113
  <video autoplay muted loop>
114
+ <source src="Assets/AboutUs.mp4" type="video/mp4">
115
  Your browser does not support the video tag.
116
  </video>
117
  <div class="video-overlay"></div>
 
131
  <i class="fas fa-user-plus mr-2"></i> Apply Now
132
  </a>
133
  <a href="#" class="px-8 py-3 bg-transparent border-2 border-blue-500 hover:bg-blue-900 hover:bg-opacity-30 rounded-full font-semibold transition duration-300 transform hover:scale-105">
134
+ <i class="fas fa-book-open mr-2"></i> Requirements
135
  </a>
136
  </div>
137
 
138
  <div class="grid grid-cols-2 md:grid-cols-4 gap-4 mt-8">
139
  <div class="counter-item bg-gray-900 bg-opacity-70 p-4 rounded-lg">
140
  <div class="text-3xl font-bold text-[#23d7d6]" id="playerCount">0</div>
141
+ <div class="text-gray-400">Arrests</div>
142
  </div>
143
  <div class="counter-item bg-gray-900 bg-opacity-70 p-4 rounded-lg">
144
+ <div class="text-3xl font-bold text-blue-400">5000+</div>
145
+ <div class="text-gray-400">Citations</div>
146
  </div>
147
  <div class="counter-item bg-gray-900 bg-opacity-70 p-4 rounded-lg">
148
+ <div class="text-3xl font-bold text-blue-400">2 Years</div>
149
+ <div class="text-gray-400">Of Service</div>
150
  </div>
151
  <div class="counter-item bg-gray-900 bg-opacity-70 p-4 rounded-lg">
152
  <div class="text-3xl font-bold text-blue-400">100%</div>
 
161
  <section class="py-20 bg-gradient-to-b from-gray-900 to-black">
162
  <div class="container mx-auto px-4">
163
  <div class="text-center mb-16">
164
+ <h2 class="text-3xl md:text-4xl font-bold mb-4 bg-gradient-to-r from-blue-400 to-blue-600 bg-clip-text text-transparent">Our Community</h2>
165
  <p class="max-w-4xl mx-auto text-gray-400">Discover our story and what makes our community special</p>
166
  </div>
167
 
 
190
  </li>
191
  </ul>
192
  </div>
193
+ <iframe width="560" height="315" src="https://www.youtube.com/embed/o8SovrWRHYQ?si=mfDSI_iCPkuDqmk_" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
 
 
 
194
  </div>
195
  </div>
196
  </section>
 
311
  <div class="w-3 h-3 rounded-full bg-green-500 mr-2"></div>
312
  <span class="text-gray-300">Server Status: <span class="text-green-400">Online</span></span>
313
  </div>
 
314
  <div class="text-gray-400">Website: <a href="https://asrp.us" class="text-[#23d7d6] hover:underline">asrp.us</a></div>
 
315
  </div>
316
  </div>
317
  </div>
318
 
319
  <div class="border-t border-gray-800 mt-12 pt-8 text-center text-gray-500">
320
+ <p>&copy; 2023 Atlantic Shores Roleplay. All rights reserved. | Developed By RedneckRyan</p>
321
  </div>
322
  </div>
323
  </footer>
 
344
  // Start counters when page loads
345
  window.addEventListener('load', () => {
346
  // Simulate 87 players online
347
+ animateCounter('playerCount', 3752);
348
  });
349
 
350
  // Mobile menu toggle (would need actual implementation)