-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
343 lines (330 loc) · 16.3 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
<link rel="stylesheet" href="CSS/main.css">
<title>Hello, world!</title>
</head>
<body>
<!-- Check Symbol -->
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<symbol id="check" viewBox="0 0 16 16">
<title>Check</title>
<path
d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z">
</path>
</symbol>
</svg>
<!--Header-->
<header id="header">
<!--Nav Bar-->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top" id="nav-bar">
<div class="container-fluid">
<a class="navbar-brand fw-bold" href="#home" id="header-img">LOGO
<!-- Place Your Logo Here -->
<!-- <img src="..." class="img-fluid" width="50" height="50"> -->
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<!-- Links -->
<ul class="navbar-nav me-auto mb-2 mb-lg-0" id="links">
<li class="nav-item">
<a class="nav-link active text-light" id="homeBtnNavLink" aria-current="page"
href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link text-light text-muted" id="featuresBtnNavLink"
href="#features">Features</a>
</li>
<li class="nav-item">
<a class="nav-link text-light text-muted" id="pricingBtnNavLink" href="#pricing">Pricing</a>
</li>
<li class="nav-item">
<a class="nav-link text-light text-muted" id="contactusBtnNavLink" href="#contactus">Contact
Us</a>
</li>
</ul>
<form class="d-flex">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-primary" type="submit">Search</button>
</form>
</div>
</div>
</nav>
</header>
<!-- Home -->
<div class="container" id="home">
<!-- Hero Section -->
<div class="jumbotron positionCenter" id="heroSection">
<h1 class="display-1">Hero Section</h1>
<p class="lead text-center">This is a simple hero unit, a simple jumbotron-style component for calling extra
attention
to featured content or information.</p>
<hr class="my-4">
<figure class="text-center">
<blockquote class="blockquote">
<p>A well-known quote, contained in a blockquote element.</p>
</blockquote>
<figcaption class="blockquote-footer">
Someone famous in <cite title="Source Title">Source Title</cite>
</figcaption>
</figure>
<div class="mb-3" id="form">
<!-- Email Input -->
<input type="email" class="form-control" id="email" placeholder="[email protected]">
</div>
<a class="btn btn-primary btn-lg" href="https://www.freecodecamp.com/email-submit" role="button"
id="submit">Order Now</a>
</div>
</div>
<!-- Features -->
<div class="container positionCenter mt-5 pt-5" id="features">
<!-- Features Text -->
<h2 class="display-2 fw-light text-center mb-2">
Features
</h2>
<!-- Muted Text -->
<p class="fs-5 text-muted text-center mb-5">Quickly build an effective pricing table for your potential
customers with this Bootstrap example. It’s built with default Bootstrap components and utilities with
little customization.</p>
<!-- Cards -->
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-lg-3 mb-5 mb-sm-5 mb-md-5 mb-lg-0 p-0 card text-center">
<div class="card-header">
Featured
</div>
<div class="card-body">
<h5 class="card-title">Special title treatment</h5>
<p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
<a href="#" class="btn btn-primary">Lorem Ipsum</a>
</div>
<div class="card-footer text-muted">
2 days ago
</div>
</div>
<div class="col-lg-3 mb-5 mb-sm-5 mb-md-5 mb-lg-0 mx-lg-3 p-0 card text-center">
<div class="card-header">
Featured
</div>
<div class="card-body">
<h5 class="card-title">Special title treatment</h5>
<p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
<a href="#" class="btn btn-primary">Lorem Ipsum</a>
</div>
<div class="card-footer text-muted">
2 days ago
</div>
</div>
<div class="col-lg-3 mb-5 mb-sm-5 mb-md-5 mb-lg-0 p-0 card text-center">
<div class="card-header">
Featured
</div>
<div class="card-body">
<h5 class="card-title">Special title treatment</h5>
<p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
<a href="#" class="btn btn-primary">Lorem Ipsum</a>
</div>
<div class="card-footer text-muted">
2 days ago
</div>
</div>
</div>
</div>
</div>
<!-- Pricing -->
<div class="container mt-5 pt-5" id="pricing">
<!-- Pricing Text -->
<h2 class="display-2 fw-light text-center mb-2">
Pricing
</h2>
<!-- Muted Text -->
<p class="fs-5 text-muted text-center mb-5">Quickly build an effective pricing table for your potential
customers with this Bootstrap example. It’s built with default Bootstrap components and utilities with
little customization.</p>
<!-- Pricing Cards -->
<div class="row row-cols-1 row-cols-md-3 mb-3 text-center">
<div class="col">
<div class="card mb-4 rounded-3 shadow-sm">
<div class="card-header py-3">
<h4 class="my-0 fw-normal">Free</h4>
</div>
<div class="card-body">
<h1 class="card-title pricing-card-title">$0<small class="text-muted fw-light">/mo</small></h1>
<ul class="list-unstyled mt-3 mb-4">
<li>10 users included</li>
<li>2 GB of storage</li>
<li>Email support</li>
<li>Help center access</li>
</ul>
<button type="button" class="w-100 btn btn-lg btn-outline-primary">Sign up for free</button>
</div>
</div>
</div>
<div class="col">
<div class="card mb-4 rounded-3 shadow-sm">
<div class="card-header py-3">
<h4 class="my-0 fw-normal">Pro</h4>
</div>
<div class="card-body">
<h1 class="card-title pricing-card-title">$15<small class="text-muted fw-light">/mo</small></h1>
<ul class="list-unstyled mt-3 mb-4">
<li>20 users included</li>
<li>10 GB of storage</li>
<li>Priority email support</li>
<li>Help center access</li>
</ul>
<button type="button" class="w-100 btn btn-lg btn-primary">Get started</button>
</div>
</div>
</div>
<div class="col">
<div class="card mb-4 rounded-3 shadow-sm border-primary">
<div class="card-header py-3 text-white bg-primary border-primary">
<h4 class="my-0 fw-normal">Enterprise</h4>
</div>
<div class="card-body">
<h1 class="card-title pricing-card-title">$29<small class="text-muted fw-light">/mo</small></h1>
<ul class="list-unstyled mt-3 mb-4">
<li>30 users included</li>
<li>15 GB of storage</li>
<li>Phone and email support</li>
<li>Help center access</li>
</ul>
<button type="button" class="w-100 btn btn-lg btn-primary">Contact us</button>
</div>
</div>
</div>
</div>
<!-- Compare Plans -->
<h4 class="display-6 text-center mb-4">Compare plans</h4>
<!-- Table -->
<div class="table-responsive">
<table class="table text-center">
<thead>
<tr>
<th style="width: 34%;"></th>
<th style="width: 22%;">Free</th>
<th style="width: 22%;">Pro</th>
<th style="width: 22%;">Enterprise</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row" class="text-start">Public</th>
<td><svg class="bi" width="24" height="24">
<use xlink:href="#check"></use>
</svg></td>
<td><svg class="bi" width="24" height="24">
<use xlink:href="#check"></use>
</svg></td>
<td><svg class="bi" width="24" height="24">
<use xlink:href="#check"></use>
</svg></td>
</tr>
<tr>
<th scope="row" class="text-start">Private</th>
<td></td>
<td><svg class="bi" width="24" height="24">
<use xlink:href="#check"></use>
</svg></td>
<td><svg class="bi" width="24" height="24">
<use xlink:href="#check"></use>
</svg></td>
</tr>
</tbody>
<tbody>
<tr>
<th scope="row" class="text-start">Permissions</th>
<td><svg class="bi" width="24" height="24">
<use xlink:href="#check"></use>
</svg></td>
<td><svg class="bi" width="24" height="24">
<use xlink:href="#check"></use>
</svg></td>
<td><svg class="bi" width="24" height="24">
<use xlink:href="#check"></use>
</svg></td>
</tr>
<tr>
<th scope="row" class="text-start">Sharing</th>
<td></td>
<td><svg class="bi" width="24" height="24">
<use xlink:href="#check"></use>
</svg></td>
<td><svg class="bi" width="24" height="24">
<use xlink:href="#check"></use>
</svg></td>
</tr>
<tr>
<th scope="row" class="text-start">Unlimited members</th>
<td></td>
<td><svg class="bi" width="24" height="24">
<use xlink:href="#check"></use>
</svg></td>
<td><svg class="bi" width="24" height="24">
<use xlink:href="#check"></use>
</svg></td>
</tr>
<tr>
<th scope="row" class="text-start">Extra security</th>
<td></td>
<td></td>
<td><svg class="bi" width="24" height="24">
<use xlink:href="#check"></use>
</svg></td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- Contact Us -->
<div class="container mt-5 pt-5" id="contactus">
<h2 class="display-2 fw-light text-center mb-2">
Contact Us
</h2>
<!-- Muted Text -->
<p class="fs-5 text-muted text-center">Quickly build an effective pricing table for your potential customers
with this Bootstrap example. It’s built with default Bootstrap components and utilities with little
customization.</p>
<div class="row justify-content-center">
<div class="col-12 col-sm-12 col-md-10 col-lg-8 col-xl-8 col-xxl-6 mt-5 mb-3">
<label for="formGroupExampleInput" class="form-label">Full Name</label>
<input type="text" class="form-control" id="formGroupExampleInput" placeholder="John Doe">
</div>
</div>
<div class="row justify-content-center">
<div class="col-12 col-sm-12 col-md-10 col-lg-8 col-xl-8 col-xxl-6 mb-3">
<label for="formGroupExampleInput2" class="form-label">Email Address</label>
<input type="email" class="form-control" id="formGroupExampleInput2"
placeholder="[email protected]">
</div>
</div>
<div class="mb-5" id="btn">
<input class="btn btn-outline-primary" type="submit" value="Submit">
</div>
</div>
<!-- Footer -->
<footer class="footer mt-auto py-3 bg-light">
<div class="container">
<div class="row">
<span class="col-6 d-flex justify-content-start text-muted">Copyrighted © 2020</span>
<span class="col-6 d-flex justify-content-end">
<a href="https://github.com/sshehrozali" alt="github-username/sshehrozali">Shehroz Ali</a>
</span>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf"
crossorigin="anonymous"></script>
<script src="js/app.js"></script>
</body>
</html>