-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
216 lines (199 loc) · 10.2 KB
/
Copy pathindex.html
File metadata and controls
216 lines (199 loc) · 10.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GTALvlUp</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="home-page" class="home-page">
<div class="banner">Welcome to GTALvlUp</div>
<p>Your trusted partner in GTA account boosting services</p>
<button id="proceed-button">Proceed</button>
</div>
<div id="main-content" class="main-content hidden">
<header>
<h1>GTALvlUp</h1>
<nav>
<ul>
<li><a href="#services">Services</a></li>
<li><a href="#pricing">Pricing</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#testimonials">Testimonials</a></li>
</ul>
</nav>
</header>
<section id="services">
<h2>Our Services</h2>
<p>Welcome to GTALvlUp, your trusted partner in GTA account boosting services. We specialize in enhancing your GTA experience by providing a range of boosting services that cater to your specific needs.</p>
<ul>
<li>Max Stats Boosting</li>
<li>Level Boosting</li>
<li>Unlocking All In-Game Content</li>
<li>Providing In-Game Money</li>
<li>Delivering Modded Cars</li>
</ul>
<p>With GTALvlUp, you can enjoy:</p>
<ul>
<li>Free money methods and modded cars with any package purchase</li>
<li>Unbannable services that ensure your account remains safe</li>
<li>Interactive and fun experiences with live conversations with our friendly staff</li>
</ul>
<p>Although we have been in operation for only 2 to 3 weeks, we have quickly established ourselves as a reliable service provider through our dedication to customer satisfaction and legitimacy. Initially, many were skeptical, but we have proven our authenticity by showing empathy and delivering positive service.</p>
<p>We are proud to have received a lot of positive feedback from our buyers and contributors. While we do not offer a money-back guarantee, we ensure a satisfaction guarantee. Loyal customers who trust us and go the extra mile also receive bonuses.</p>
<p>Our customer support is available via voice and chat, ensuring that all your queries and concerns are addressed promptly and effectively.</p>
</section>
<section id="pricing">
<h2>Pricing</h2>
<table>
<thead>
<tr>
<th>Package</th>
<th>Price</th>
<th>Details</th>
</tr>
</thead>
<tbody>
<tr>
<td>Bronze Package</td>
<td>$4</td>
<td>
Max Stats<br>
Level 120<br>
Unlock All<br>
100 Million in-game money<br>
2 modded cars
</td>
</tr>
<tr>
<td>Silver Package</td>
<td>$6 <del>$10</del></td>
<td>
Max Stats<br>
Level 300<br>
Unlock All<br>
500 Million in-game money<br>
3 modded cars<br>
Fast run
</td>
</tr>
<tr>
<td>Gold Package</td>
<td>$9 <del>$15</del></td>
<td>
Max Stats<br>
Level 999<br>
Unlock All<br>
1 Billion in-game money<br>
4 modded cars<br>
Fast run<br>
All weapons
</td>
</tr>
<tr>
<td>Platinum Package</td>
<td>$13.50 <del>$20</del></td>
<td>
Max Stats<br>
Level 2000<br>
Unlock All<br>
2 Billion in-game money<br>
Everything before<br>
5 modded cars
</td>
</tr>
<tr>
<td>Custom Package</td>
<td>Pricing varies</td>
<td>
Fully customizable to suit your needs!<br>
Want a level 690 or level 420?<br>
You imagine it, we create it.<br>
+$2 for additional work
</td>
</tr>
</tbody>
</table>
</section>
<script src="https://www.paypal.com/sdk/js?client-id=BAAXnkZJuYGmYM2_6L34NHAxp6B86gInTWb9_oPbX80_hsVgTWOEUE90aAupVrxUDdNeZIWqy6ahcCkseo&components=hosted-buttons&disable-funding=venmo¤cy=USD"></script>
<div id="paypal-container-ZVXZ8W5ZM4PV2"></div>
<script>
paypal.HostedButtons({
hostedButtonId: "ZVXZ8W5ZM4PV2",
}).render("#paypal-container-ZVXZ8W5ZM4PV2")
</script>
<p>"after/before purchase pelase join our discord just so our transaction wil be quicker we cannot add the money remotly we need to log in to your account to do so."</p>
<section id="contact">
<h2>Contact Us</h2>
<form id="contactForm">
<label for="name">Name:</label>
<input type="text" id="name" name="name" required><br><br>
<label for="email">Email:</label>
<input type="email" id="email" name="email" required><br><br>
<label for="message">Message:</label><br>
<textarea id="message" name="message" rows="4" required></textarea><br><br>
<input type="submit" value="Send">
</form>
<!-- Pop-up Message -->
<div id="popupMessage" class="popup">
<p>Please create a ticket in our Discord server: <a href="https://discord.gg/KQgHrZRvqb" target="_blank">Join our Discord</a></p>
<button id="closePopup">×</button>
</div>
</section>
<script>
// Get the pop-up and close button elements
var popup = document.getElementById("popupMessage");
var closeBtn = document.getElementById("closePopup");
// Handle form submission
document.getElementById('contactForm').addEventListener('submit', function(event) {
event.preventDefault(); // Prevent the default form submission
popup.style.display = "block"; // Show the pop-up
});
// Close the pop-up when the close button is clicked
closeBtn.onclick = function() {
popup.style.display = "none";
}
// Optionally, close the pop-up if clicking outside of it (for enhancement)
window.onclick = function(event) {
if (event.target == popup) {
popup.style.display = "none";
}
}
</script>
<section id="testimonials">
<h2>Testimonials</h2>
<div class="testimonial">
<p>"Legit, fast delivery, easy to get, best shop out there, ill buy again!" - kurwa123_123 on discord</p>
</div>
<div class="testimonial">
<p>"It's legit and this kid @soap_king1 is truly doing a good job !!" - vertix08 on discord</p>
</div>
<div class="testimonial">
<p>"I like Bananas just like the bronze package ( im a monkey ) ( its worth it no scam or smth jus worth )" - JUMA on discord</p>
</div>
<div class="testimonial">
<p>"Very legit less than 15 minutes to get the cash worth it i will buy again" -Chromafan6969 on discord</p>
</div>
<div>
<img src="images/Screenshot.png" alt="legit">
</div>
</section>
<footer>
<p>© 2024 GTALvlUp. All rights reserved.</p>
<div class="footer-logos">
<a href="https://www.instagram.com/gtalvlupdc?utm_source=ig_web_button_share_sheet&igsh=ZDNlZDc0MzIxNw==">
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="black" class="bi bi-instagram" viewBox="0 0 16 16">
<path d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.9 3.9 0 0 0-1.417.923A3.9 3.9 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.9 3.9 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.9 3.9 0 0 0-.923-1.417A3.9 3.9 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599s.453.546.598.92c.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.5 2.5 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.5 2.5 0 0 1-.92-.598 2.5 2.5 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233s.008-2.388.046-3.231c.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92s.546-.453.92-.598c.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92m-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217m0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334"/>
</svg>
</a>
<a href="https://discord.gg/KQgHrZRvqb">
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="black" class="bi bi-discord" viewBox="0 0 16 16">
<path d="M13.545 2.907a13.2 13.2 0 0 0-3.257-1.011.05.05 0 0 0-.052.025c-.141.25-.297.577-.406.833a12.2 12.2 0 0 0-3.658 0 8 8 0 0 0-.412-.833.05.05 0 0 0-.052-.025c-1.125.194-2.22.534-3.257 1.011a.04.04 0 0 0-.021.018C.356 6.024-.213 9.047.066 12.032q.003.022.021.037a13.3 13.3 0 0 0 3.995 2.02.05.05 0 0 0 .056-.019q.463-.63.818-1.329a.05.05 0 0 0-.01-.059l-.018-.011a9 9 0 0 1-1.248-.595.05.05 0 0 1-.02-.066l.015-.019q.127-.095.248-.195a.05.05 0 0 1 .051-.007c2.619 1.196 5.454 1.196 8.041 0a.05.05 0 0 1 .053.007q.121.1.248.195a.05.05 0 0 1-.004.085 8 8 0 0 1-1.249.594.05.05 0 0 0-.03.03.05.05 0 0 0 .003.041c.24.465.515.909.817 1.329a.05.05 0 0 0 .056.019 13.2 13.2 0 0 0 4.001-2.02.05.05 0 0 0 .021-.037c.334-3.451-.559-6.449-2.366-9.106a.03.03 0 0 0-.02-.019m-8.198 7.307c-.789 0-1.438-.724-1.438-1.612s.637-1.613 1.438-1.613c.807 0 1.45.73 1.438 1.613 0 .888-.637 1.612-1.438 1.612m5.316 0c-.788 0-1.438-.724-1.438-1.612s.637-1.613 1.438-1.613c.807 0 1.451.73 1.438 1.613 0 .888-.631 1.612-1.438 1.612"/>
</svg>
</a>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>