-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
429 lines (376 loc) · 15.1 KB
/
index.html
File metadata and controls
429 lines (376 loc) · 15.1 KB
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
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--Google Fonts (Montserrat)-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap" rel="stylesheet">
<!--Fontawesome CDN-->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous">
<!--Custom Stylesheet-->
<link rel="stylesheet" href="style.css">
<title>Insurance</title>
</head>
<body>
<section class="page-1">
<!--Header/Navigation bar-->
<header>
<div class="brand">
<h1>BrandName</h1>
</div>
<div class="navlinks">
<ul>
<li>Home</li>
<li>Product</li>
<li>Pricing</li>
<li>Contact</li>
</ul>
</div>
<div class="login">
<p>Login</p>
<button type="button">Become a member <i class="fas fa-arrow-right"></i></button>
</div>
<div class="mobile-icons">
<i class="fas fa-search"></i>
<i class="fas fa-shopping-cart"></i>
<i class="fas fa-bars"></i>
</div>
</header>
<!--Slogan Overlay-->
<div class="slogan">
<div class="h1-text">
We Ensure A Best <br>
Insurance Service
</div>
<div class="small-text">
<p>
We Know how large objects will act, but things on a <br>
small scale just do not act that way.
</p>
</div>
<div class="slogan-buttons">
<button type="button">Get Quote Now</button>
<button type="button">Learn More</button>
</div>
<!--Cards below the slogan-->
<div class="cards">
<div class="card" id="card-white">
<i class="fas fa-users"></i>
<h3>Peace of Mind</h3>
<p>the quick fox jumps over the <br> lazy log</p>
</div>
<div class="card" id="card-white">
<i class="fas fa-users"></i>
<h3>Set For Life</h3>
<p>the quick fox jumps over the <br> lazy log</p>
</div>
<div class="card">
<i class="fas fa-users" id="icon-3"></i>
<h3>100% Satisfaction</h3>
<p>the quick fox jumps over the <br> lazy log</p>
</div>
</div>
</div>
</section>
<!--Cards-->
<section class="page-2">
<div class="card">
<i class="fas fa-wallet"></i>
<h3>Peace of Mind</h3>
<p>So it really behaves like neither. <br> We never give up</p>
</div>
<div class="card">
<i class="fas fa-bookmark"></i>
<h3>Set of Life</h3>
<p>They were used to create the <br> machines that launched</p>
</div>
<div class="card">
<i class="fas fa-users"></i>
<h3>100% Satisfaction</h3>
<p>So it really behaves like neither. <br> We never give up</p>
</div>
</section>
<!--Page 3 (Reviews and Ratings)-->
<section class="page-3">
<div class="header">
<h1>Industry</h1>
<p>
Problems trying to resolve the conflict between<br>
the two major problems realms of Classical physics: Newtonian mechanics
</p>
</div>
<div class="reviews">
<div class="reviews-card">
<img src="images/user.1.png" alt="">
<p>Slate helps you see how many more days you need to work to reach your your financial gosl for the month and year</p>
<div class="rating">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
</div>
<div class="reviews-card">
<img src="images/user.2.png" alt="">
<p>Slate helps you see how many more days you need to work to reach your your financial gosl for the month and year</p>
<div class="rating">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
</div>
<div class="reviews-card">
<img src="images/user.3.png" alt="">
<p>Slate helps you see how many more days you need to work to reach your your financial gosl for the month and year</p>
<div class="rating">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
</div>
</div>
</section>
<!--Page 4-->
<section class="page-4">
<div class="trustees-logos">
<img src="images/Vector.png" alt="">
<img src="images/Vector-1.png" alt="">
<img src="images/Vector-2.png" alt="">
<img src="images/Vector-3.png" alt="">
<img src="images/Vector-4.png" alt="">
<img src="images/Vector-5.png" alt="">
</div>
<div class="subscribe">
<div class="container">
<h4>Subscribe For Latest Newsletter</h4>
<div class="input">
<input type="text" placeholder="Your Email"><span><button type="button">Subscribe</button></span>
</div>
</div>
</div>
</section>
<!--Page 4 (Pricing)-->
<section class="pricing">
<div class="pricing-header">
<h1>Pricing</h1>
<p>
Problems trying to resolve the conflict between <br>
the two major realms of Classical physics: Newtonian mechanics
</p>
</div>
<div class="price-cards">
<div class="card">
<div class="head">
<h3>FREE</h3>
<p class="text">
Organize across all
<br>
apps by hand
</p>
<p class="price">
0 <sup>$</sup><sub>Per Month</sub>
</p>
</div>
<div class="ticks">
<p>
<i class="fas fa-check-circle active" id="green-tick"><span>Unlimited product updates</span></i>
</p>
<p>
<i class="fas fa-check-circle active" id="green-tick"><span>Unlimited product updates</span></i>
</p>
<p>
<i class="fas fa-check-circle active" id="green-tick"><span>Unlimited product updates</span></i>
</p>
<p>
<i class="fas fa-check-circle " id="no-tick"><span>1GB clooud storage</span></i>
</p>
<p>
<i class="fas fa-check-circle " id="no-tick"><span>Email and community support</span></i>
</p>
</div>
<div class="pricing-btn">
<button type="button">Try For Free</button>
</div>
</div>
<div class="card" id="standard">
<div class="head">
<h3>STANDARD</h3>
<p class="text">
Organize across all
<br>
apps by hand
</p>
<p class="price">
9.99 <sup>$</sup><sub>Per Month</sub>
</p>
</div>
<div class="ticks">
<p>
<i class="fas fa-check-circle active" id="green-tick"><span>Unlimited product updates</span></i>
</p>
<p>
<i class="fas fa-check-circle active" id="green-tick"><span>Unlimited product updates</span></i>
</p>
<p>
<i class="fas fa-check-circle active" id="green-tick"><span>Unlimited product updates</span></i>
</p>
<p>
<i class="fas fa-check-circle" id="no-tick"><span>1GB clooud storage</span></i>
</p>
<p>
<i class="fas fa-check-circle" id="no-tick"><span>Email and community support</span></i>
</p>
</div>
<div class="pricing-btn">
<button type="button">Try For Free</button>
</div>
</div>
<div class="card">
<div class="head">
<h3>PREMIUM</h3>
<p class="text">
Organize across all
<br>
apps by hand
</p>
<p class="price">
19.99 <sup>$</sup><sub>Per Month</sub>
</p>
</div>
<div class="ticks">
<p>
<i class="fas fa-check-circle active" id="green-tick"></i><span>Unlimited product updates</span>
</p>
<p>
<i class="fas fa-check-circle active" id="green-tick"></i><span>Unlimited product updates</span>
</p>
<p>
<i class="fas fa-check-circle active" id="green-tick"><span>Unlimited product updates</span></i>
</p>
<p>
<i class="fas fa-check-circle " id="no-tick"><span>1GB clooud storage</span></i>
</p>
<p>
<i class="fas fa-check-circle " id="no-tick"><span>Email and community support</span></i>
</p>
</div>
<div class="pricing-btn">
<button type="button">Try For Free</button>
</div>
</div>
</div>
</section>
<!--Page 5 (Booking section with Form)-->
<section class="booking">
<div class="container">
<div class="text">
<h1>
We Have Branches All <br>
Over The World
</h1>
<p>
The gradual accumulation of information about atomic and small-scale behaviour during the frit quarter of the 21st century, which gave some indications about how small things do behave, produced an increasing confusion which was Heinsenberg and Born.
</p>
</div>
<img src="images/pngwing 1.png" alt="">
</div>
</section>
<!--Booking Form-->
<div class="form">
<form>
<img src="images/contact-cover.2.png" alt="">
<div class="form-fields">
<h2>Book Appointment</h2>
<label for="name">Name <sup>*</sup></label>
<input type="text" name="name" id="name" placeholder="Full Name" required>
<label for="email">Email <sup>*</sup></label>
<input type="email" name="email" id="email" placeholder="examle@gmail.com" required>
<label for="department">Department <sup>*</sup></label>
<select name="choice" id="choice">
<option value="select">Please select</option>
</select>
<label for="time">Time <sup>*</sup></label>
<select name="choice" id="choice">
<option value="select">4:00 Available</option>
</select>
<button type="submit">Book Appointment</button>
</div>
</form>
</div>
<section class="consult">
<div class="consulting">
<div>
<h2>Consult Agency For Your Business</h2>
<small>the quick fox humps over the lazy dog</small>
</div>
<button>Contact Us</button>
</div>
</section>
<!--Footer-->
<footer>
<div class="row">
<div class="columns">
<h3>Company Info</h3>
<p>About Us</p>
<p>Career</p>
<p>We are hiring</p>
<p>Blog</p>
</div>
<div class="columns">
<h3>Legal</h3>
<p>About Us</p>
<p>Career</p>
<p>We are hiring</p>
<p>Blog</p>
</div>
<div class="columns">
<h3>Features</h3>
<p>Business Marketing</p>
<p>User Analytics</p>
<p>Live Chat</p>
<p>UNlimited Support</p>
</div>
<div class="columns">
<h3>Resources</h3>
<p>ISO & Android</p>
<p>Watch a Demo</p>
<p>Customer</p>
<p>API</p>
</div>
<div class="columns icons">
<h3>Get In Touch</h3>
<div>
<p>
<i class="fas fa-phone-alt"></i>
(480) 555-0103
</p>
<p>
<i class="fas fa-map-marker-alt"></i>
4517 Washington Ave
</p>
<p>
<i class="fas fa-envelope"></i>
debra.holt@example.com
</p>
</div>
</div>
</div>
<div class="made">
<small>Made with ❣️ by Edwin Karimi. All Rights Reserved</small>
<div class="socials">
<i class="fab fa-facebook-f"></i>
<i class="fab fa-instagram"></i>
<i class="fab fa-twitter"></i>
</div>
</div>
</footer>
</body>
</html>