-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcsgo.html
268 lines (225 loc) · 11.7 KB
/
csgo.html
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
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<style>
video {
object-fit: fill;
}
</style>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="./css/button.css"/>
<link href="./css/carousel.css" rel="stylesheet">
<link href="./css/bootstrap.css" rel="stylesheet">
<title>Donate</title>
</head>
<body>
<body style="background-color:#1d2c49">
<main role="main">
<form>
<input class="MyButton" type="button" value="CS:S ZombieMod" onclick="window.location.href='index.html'" />
<input class="MyButtonn" type="button" value="CS:GO Surf" onclick="window.location.href='csgo.html'" />
</form>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1" class=""></li>
<li data-target="#myCarousel" data-slide-to="2" class=""></li>
<li data-target="#myCarousel" data-slide-to="3" class=""></li>
<li data-target="#myCarousel" data-slide-to="4" class=""></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block img-fluid" src="./images/wp6.jpg" alt="First slide">
<div class="container">
<div class="carousel-caption text-left">
<h1>Included Servers</h1>
<p>VIP and credits are available on our CS:GO servers.</p>
</div>
</div>
</div>
<div class="carousel-item">
<img class="d-block img-fluid" src="./images/wp7.jpg" alt="Second slide">
<div class="container">
<div class="carousel-caption">
<h1>Payment Options</h1>
<p>VIP and credits can be purchased by using Paypal.</p>
</div>
</div>
</div>
<div class="carousel-item">
<img class="d-block img-fluid" src="./images/wp8.jpg" alt="Third slide">
<div class="container">
<div class="carousel-caption text-right">
<h1>VIP</h1>
<p>Special commands, models, and more come with VIP</p>
</div>
</div>
</div>
<div class="carousel-item">
<img class="d-block img-fluid" src="./images/wp9.jpg" alt="Forth slide">
<div class="container">
<div class="carousel-caption text-left">
<h1>Credits</h1>
<p>Credits can be purchased to use in the store for trails, pets, and more</p>
</div>
</div>
</div>
<div class="carousel-item">
<img class="d-block img-fluid" src="./images/wp10.jpg" alt="Fifth slide">
<div class="container">
<div class="carousel-caption">
<h1>FAQ</h1>
<p>For more information and guides take a look at our</p>
<p><a class="btn btn-lg btn-primary" href="https://forum.elite-hunterz.info/faq.php?faq=donation_faq" role="button">Donation FAQ</a></p>
</div>
</div>
</div>
</div><!-- Carousel Inner-->
<a class="carousel-control-prev" href="#myCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#myCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="container marketing">
<div class="cardd-deck">
<div class="cardd">
<img class="cardd-img-top" src="./images/pkg6.png" alt="Package 1">
<div class="cardd-block">
<h4 class="cardd-title">VIP</h4>
<p class="cardd-text">VIP includes custom titles, join messages, vote extend, and more</p>
</div>
<div class="cardd-footer">
<div class="dropdown">
<button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Donate</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="https://forum.elite-hunterz.com/donate?do=dodonateM1">1 month - €2.50</a>
<a class="dropdown-item" href="https://forum.elite-hunterz.com/donate?do=dodonateM2">2 month - €5</a>
<a class="dropdown-item" href="https://forum.elite-hunterz.com/donate?do=dodonateM3">3 month - €7</a>
<a class="dropdown-item" href="https://forum.elite-hunterz.com/donate?do=dodonateM6">6 month - €12</a>
<a class="dropdown-item" href="https://forum.elite-hunterz.com/donate?do=dodonateM12">1 year - €22</a>
</div>
</div>
</div>
</div>
<div class="cardd">
<img class="cardd-img-top" src="./images/pkg5.png" alt="Package 2">
<div class="cardd-block">
<h4 class="cardd-title">Credits</h4>
<p class="cardd-text">Credits can be purchased for use in our store to buy items such as trails, models, and pets</p>
</div>
<div class="cardd-footer">
<div class="dropdown">
<button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Donate</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="https://forum.elite-hunterz.com/donate?do=dodonateA1">1100 Credits - €1</a>
<a class="dropdown-item" href="https://forum.elite-hunterz.com/donate?do=dodonateA2">2200 Credits - €2</a>
<a class="dropdown-item" href="https://forum.elite-hunterz.com/donate?do=dodonateA3">6000 Credits - €5</a>
<a class="dropdown-item" href="https://forum.elite-hunterz.com/donate?do=dodonateA6">12500 Credits - €10</a>
<a class="dropdown-item" href="https://forum.elite-hunterz.com/donate?do=dodonateA12">35000 Credits - €20</a>
<a class="dropdown-item" href="https://forum.elite-hunterz.com/donate?do=dodonateA12">100000 Credits - €50</a>
</div>
</div>
</div>
</div>
</div>
<!-- START THE FEATURETTES -->
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">VIP comes with a variety of benefits</span></h2>
<p class="lead">VIP gives you a Reserved Slot on any server</p>
<p class="lead">Ability to use +paint</p>
<p class="lead">A special tag on both our Forum and Discord</p>
</div>
<div class="col-md-5">
<img class="featurette-image img-fluid mx-auto" data-src="holder.js/500x500/auto" alt="500x500" style="width: 500px; height: 500px;" src="./images/ft4.png" data-holder-rendered="true">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7 order-md-2">
<h2 class="featurette-heading">VIP Models and Pets</h2>
<p class="lead">Special models and pets available to only VIPs</p>
<p class="lead">Click on the image to the left to get a better look at some of the models and pets available</p>
<p>More models and pets available on the server</p>
</div>
<div class="col-md-5 order-md-1">
<div id="carouselExampleControls" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<!-- <video id="arnoldwebm" style="width: 450px; height: 515px;" autoplay loop><source src="./images/Arnold.webm" type="video/webm"></video> -->
<img id="niko" class="first-slide" src="./images/niko.png" alt="niko">
</div>
<div class="carousel-item">
<!-- <video id="tysonwebm" style="width: 450px; height: 515px;" autoplay loop><source src="./images/Tyson.webm" type="video/webm"></video> -->
<img id="agent_47" class="second-slide" src="./images/agent47.png" alt="Agent 47">
</div>
<div class="carousel-item">
<!-- <video id="aurorawebm" style="width: 450px; height: 515px;" autoplay loop><source src="./images/Aurora.webm" type="video/webm"></video> -->
<img id="lightning" class="third-slide" src="./images/lightning.png" alt="Lightning">
</div>
<div class="carousel-item">
<!-- <video id="aurorawebm" style="width: 450px; height: 515px;" autoplay loop><source src="./images/Aurora.webm" type="video/webm"></video> -->
<img id="jolteon" class="fourth-slide" src="./images/jolteon2.png" alt="Jolteon">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleControls" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Commands, Colours, and Join Message</h2>
<p class="lead">Special VIP commans like Vote Extend and more.</p>
<p>To see the list of available commands click <a href="commands.html" target="_blank">here</a></p>
<p class="lead">Changeable title</p>
<p class="lead">Change the colour of your title, name, and chat to your liking</p>
<p class="lead">Set a custom join message to display whenever you join a server</p>
</div>
<div class="col-md-5">
<img class="featurette-image img-fluid mx-auto" data-src="holder.js/500x500/auto" alt="500x500" src="./images/ft5.png" data-holder-rendered="true" style="width: 500px; height: 500px;">
</div>
</div>
<hr class="featurette-divider">
<!-- /END THE FEATURETTES -->
</div><!-- Container -->
</main>
<!-- Optional JavaScript -->
<script>window.onload = function(){
document.getElementById('niko').onclick = function(){
var myWindow = window.open("niko.html", "", "width=500,height=700");
}
document.getElementById('agent_47').onclick = function(){
var myWindow = window.open("agent47.html", "", "width=500,height=700");
}
document.getElementById('lightning').onclick = function(){
var myWindow = window.open("lightning.html", "", "width=500,height=700");
}
document.getElementById('jolteon').onclick = function(){
var myWindow = window.open("jolteon.html", "", "width=500,height=700");
}
}
</script>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="./js/transVid.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>