-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
246 lines (186 loc) · 8.72 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>❤❤❤</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
</head>
<body class="bg-dark">
<!-- Navigatino section -->
<nav class="navbar navbar-expand-lg bg-dark navbar-dark">
<a href="#" class="navbar-brand pl-2 "><span class="bg-danger" style="font-size:30px;border-radius:100%">M</span>BUDDY</a>
<button type="button" class="navbar-toggler" data-target="#navs" data-toggle="collapse" name="button"> <span class="navbar-toggler-icon"></span> </button>
<div class="collapse navbar-collapse" id="navs">
<ul class="navbar-nav ">
<li class="nav-item "><a href="#" class="nav-link px-5">Home</a></li>
<li class="nav-item "><a href="#contact" class="nav-link px-5">Contact</a></li>
<li class="nav-item "><a href="#download" class="nav-link px-5">Download</a></li>
</ul>
</div>
</nav>
<!-- Slide section -->
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 250">
<path fill="#F8F9Fa" fill-opacity="1"
d="M0,160L40,149.3C80,139,160,117,240,117.3C320,117,400,139,480,160C560,181,640,203,720,213.3C800,224,880,224,960,213.3C1040,203,1120,181,1200,176C1280,171,1360,181,1400,186.7L1440,192L1440,0L1400,0C1360,0,1280,0,1200,0C1120,0,1040,0,960,0C880,0,800,0,720,0C640,0,560,0,480,0C400,0,320,0,240,0C160,0,80,0,40,0L0,0Z">
</path>
</svg>
<section class="container-fluid my-0">
<div class="row">
<div class="col-lg-6 my-auto ">
<div class=" pl-5">
<h1 class="display-4 text-white font-weight-bold">Meet new and interesting friends nearby </h1>
<br>
<button type="button" class="download btn btn-dark btn-lg text-white p-3" name="button"><i class="fab fa-google-play"></i> Download</button>
<button type="button" class="download btn btn-dark btn-lg text-white p-3" name="button"><i class="fab fa-apple"></i> Download</button>
<br>
</div>
</div>
<div class="col-lg-6 ">
<picture>
<source srcset="office.png" type="image/svg+xml">
<img src="office.png" class="img-fluid " alt="...">
</picture>
</div>
</div>
</section>
<svg xmlns="http://www.w3.org/2000/svg" class="border border-0 wave" viewBox="0 0 1440 300">
<path fill="#f8f9fa" fill-opacity="1"
d="M0,160L40,149.3C80,139,160,117,240,117.3C320,117,400,139,480,160C560,181,640,203,720,213.3C800,224,880,224,960,213.3C1040,203,1120,181,1200,176C1280,171,1360,181,1400,186.7L1440,192L1440,320L1400,320C1360,320,1280,320,1200,320C1120,320,1040,320,960,320C880,320,800,320,720,320C640,320,560,320,480,320C400,320,320,320,240,320C160,320,80,320,40,320L0,320Z">
</path>
</svg>
<!-- Card Section -->
<section class="container-fluid pt-6 bg-light border border-0">
<div class="row ">
<div class="box col-lg-4 ">
<i class="fas fa-check-circle size fa-4x pb-3"></i>
<h3 class="font-weight-bold">Ease to use</h3>
<p class="">Lorem Ipsum is simply dummy text of the typesetting industry.</p>
</div>
<div class="box col-lg-4 ">
<i class="fas fa-bullseye size fa-4x pb-3"></i>
<h3 class="font-weight-bold">Elite clientele</h3>
<p class="">Lorem Ipsum is simply dummy text of the typesetting industry.</p>
</div>
<div class="box col-lg-4 ">
<i class="fas fa-heart size fa-4x pb-3"></i>
<h3 class="font-weight-bold">Guaranteed to work</h3>
<p class="">Lorem Ipsum is simply dummy text of the typesetting industry.</p>
</div>
</div>
</section>
<!-- Carousel section -->
<section class="carss">
<div id="mycars" class="carousel slide" data-ride="carousel" data-interval="3000" data-pause="hover">
<ol class="carousel-indicators">
<li data-target="#mycars" data-slide-to="0" class="active"></li>
<li data-target="#mycars" data-slide-to="1"></li>
<li data-target="#mycars" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="1.jpg" class="d-block w-100 p-3 bg-white rounded" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>Flower</h5>
<p>A beautiful creature of Nature</p>
</div>
</div>
<div class="carousel-item">
<img src="2.jpg" class="d-block w-100 p-3 bg-white rounded" alt="...">
<div class="carousel-caption d-none d-md-block ">
<h5>Kawasaki Ninja</h5>
<p>One of the world's fastest bikes</p>
</div>
</div>
<div class="carousel-item">
<img src="3.jpg" class="d-block w-100 p-3 bg-white rounded" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>A Biker</h5>
<p>A good example of risk taker</p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#mycars" 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="#mycars" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<!-- Pricing -->
<section class="pricing bg-light">
<h1 class="display-4 text-dark mb-5 font-weight-bold ">Plans</h1>
<div class="row">
<div class="col-lg-4 col-md-6 pb-3">
<div class="card">
<div class="card-header bg-dark text-white">
<h1 >Free</h1>
</div>
<div class="card-body bg-new">
<h1 class="display-1">$0<span class="text">/month</span> </h1>
<p class="pt-3">10 matches/day</p>
</div>
<div class="card-footer ">
<button type="button" class="btn btn-block btn-outline-dark" name="button">Sign Up</button>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 pb-3">
<div class="card">
<div class="card-header bg-dark text-white">
<h1>Gold</h1>
</div>
<div class="card-body bg-new">
<h1 class="display-1">$10<span class="text">/month</span> </h1>
<p class="pt-3">100 matches/day</p>
</div>
<div class="card-footer">
<button type="button" class="btn btn-block btn-outline-dark" name="button">Sign Up</button>
</div>
</div>
</div>
<div class="col-lg-4 col-md-12 pb-3 ">
<div class="card ">
<div class="card-header bg-dark text-white">
<h1>VIP</h1>
</div>
<div class="card-body bg-new ">
<h1 class="display-1">$100<span class="text">/month</span> </h1>
<p class="pt-3">Unlimited matches/day</p>
</div>
<div class="card-footer ">
<button type="button" class="btn btn-block btn-outline-dark" name="button">Sign Up</button>
</div>
</div>
</div>
</div>
</section>
<!-- Download -->
<section class="container align-center" id ="download">
<div class="p-3 mt-5 text-white" >
<h1>Find Your 'BUDDY' today and enjoy</h1>
<p>Have a good day! 😊</p>
</div>
<div class="pb-3">
<button type="button" class="download btn btn-dark btn-lg text-white p-3" name="button"><i class="fab fa-google-play"></i> Download</button>
<button type="button" class="download btn btn-dark btn-lg text-white p-3" name="button"><i class="fab fa-apple"></i> Download</button>
</div>
</section>
<section class="container-fluid bg-light align-center my-5 p-3" id="contact">
<div class=" social">
<a style ="color:#00bcd4" href="#"><i class="p-3 fab fa-twitter-square"></i></a>
<a style ="color:#342ead" href="#"><i class="p-3 fab fa-facebook-f"></i></a>
<a style ="color:#900c3f" href="#"><i class="p-3 fab fa-instagram"></i></a>
<a class="text-dark" href="#"><i class="p-3 far fa-envelope"></i></a>
</div>
<p class="text-secondary">© copyright 2019-20 <span class="bg-danger border border-0 text-white" style="font-size:30px;border-radius:100%;">M</span>BUDDY</p>
</section>
</body>
</html>