-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
377 lines (366 loc) Β· 12.5 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
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
<!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-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@xz/fonts@1/serve/plus-jakarta-display.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
integrity="sha512-Fo3rlrZj/k7ujTnHg4CGR2D7kSs0v4LLanw2qksYuRlEzO+tcaEPQogQ0KaoGN26/zrn20ImR1DfuLWnOo7aBA=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="stylesheet" href="styles/main.css" />
<title>Azure β Beautiful Landing Pages Templates With Illustrations</title>
</head>
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light fixed-top py-3">
<div class="container">
<a class="navbar-brand" href="#"
>Azure <span class="fw-bold">Illustrations</span>
</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">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="#">|</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">About</a>
</li>
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle"
href="#"
id="navbarDropdown"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false"
>
Pages
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">404 Pages</a></li>
<li><hr class="dropdown-divider" /></li>
<li>
<a class="dropdown-item" href="#">Sign-up Pages</a>
<a class="dropdown-item" href="#">Sign-in Pages</a>
</li>
</ul>
</li>
</ul>
<a
href="#"
class="btn btn-outline-azure fs-14 px-4 py-2 me-3 rounded-pill fw-500"
>Sign-in</a
>
<a
href="#"
class="btn bg-azure text-white px-4 py-2 fs-14 rounded-pill fw-500"
>Get Started <i class="fas fa-arrow-right"></i
></a>
</div>
</div>
</nav>
<br />
<div class="my-5">
<div class="row flex-lg-row-reverse align-items-center g-5 py-2">
<div class="col-10 col-sm-8 col-lg-6">
<img
src="images/azure/1.png"
class="d-block mx-lg-auto img-fluid"
alt="Bootstrap Themes"
width="700"
height="500"
loading="lazy"
/>
</div>
<div class="col-lg-6">
<small class="text-pills"
>π’ β Azure HTML templates is now open-source</small
>
<h1
class="display-5 fw-bold text-black lh-1 mb-4 mt-4 text-capitalize"
>
Make your first social media techology startup with Azure
</h1>
<p>
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Vel
eveniet rem illo magni tempore, corrupti voluptatum ullam? Libero
expedita totam autem, voluptate ut nulla accusamus.
</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
<a
href="#"
class="btn bg-azure text-white px-5 py-2 me-md-2 fw-500 fs-14 rounded-pill mb-3 box-shadow-1"
>
Download Now <i class="fas fa-arrow-right"></i>
</a>
<a
href="#"
class="btn bg-outline-azure text-azure px-5 py-2 me-md-2 fw-500 fs-14 rounded-pill mb-3 box-shadow-1"
>
Explore
</a>
</div>
<small class="text-muted"
>π No Extra Charge & Weβve a Pricing Plan</small
>
</div>
</div>
</div>
<section class="logo-list">
<div class="">
<div class="row">
<div class="col-lg-2 col-md-4 col-6">
<a href="#"
><img
src="images/logo/1.png"
class="img-fluid"
alt="Bluehost logo"
/></a>
</div>
<div class="col-lg-2 col-md-4 col-6">
<a href="#"
><img
src="images/logo/2.png"
class="img-fluid"
alt="Hostgator logo"
/></a>
</div>
<div class="col-lg-2 col-md-4 col-6">
<a href="#"
><img
src="images/logo/3.png"
class="img-fluid"
alt="Green Geeks logo"
/></a>
</div>
<div class="col-lg-2 col-md-4 col-6">
<a href="#"
><img
src="images/logo/4.png"
class="img-fluid"
alt="WordPress logo"
/></a>
</div>
<div class="col-lg-2 col-md-4 col-6">
<a href="#"
><img
src="images/logo/5.png"
class="img-fluid"
alt="DreamHost logo"
/></a>
</div>
<div class="col-lg-2 col-md-4 col-6">
<a href="#"
><img
src="images/logo/6.png"
class="img-fluid"
alt="Hostinger logo"
/></a>
</div>
</div>
</div>
</section>
<div class="py-5" id="featured-3">
<h1 class="text-center text-black">How Azure Works</h1>
<div class="row g-4 py-5 row-cols-1 row-cols-lg-4">
<div class="feature col">
<div class="feature-icon">
<img src="images/azure/2.png" class="img-fluid" />
</div>
<h2 class="mt-3">π€ Register</h2>
<p>
Paragraph of text beneath the heading to explain the heading. We'll
add onto it with another sentence and
</p>
<a href="#" class="icon-link">
Call to action
<svg class="bi" width="1em" height="1em">
<use xlink:href="#chevron-right" />
</svg>
</a>
</div>
<div class="feature col">
<div class="feature-icon">
<img src="images/azure/3.png" class="img-fluid" />
</div>
<h2 class="mt-3">π±βπ Login</h2>
<p>
Paragraph of text beneath the heading to explain the heading. We'll
add onto it with another sentence and
</p>
<a href="#" class="icon-link">
Call to action
<svg class="bi" width="1em" height="1em">
<use xlink:href="#chevron-right" />
</svg>
</a>
</div>
<div class="feature col">
<div class="feature-icon">
<img src="images/azure/4.png" class="img-fluid" />
</div>
<h2 class="mt-3">β‘ Customize</h2>
<p>
Paragraph of text beneath the heading to explain the heading. We'll
add onto it with another sentence and
</p>
<a href="#" class="icon-link">
Call to action
<svg class="bi" width="1em" height="1em">
<use xlink:href="#chevron-right" />
</svg>
</a>
</div>
<div class="feature col">
<div class="feature-icon">
<img src="images/azure/5.png" class="img-fluid" />
</div>
<h2 class="mt-3">ππ» Publication</h2>
<p>
Paragraph of text beneath the heading to explain the heading. We'll
add onto it with another sentence and
</p>
<a href="#" class="icon-link">
Call to action
<svg class="bi" width="1em" height="1em">
<use xlink:href="#chevron-right" />
</svg>
</a>
</div>
</div>
</div>
<div class="row mt-5">
<div class="col-md-5 my-auto">
<small class="text-pills px-4">First Content</small>
<h3 class="mt-3 fw-bold">
First featured content with description and right images
</h3>
<p class="text-justify" style="margin: 0; text-align: justify">
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Autem
necessitatibus qui porro! Corporis pariatur illo cum at, illum odio
iure,
</p>
<a href="">selengkapnya</a>
</div>
<div class="col-md-6">
<img
src="images/azure/6.png"
class="d-block mx-lg-auto img-fluid"
alt="Bootstrap Themes"
width="400"
height="500"
loading="lazy"
/>
</div>
</div>
<div class="row mt-5">
<div class="col-md-6">
<img
src="images/azure/7.png"
class="d-block mx-lg-auto img-fluid"
alt="Bootstrap Themes"
width="400"
height="500"
loading="lazy"
/>
</div>
<div class="col-md-5 my-auto">
<small class="text-pills px-4">Second Content</small>
<h3 class="mt-3 fw-bold">
Second featured content with description and left images
</h3>
<p style="margin: 0; text-align: justify">
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Autem
necessitatibus qui porro! Corporis pariatur illo cum at, illum odio
iure,
</p>
<a href="">selengkapnya</a>
</div>
</div>
<section class="deneb_cta mt-5">
<div
class="cta_wrapper bg-azure p-4 rounded"
data-aos="fade-up"
data-aos-duration="1300"
>
<div class="row align-items-center">
<div class="col-lg-7 text-white">
<div class="cta_content">
<h3 class="fw-bold">Want to know more about us?</h3>
<p>
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Sed
rerum blanditiis consequuntur laboriosam velit, cum doloremque
accusamus tenetur ipsa laudantium
</p>
<a href="#" class="text-white"
>Contact us <i class="fas fa-arrow-right fs-14"></i>
</a>
</div>
</div>
</div>
</div>
</section>
<footer
class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top"
>
<p class="col-md-4 mb-0 text-muted">© 2021 Company, Inc</p>
<a
href="/"
class="col-md-4 d-flex align-items-center justify-content-center mb-3 mb-md-0 me-md-auto link-dark text-decoration-none"
>
<svg class="bi me-2" width="40" height="32">
<use xlink:href="#bootstrap" />
</svg>
</a>
<ul class="nav col-md-4 justify-content-end">
<li class="nav-item">
<a href="#" class="nav-link px-2 text-muted">Home</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link px-2 text-muted">Features</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link px-2 text-muted">Pricing</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link px-2 text-muted">FAQs</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link px-2 text-muted">About</a>
</li>
</ul>
</footer>
</div>
<script src="scripts/main.js"></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"
></script>
</html>