-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
354 lines (298 loc) · 16 KB
/
index.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
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We" crossorigin="anonymous">
<title>Vishal Gaming</title>
</head>
<body>
<div class="home" id="home" aria-activedescendant="home">
<header class="p-3 bg-dark text-white">
<div class="container">
<div class="d-flex flex-wrap align-items-center justify-content-center justify-content-lg-start">
<a href="/" class="d-flex align-items-center mb-2 mb-lg-0 text-white text-decoration-none">
<svg class="bi me-2" width="40" height="32" role="img" aria-label="Bootstrap">
<use xlink:href="#bootstrap"></use>
</svg>
</a>
<ul class="nav col-12 col-lg-auto me-lg-auto mb-2 justify-content-center mb-md-0">
<li><a href="#home" class="nav-link px-2 text-secondary"><Home>Home</a></li>
<li><a href="#vlog" class="nav-link px-2 text-white">Vlog</a></li>
<li><a href="#Gun" class="nav-link px-2 text-white">Gun</a></li>
<li><a href="#User" class="nav-link px-2 text-white">User</a></li>
<li><a href="#me" class="nav-link px-2 text-white">About Me</a></li>
</ul>
<div class="text-end">
<button type="button" class="btn btn-outline-light me-2" data-bs-toggle="modal"
data-bs-target="#LoginModal">
Login
</button>
<button type="button" class="btn btn-warning">Vishal Gaming</button>
</div>
</div>
</div>
</header>
</div>
<div class="contener">
<div id="carouselExampleCaptions" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="0" class="active"
aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="1"
aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="2"
aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="./pubg xyz.jpg" class="d-block w-100" height="610" width="1400 ">
</div>
<div class="carousel-item">
<img src="./pubg abc.jpg" class="d-block w-100" alt="..." height="610" width="1400 ">
<div class="carousel-caption d-none d-md-block">
<h2>Welcome to Vishal Gaming</h2>
<p>Some representative placeholder content for the second slide.</p>
</div>
</div>
<div class="carousel-item">
<!--<img src="https://source.unsplash.com/1600x900/?4k" class="d-block w-100" alt="..." height="610" width="1400 "> -->
<img src="./pubg ddd.jpg" class="d-block w-100" alt="..." height="610" width="1400 ">
<div class="carousel-caption d-none d-md-block">
<button type="button" class="btn btn-danger">My squad🦾😎</button>
<button class="btn btn-info">Vishal (❁´◡`❁)</button>
<button class="btn btn-success">Sunny ಠ_ಠ</button>
<button class="btn btn-primary">Prdeep ( •_•)>⌐■-■</button>
<button class="btn btn-dark">Harsh (☞゚ヮ゚)☞</button>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleCaptions"
data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleCaptions"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
<div class="Blog my-5" id="vlog">
<div id="carouselExampleSlidesOnly" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<video src="./intro.mp4" class="d-block w-100" alt="..." height="700" width="1600" controls loop
poster="">
</div>
</div>
</div>
</div>
<div class="contener">
<div class="container marketing">
<!-- START THE FEATURETTES -->
<hr class="featurette-divider">
<div class="row featurette" id="Gun">
<div class="col-md-7">
<h2 class="featurette-heading">⨠⨠⨠ Gun <span class="text-muted">Damage, Fire Rate, Time to Kill and
Shots to Kill informetion .</span></h2>
<table class=" ">
<thead>
<tr>
<th>Weapon,</th>
<th>Base Damage,</th>
<th>Fire Rate,</th>
<th>DPS,</th>
<th>Time to Kill,</th>
<th>[Shots to Kill (Chest)]</th>
<th> [Shots to Kill (Head)]</th>
</tr>
</thead>
<tbody>
<tr class="row0 ">
<td>AWM </td>
<td>105</td>
<td>0.0545</td>
<td>65</td>
<td>1.85</td>
<td>2</td>
<td>1</td>
</tr>
<tr class="row1 ">
<td>UZI</td>
<td>26</td>
<td>0.048</td>
<td>542</td>
<td>0.288</td>
<td>7</td>
<td>4</td>
</tr>
<tr class="row2 ">
<td>M24</td>
<td>79</td>
<td>1.8</td>
<td>44</td>
<td>1.8</td>
<td>2</td>
<td>1</td>
</tr>
<tr class="row3 ">
<td>M16A4</td>
<td>43</td>
<td>0.1</td>
<td>430</td>
<td>0.3</td>
<td>4</td>
<td>2</td>
</tr>
<tr class="row4 ">
<td>Kar98k</td>
<td>75</td>
<td>1.9</td>
<td>39</td>
<td>3.8</td>
<td>2</td>
<td>1</td>
</tr>
<tr class="row5">
<td>M249</td>
<td>45</td>
<td>0.075</td>
<td>600</td>
<td>0.225</td>
<td>4</td>
<td>2</td>
</tr>
<tr class="row6 ">
<td>AKM</td>
<td>49</td>
<td>0.1</td>
<td>490</td>
<td>0.3</td>
<td>4</td>
<td>2</td>
</tr>
<tr class="row7 ">
<td>UMP45</td>
<td>39</td>
<td>0.092</td>
<td>423</td>
<td>0.369</td>
<td>5</td>
<td>3</td>
</tr>
<tr class="row8 ">
<td>Scar-L</td>
<td>43</td>
<td>0.096</td>
<td>448</td>
<td>0.288</td>
<td>4</td>
<td>2</td>
</tr>
</tbody>
</table>
</div>
<div class="col-md-5">
<img src="./guns aa.jpg" height="550" width="500 " alt=""
class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="500"
height="500" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: 500x500"
preserveAspectRatio="xMidYMid slice" focusable="false">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7 order-md-2">
<h2 class="featurette-heading" id="User">BGMI <span class="text-muted">User in India.</span></h2>
<p class="lead">BGMI, which rechristened itself after PUBG was banned in the country last year, has
seen a peak of 16 million daily active users and 2.4 million peak concurrent users in India</p>
</div>
<div class="col-md-5 order-md-1">
<div class="col-md-5">
<img src="./pug dress.jpg" alt=""
class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto"
width="600" height="600" xmlns="http://www.w3.org/2000/svg" role="img"
aria-label="Placeholder: 500x500" preserveAspectRatio="xMidYMid slice" focusable="false">
</div>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Amazing facts about <span class="text-muted">PUBG</span></h2>
<p class="lead">PUBG holds the world record for the most simultaneously played game of all time. In
December 2019, the game hit 9,106,358 people playing the game simultaneously. Interestingly, the
game broke its own record it made in September the same year. Even today, PUBG is in the top
five most played game by current count.</p>
</div>
<div class="col-md-5">
<img src="./pubg ccc.jpg" alt=""
class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid " width="500"
height="500" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: 500x500"
preserveAspectRatio="xMidYMid slice" focusable="false">
</div>
</div>
</div>
<footer class="container my-5" id="me">
<img src="./pubg bb.jpg" class="d-block w-100" alt="..." height="610" width="1400 ">
<p class="float-end my-3"><a href="#"> <button type="button" class="btn btn-primary">
<Back>
<Back>
<h2>Back to top👆👆</h2>
</button></a></p>
<p>
<h1>2021 Devloped by--> Vishal Lazrus,S/O Lazrus Ambros ·</h1>
</p>
<div class="box-container">
</div>
</footer>
<!-- login-->
<div class="modal fade" id="LoginModal" tabindex="-1" aria-labelledby="LoginModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="LoginModalLabel">Login to Vishal Gaming.</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<div class="mx-4">
<form>
<div class="mb-3">
<label for="exampleInputEmail1" class="form-label Required" >Email address</label>
<input type="email" class="form-control" id="exampleInputEmail1"
aria-describedby="emailHelp">
</div>
<div class="mb-3">
<label for="exampleInputPassword1" class="form-label">Password</label>
<input type="password" class="form-control" id="exampleInputPassword1">
</div>
<div class="mb-3 form-check">
<input type="checkbox" class="form-check-input" id="exampleCheck1">
<label class="form-check-label" for="exampleCheck1">If Confirm Check me out</label>
</div>
<button type="submit" class="btn btn-primary">Submit</button>
</form>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/js/bootstrap.bundle.min.js"
integrity="sha384-U1DAWAznBHeqEIlVSCgzq+c9gqGAJn5c/t99JyeKa9xxaYpSvHU5awsuZVVFIhvj"
crossorigin="anonymous"></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.3/dist/umd/popper.min.js" integrity="sha384-eMNCOe7tC1doHpGoWe/6oMVemdAVTMs2xqW4mwXrXsW0L84Iytr2wi5v2QjrP/xp" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/js/bootstrap.min.js" integrity="sha384-cn7l7gDp0eyniUwwAZgrzD06kc/tftFf19TOAs2zVinnD/C7E91j9yyk5//jjpt/" crossorigin="anonymous"></script>
-->
</body>
</html>