-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
519 lines (503 loc) · 17.4 KB
/
Copy pathindex.html
File metadata and controls
519 lines (503 loc) · 17.4 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
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
<!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" />
<title>Insurance Project</title>
<!--<link
rel="icon"
type="image/png"
sizes="32x32"
href="./images/icon-star.svg"
/>-->
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<!-- Hero image, header plus hero text -->
<section class="hero-image">
<!-- Header section -->
<header>
<div class="navbar">
<!-- Logo here -->
<div class="logo">
<a href="#"><h3>BrandName</h3></a>
</div>
<!-- Nav-Items section -->
<div class="nav-items">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Product</a></li>
<li><a href="#pricing">Pricing</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<!-- Account section -->
<div class="account">
<p><a href="#">Login</a></p>
<a href="#">
<div class="become-member">
<p>Become a member</p>
<ion-icon name="arrow-forward-outline"></ion-icon>
</div>
</a>
</div>
<!-- Menu -->
<div class="menu">
<ion-icon name="menu-outline"></ion-icon>
</div>
</div>
</header>
<!-- Hero text -->
<section class="hero-section">
<div class="hero-text">
<h1>We Ensure A Best Insurance Service</h1>
<p>
We know how large objects will act, but things on a small scale just
do not act that way.
</p>
<div class="hero-links">
<a href="#"><div>Get Quote Now</div></a>
<a href="#"><div>Learn More</div></a>
</div>
</div>
</section>
</section>
<!-- End hero section -->
<!-- Main starts here -->
<main>
<!-- Section that contains the cards -->
<section class="why-us-cards">
<!-- First card -->
<div class="card">
<ion-icon name="people-outline"></ion-icon>
<h2>Peace of Mind</h2>
<p>the quick fox jumbs over the lazy dog</p>
</div>
<!-- Secord card -->
<div class="card">
<ion-icon name="people-outline"></ion-icon>
<h2>Set For Life</h2>
<p>the quick fox jumbs over the lazy dog</p>
</div>
<!-- Third card -->
<div class="card third-card">
<ion-icon name="people-outline"></ion-icon>
<h2>100% Satisfaction</h2>
<p>the quick fox jumbs over the lazy dog</p>
</div>
</section>
<!-- Section that contains the why us -->
<section class="why-us-block">
<!-- First card -->
<div class="card">
<ion-icon name="wallet-outline"></ion-icon>
<h3>Peace of Mind</h3>
<p>So it really behaves like neither. Now we have given up.</p>
</div>
<!-- Secord card -->
<div class="card">
<ion-icon name="bookmarks-outline"></ion-icon>
<h3>Set For Life</h3>
<p>They were used to create the machines that launched</p>
</div>
<!-- Third card -->
<div class="card third-card">
<ion-icon name="people-outline"></ion-icon>
<h3>100% Satisfaction</h3>
<p>So it really behaves like neither. Now we have given up.</p>
</div>
</section>
<!-- Industry section -->
<section class="industry">
<div>
<h2>Industry</h2>
<p>
Problems trying to resolve the conflict between the two major realms
Classical physics:Newtonian mechaics
</p>
</div>
</section>
<!-- Testimonials section -->
<section class="testimonies">
<!-- First card -->
<div class="testimonial-card">
<img src="images/user1.png" alt="" />
<p>
Slate helps you see how more days you have to work to reach your
financial goal for the month and year.
</p>
<div class="ratings">
<img src="images/icon-star.svg" alt="" />
<img src="images/icon-star.svg" alt="" />
<img src="images/icon-star.svg" alt="" />
<img src="images/icon-star.svg" alt="" />
<img src="images/icon-star.svg" alt="" />
</div>
</div>
<!-- Second card -->
<div class="testimonial-card">
<img src="images/user2.png" alt="" />
<p>
Slate helps you see how more days you have to work to reach your
financial goal for the month and year.
</p>
<div class="ratings">
<img src="images/icon-star.svg" alt="" />
<img src="images/icon-star.svg" alt="" />
<img src="images/icon-star.svg" alt="" />
<img src="images/icon-star.svg" alt="" />
<img src="images/icon-star.svg" alt="" />
</div>
</div>
<!-- Third card -->
<div class="testimonial-card">
<img src="images/user3.png" alt="" />
<p>
Slate helps you see how more days you have to work to reach your
financial goal for the month and year.
</p>
<div class="ratings">
<img src="images/icon-star.svg" alt="" />
<img src="images/icon-star.svg" alt="" />
<img src="images/icon-star.svg" alt="" />
<img src="images/icon-star.svg" alt="" />
<img src="images/icon-star.svg" alt="" />
</div>
</div>
</section>
<!-- Sponsors section -->
<section class="sponsors">
<img class="img1" src="images/Vector.png" alt="" />
<img class="img2" src="images/Vector-1.png" alt="" />
<img class="img3" src="images/Vector-2.png" alt="" />
<img class="img4" src="images/Vector-3.png" alt="" />
<img class="img5" src="images/Vector-4.png" alt="" />
<img class="img6" src="images/Vector-5.png" alt="" />
</section>
<!-- Newsletter subscription -->
<section class="newsletter">
<h2>Subscribe For Latest Newsletter</h2>
<form action="#">
<input type="text" placeholder="Your Email" />
<input type="submit" value="Subscribe" />
</form>
</section>
<!-- Pricing section -->
<section class="pricing" id="pricing">
<!-- Title here -->
<div class="pricing-title">
<div>
<h2>Pricing</h2>
<p>
Problems trying to resolve the conflict between the two major
realms Classical physics:Newtonian mechaics
</p>
</div>
</div>
<!-- Plans here -->
<div class="pricing-plans">
<!-- The free plan -->
<div class="plan free-plan">
<div class="wrapper">
<div class="upper-part">
<h3>FREE</h3>
<h5>Organize across all apps by hand</h5>
<!-- Plan amount -->
<div class="plan-amount">
<p>0</p>
<div>
<span>$</span>
<span>Per Month</span>
</div>
</div>
</div>
<!-- Plan features -->
<div class="features">
<p>
<ion-icon name="checkmark-circle"></ion-icon>
Unlimited product updates
</p>
<p>
<ion-icon name="checkmark-circle"></ion-icon>
Unlimited product updates
</p>
<p>
<ion-icon name="checkmark-circle"></ion-icon>
Unlimited product updates
</p>
<p>
<ion-icon name="checkmark-circle"></ion-icon>
1GB cloud storage
</p>
<p>
<ion-icon name="checkmark-circle"></ion-icon>
Email and community support
</p>
</div>
<!-- Free tier -->
<a href="#">
<div class="free-tier">Try for free</div>
</a>
</div>
</div>
<!-- Standard plan -->
<div class="plan standard-plan">
<div class="wrapper">
<div class="upper-part">
<h3>STANDARD</h3>
<h5>Organize across all apps by hand</h5>
<!-- Plan amount -->
<div class="plan-amount">
<p>9.99</p>
<div>
<span>$</span>
<span>Per Month</span>
</div>
</div>
</div>
<!-- Plan features -->
<div class="features">
<p>
<ion-icon name="checkmark-circle"></ion-icon>
Unlimited product updates
</p>
<p>
<ion-icon name="checkmark-circle"></ion-icon>
Unlimited product updates
</p>
<p>
<ion-icon name="checkmark-circle"></ion-icon>
Unlimited product updates
</p>
<p>
<ion-icon name="checkmark-circle"></ion-icon>
1GB cloud storage
</p>
<p>
<ion-icon name="checkmark-circle"></ion-icon>
Email and community support
</p>
</div>
<!-- Free tier -->
<a href="#">
<div class="free-tier">Try for free</div>
</a>
</div>
</div>
<!-- Premium plan -->
<div class="plan free-plan">
<div class="wrapper">
<div class="upper-part">
<h3>PREMIUM</h3>
<h5>Organize across all apps by hand</h5>
<!-- Plan amount -->
<div class="plan-amount">
<p>19.99</p>
<div>
<span>$</span>
<span>Per Month</span>
</div>
</div>
</div>
<!-- Plan features -->
<div class="features">
<p>
<ion-icon name="checkmark-circle"></ion-icon>
Unlimited product updates
</p>
<p>
<ion-icon name="checkmark-circle"></ion-icon>
Unlimited product updates
</p>
<p>
<ion-icon name="checkmark-circle"></ion-icon>
Unlimited product updates
</p>
<p>
<ion-icon name="checkmark-circle"></ion-icon>
1GB cloud storage
</p>
<p>
<ion-icon name="checkmark-circle"></ion-icon>
Email and community support
</p>
</div>
<!-- Free tier -->
<a href="#">
<div class="free-tier">Try for free</div>
</a>
</div>
</div>
</div>
</section>
</main>
<!-- Footer section -->
<footer>
<!-- Branches section -->
<section class="wrapper">
<section class="branches">
<!-- Short description -->
<div class="branch-description">
<h3>We Have Branches All Over The World</h3>
<p>
The gradual accumulation of information about atomic and
small-scale behaviour during the first quarter of the 20th
centuary, which gave some indications about how small things do
behave, produced an increased confusion which was Heisenberg, and
Born.
</p>
</div>
<!-- World map -->
<div class="world-map">
<img src="images/pingwig.png" alt="" />
</div>
</section>
</section>
<!-- Book Appointment section -->
<section class="appointment">
<div class="appointment-wrapper">
<!-- Image -->
<div class="image-section">
<img src="images/contact.png" alt="" />
</div>
<!-- Contact form -->
<div class="form-wrapper">
<div class="form-container">
<!-- Form header -->
<span><h4>Book Appointment</h4></span>
<!-- Form inputs -->
<form action="#">
<!-- Name input -->
<div class="form-input name">
<label for="name">Name *</label>
<input type="text" placeholder="Full Name*" name="name" />
</div>
<!-- Email input -->
<div class="form-input email">
<label for="email">Email address *</label>
<input
type="email"
placeholder="example@gmail.com *"
name="email"
/>
</div>
<!-- Department input -->
<div class="form-input department">
<label for="department">Department *</label>
<select name="department">
<option value="" disabled selected>Please Select</option>
<option value="volvo">Department A</option>
<option value="saab">Department B</option>
<option value="mercedes">Department C</option>
</select>
</div>
<!-- Time input -->
<div class="form-input time">
<label for="time">Time *</label>
<select name="time">
<option value="" disabled selected>4:00 Available</option>
<option value="volvo">19:00</option>
<option value="saab">21:30</option>
<option value="mercedes">00:00</option>
</select>
</div>
<!-- Submit Button -->
<div>
<input
class="submit"
type="submit"
value="Book Appointment"
/>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- Consulting section -->
<section class="consulting">
<div class="content-wrapper">
<div>
<h4>Consulting Agency For Your Business</h4>
<p>the quick fox jumps over the lazy dog</p>
</div>
<!-- Contact button -->
<div>Contact Us</div>
</div>
</section>
<!-- Footer links section -->
<section class="footer-links">
<div class="footer-links-wrapper">
<!-- First card -->
<div class="card company-info">
<h4>Company Info</h4>
<a href="#"><p>About Us</p></a>
<a href="#"><p>Career</p></a>
<a href="#"><p>We are hiring</p></a>
<a href="#"><p>Blog</p></a>
</div>
<!-- Second card -->
<div class="card legal">
<h4>Legal</h4>
<a href="#"><p>About Us</p></a>
<a href="#"><p>Career</p></a>
<a href="#"><p>We are hiring</p></a>
<a href="#"><p>Blog</p></a>
</div>
<!-- Third card -->
<div class="card features">
<h4>Features</h4>
<a href="#"><p>Business Marketing</p></a>
<a href="#"><p>User Analytic</p></a>
<a href="#"><p>Live Chat</p></a>
<a href="#"><p>Unlimited Support</p></a>
</div>
<!-- Fourth card -->
<div class="card resources">
<h4>Resources</h4>
<a href="#"><p>iOS & Android</p></a>
<a href="#"><p>Watch a Demo</p></a>
<a href="#"><p>Customers</p></a>
<a href="#"><p>API</p></a>
</div>
<!-- Fifth card -->
<div class="card get-in-touch">
<h4>Get In Touch</h4>
<p>
<ion-icon name="call-outline"></ion-icon>
(480) 555-0103
</p>
<p>
<ion-icon name="location-outline"></ion-icon>
4517 washington Ave.
</p>
<p>
<ion-icon name="mail-outline"></ion-icon>
debra.holt@example.com
</p>
</div>
</div>
</section>
<!--<section class="copyright">
<div class="copyright-wrapper">
<p>Made with love by Wangari Maina, All rights reserved</p>
<div>
<ion-icon name="logo-facebook"></ion-icon>
<ion-icon name="logo-instagram"></ion-icon>
<ion-icon name="logo-twitter"></ion-icon>
</div>
</div>
</section>-->
</footer>
<!-- Enable ionic icons -->
<script
type="module"
src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"
></script>
<script
nomodule
src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"
></script>
</body>
</html>