-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
230 lines (176 loc) · 7.81 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>PUBG Gamer</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Montserrat|Ubuntu" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script defer src="/your-path-to-fontawesome/js/all.js"></script>
<script src="myscripts.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div class="load-bar">
<div class="bar"></div>
<div class="bar"></div>
<div class="bar"></div>
</div>
<section id="title">
<div class="contanier-fluid">
<!-- Nav Bar -->
<nav class="navbar navbar-expand-lg navbar-dark">
<a class="navbar-brand" href="">PUBG Gamer</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#footer">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#pricing">Pricing</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#cta">Download</a>
</li>
</ul>
</div>
</nav>
<!-- Title -->
<div class="row">
<div class="col-lg-6">
<h1>Play Battle Royale Game with milions of players.</h1>
<button type="button" class="btn btn-outline-success btn-lg download-button"><i class="fab fa-android"></i> Download</button>
<button type="button" class="btn btn-outline-dark btn-lg download-button"><i class="fab fa-apple"></i> Download</button>
</div>
<div class="col-lg-6 phone">
<img class="title-image" src="images/iphone6.png" alt="iphone-mockup">
</div>
</div>
</section>
</div> </div>
<!-- Features -->
<section id="features">
<div class="row">
<div class="feature-box col-lg-4">
<i class="icon fas fa-arrow-alt-circle-down fa-4x"></i>
<h3>Free To Download.</h3>
<p>You can download this game for free to easy.</p>
</div>
<div class="feature-box col-lg-4">
<i class="icon fas fa-gamepad fa-4x"></i>
<h3>Easy to play</h3>
<p>Its too easy to play it has a lot of tutorials.</p>
</div>
<div class="feature-box col-lg-4">
<i class="icon fas fa-shield-alt fa-4x"></i>
<h3>Safe and Secure.</h3>
<p>It changes nothing to your phone and is safe.</p>
</div>
</div>
</section>
<!-- Testimonials -->
<section id="testimonials">
<div id="carouselExampleControls" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active" >
<img class="second-image" src="images/dog-img.jpg" alt="dog-profile">
<h2>If you like this game this website is perfect for you.</h2>
<h3 class="tirana">Tirana, Albania</h3>
</div>
<div class="carousel-item" >
<img class="third-image" src="images/pubg-mobile.jpg" alt="pubg-mobile">
<h2>A lot of competition all over the world.</h2>
<h3 class="tirana">Sydney, Australia</h3>
</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>
<!-- <h2 class="testimonial-text">My dog used to be so lonely, but with TinDog's help, they've found the love of their life. I think.</h2>
<img class="testimonial-image" src="images/lady-img.jpg" alt="lady-profile">
<em>Beverly, Illinois</em> -->
</section>
<!-- Press -->
<h2 class="sponsor">Our Sponsorships</h2>
<section id="press">
<img class="press-logo" src="images/techcrunch.png" alt="tc-logo">
<img class="press-logo" src="images/tnw.png" alt="tnw-logo">
<img class="press-logo" src="images/bizinsider.png" alt="biz-insider-logo">
<img class="press-logo" src="images/mashable.png" alt="mashable-logo">
</section>
<!-- Pricing -->
<section id="pricing">
<h2 class="plan">A Plan for everyone that want a good rank at this Game</h2>
<p class="plan">Very Cheap price and we offer 100% guaranteed product.</p>
<div class="card-deck mb-3 text-center">
<div class="pricing-col col-md-6 col-lg-4 ">
<div class="card mb-4 box-shadow">
<div class="card-header">
<h4 class="my-0 font-weight-bold">Free</h4>
</div>
<div class="card-body">
<h3>Trial</h3>
<h6>30 Coins Per Day</h6>
<h6>2 Gems Per Day</h6>
<h6>1 Free Spin</h6>
<div class="btnn2"><button type="button" class="btnn btn btn-lg btn-block btn-outline-primary"><b class="btnn">Sign Up</b></button></div>
</div>
</div>
</div>
<div class="pricing-col col-md-6 col-lg-4 ">
<div class="card mb-4 box-shadow">
<div class="card-header">
<h4 class="my-0 font-weight-bold">Pro</h4>
</div>
<div class="card-body">
<h2>$49 / mo</h2>
<h6>900 Coins Per Day</h6>
<h6>20 Gems Per Day</h6>
<h6>3 Premium Free Spin</h6>
<button type="button" class="btn btn-lg btn-block btn-primary"><b class="btnn2">Get started</b></button>
</div>
</div>
</div>
<div class="pricing-col col-md-12 col-lg-4 ">
<div class="card mb-4 box-shadow">
<div class="card-header">
<h4 class="my-0 font-weight-bold">Enterprise</h4>
</div>
<div class="card-body">
<h2>$119 / mo</h2>
<h6>2000 Coins & 50 Gems Per Day</h6>
<h6>5 Premium Free Spin</h6>
<h6>1 Premium Ultra Rare Skin</h6>
<button type="button" class="btn btn-lg btn-block btn-primary"><b class="btnn2">Get Started</b></button>
</div>
</div>
</div>
</div>
</section>
<!-- Call to Action -->
<section id="cta">
<h3 align="a.effect-shine"><a class="effect-shine"><b class="text-shine">Download Now PUBG and enjoy the best battle royale game now</b></a></h3>
<button class="btn btn-lg btn-success download-button2" type="button"><i class="fab fa-android"></i>Download</button>
<button class="btn btn-lg btn-dark download-button2" type="button"><i class="fab fa-apple"></i>Download</button>
</section>
<!-- Footer -->
<footer id="footer">
<i class="social fab fa-instagram fa-2x"></i>
<i class="social fab fa-facebook-square fa-2x"></i>
<i class="social fab fa-youtube fa-2x"></i>
<i class="social fab fa-twitter fa-2x"></i>
<p class="copyright">© Copyright 2019 PUBG</p>
</footer>
</body>
</html>