-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
105 lines (91 loc) · 3.52 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900" rel="stylesheet">
<link rel="stylesheet" type="text/css" media="screen" href="css/style.css" />
<link rel="stylesheet" type="text/css" media="screen" href="css/mediaqueries.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="shortcut icon" type="image/png" href="img/favicon.png">
<title>SendIT | Send your parcels anywhere</title>
</head>
<body>
<div id='cssmenu'>
<ul>
<li class='active'><a href='index.html'>Home</a></li>
<li><a href='user.html'>LOGIN|SIGN UP</a></li>
</ul>
</div>
<header class="header">
<div class="logo">
<img src="images/parcel.png" alt="Logo" class="Logo">
</div>
<div class="kevo">
<h1 class="sendit">
<span class="sendit-main">SendIt</span>
<span class="sendit-sub">Instant parcels</span>
</h1>
<a href="book.html" class="btn white-butn btn-animated">Send Parcel</a>
</div>
</header>
<section class="how-it-works">
<div class="text">
<h2>how it works</h2>
</div>
<div class="row-2">
<div class="col-4 card">
<div class="steps">
<h2>Send Parcel anywhere,anytime</h2>
</div>
<div class="desc">
<p>SendIT enjoys wide coverage in the country,with just a click your parcel is moments away
from the destination
</p>
</div>
</div>
<div class="col-4 card">
<div class="steps">
<h2>Subscribe for premium offers</h2>
</div>
<div class="desc">
<p>Subscribe to SendIT by signing up and you can get upto 70% discount on your parcel orders</p>
</div>
</div>
<div class="col-4 card">
<div class="steps">
<h2>Guaranteed good customer experience!!</h2>
</div>
<div class="desc">
<p>You can always get to us if you have any concerns
</p>
</div>
</div>
</div>
</section>
<footer>
<div class="wor">
<div class="one">
<ul class="footer-nav">
<li><a href="#">About us</a></li>
<li><a href="#">Our locations</a></li>
<li><a href="#">Our Contacts</a></li>
</ul>
</div>
<div class="wor">
<ul class="social">
<li><a href="#"><i class="fa fa-facebook-official" aria-hidden="true"></i></i></a></li>
<li><a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus" aria-hidden="true"></i></li>
</ul>
</div><br>
</div>
<div class="wor">
<p class="k">
Copyright ©2018 by Kelvin Onkundi Ndemo
</p>
</div>
</footer>
</body>
</html>