-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
251 lines (209 loc) · 7.69 KB
/
index.html
File metadata and controls
251 lines (209 loc) · 7.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> | SA-MP Player</title>
<link rel="stylesheet" href="style.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" rel="stylesheet">
</head>
<body>
<nav>
<div class="logo">vvxyextyy</div>
<ul>
<a href="#search"><i class="fa-solid fa-magnifying-glass"></i></a
<div class="menu">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#skills">Skills</a></li>
<i class="fa-solid fa-bars menu-icon"></i>
</ul>
</nav>
<section id="home" class="section hero fade">
<div class="text">
<h1>Hy I'm <span class="white">vvxy</span></h1>
<h2><span id="typing"></span><span class="cursor">|</span></h2>
<div class="social">
<a href="#"><i class="fab fa-discord"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-github"></i></a>
</div>
</div>
<section id="about" class="section fade">
<h2>About Me</h2>
<p>
Saya bermain SA-MP sejak 2022.
Di server ini saya belajar drifting car, trolling,
dan punya banyak kenangan bersama player lain.
</p>
</section>
<section class="stats-section" id="stats">
<h2 class="stats-title">Player Stats</h2>
<div class="stat">
<span>Drift</span><b>100%</b>
<div class="bar"><div data-value="100"></div></div>
</div>
<div class="stat">
<span>Ban</span><b>10%</b>
<div class="bar"><div data-value="10"></div></div>
</div>
<div class="stat">
<span>Kick</span><b>10%</b>
<div class="bar"><div data-value="10"></div></div>
</div>
<div class="stat">
<span>Mute</span><b>40%</b>
<div class="bar"><div data-value="40"></div></div>
</div>
<div class="stat">
<span>Jail</span><b>50%</b>
<div class="bar"><div data-value="50"></div></div>
</div>
<div class="stat">
<span>Troll</span><b>100%</b>
<div class="bar"><div data-value="100"></div></div>
</div>
<!-- HEALTH -->
<div class="health-box">
<span>Health</span>
<strong id="healthValue">100%</strong>
<div class="health-bar">
<div id="healthFill"></div>
</div>
</div>
</section>
<div class="zxg-logo">
<img src="img/ZxG.png" alt="ZxG Logo">
</div>
</section>
<section class="about-server">
<h2 class="section-title">About Server</h2>
</section>
<section class="statistic-section">
<p class="statistic-text">
**Good evening ZxG!**
It’s been quite some time since we have made a major announcement, however we are extremely pleased to inform you guys of ZxG x DA!
DA (Drift Andreas) is a community that is currently based on RAGE:Multiplayer, and like us, have evolved from what was previously a renowned SA-MP community.
Please stay tuned to our server for further updates as we continue on this path to provide a brand new RAGE:Multiplayer server filled with never-seen-before features and characteristics, just for YOU! The server has currently also been released for the RAGE:Multiplayer Alpha version.
Despite our long absence, we are extremely excited that things are now well on track to make this community thrive once again. Naturally, we will expect most of you to join us again and do what we all have grown up doing – mastering the art of GTA drift and fulfilling our ultimate car fantasies.
Last but not the least, and certainly most importantly, we have missed all of you. Gone are the days when we would all hop on the ZxG SA-MP server and take part in so many exclusive events, or perhaps just slide our cars down the Big Ear, or maybe show off our ‘steerl0ck’ skills at San Fierro and the Las Venturas International Airport; but now its time to move on to bigger and better things that await us at Los Santos! We are sure we are not the only ones who miss hanging out together, and henceforth will be awaiting your presence eagerly at the ZxG RAGE:Multiplayer server launch!
Please welcome to our management & development teams!
</p>
<div class="statistic-images">
<img src="img/profile1.png" alt="Gambar 1">
<img src="img/profile2.png" alt="Gambar 2">
<img src="img/profile3.png" alt="Gambar 3">
</div>
</section>
<div class="discord-box">
<a href="https://discord.gg/zone-x-gaming-254390132776370187" target="_blank" class="discord-link">
<img src="img/discord.png" alt="Discord Logo">
<span>Join Discord ZxG</span>
</a>
</div>
<div class="discord-tags">
<span>@ZxGNetwork</span>
<span>@ZxGUndergroundDrifters</span>
<span>@ZxG-2026</span>
</div>
</div>
<section id="skills" class="section fade">
<h2>Skills</h2>
<div class="skills">
<span>Car Drifting</span>
<span>Stock Elegy</span>
<span>SA-MP Ex Staff</span>
<span>SteerlOck</span>
<span>Farming</span>
<span>Trolling</span>
<span>Abuse</span>
<span>Evade</span>
<span>Multi Account</span>
<span>Insulting</span>
<span>Cheat</span>
<span>Ban Player</span>
<span>Kick Player</span>
<span>Mute Players</span>
<span>Warn Player</span>
<span>Jail Player</span>
<span>Ban Hours</span>
</div>
</section>
<section class="regards-section">
<h1 class="logo-text">Kind Regards!</h1>
</section>
<section class="house-section">
<h2>House</h2>
<div class="house-wrapper">
<img src="img/house.png" alt="House">
</div>
</section>
<div class="gallery-section">
<!-- Logo -->
<div class="zxg-logo">
<img src="img/ZxG-uD.png" alt="ZxG Logo">
</div>
<!-- Gallery Grid -->
<div class="gallery-grid">
<img src="img/img1.png" alt="">
<img src="img/img2.png" alt="">
<img src="img/img3.png" alt="">
<img src="img/img4.png" alt="">
<img src="img/img5.png" alt="">
<img src="img/img6.png" alt="">
<img src="img/img7.png" alt="">
<img src="img/img8.png" alt="">
<img src="img/img9.png" alt="">
<img src="img/img10.png" alt="">
<img src="img/img11.png" alt="">
<img src="img/img12.png" alt="">
<img src="img/img13.png" alt="">
<img src="img/img14.png" alt="">
<img src="img/img15.png" alt="">
</div>
</div>
<div class="server-info">
<div class="info-item">
<span class="info-title">Locations</span>
<span class="info-value">Canada</span>
</div>
<div class="info-item">
<span class="info-title">Slot Players</span>
<span class="info-value">100</span>
</div>
<div class="info-item">
<span class="info-title">Weather</span>
<span class="info-value">🕛 12:00 • ☁️ Sunny, Clear Sky</span>
</div>
<div class="info-item">
<span class="info-title">Gamemode</span>
<span class="info-value red">ZxG-uD v4.0.0</span>
</div>
<div class="info-item">
<span class="info-title">Version</span>
<span class="info-value">open.mp</span>
</div>
</div>
<div class="social-container">
<div class="social-item">
<img src="img/discord.png" alt="Discord">
<span>@vvxyzly</span>
</div>
<div class="social-item">
<img src="img/instagram.png" alt="Instagram">
<span>@hearttt.idc</span>
</div>
<div class="social-item">
<img src="img/github.png" alt="GitHub">
<span>@vvxystrange</span>
</div>
</div>
<div class="search-wrapper">
<img src="img/search.png" alt="Search" class="search-icon">
<div class="search-box">
<span class="typing-text">ZxG Samp Server</span>
</div>
</div>
<script src="script.js"></script>
</body>
</html>