-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (51 loc) · 1.82 KB
/
index.html
File metadata and controls
60 lines (51 loc) · 1.82 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="public bus transportation booking service,WayFarer">
<meta name="author" content="BARAKA UWIMANA Jean Pierre">
<title>
Way-Farer
</title>
<link rel="shortcut icon" type="image/png" href="./UI//images/50-512.png" />
<link rel=" stylesheet " type="text/css " media="screen and (min-width: 800px) " href="UI/css/widescreencss.css ">
<link rel="stylesheet " type="text/css " media="screen and (max-width: 800px) " href="UI/css/smallscreencss.css ">
</head>
<body>
<div class="nav-bar ">
<a href="index.html " class="icon ">
<label class="logo ">Way Farer</label>
</a>
<div class="container ">
<ul class="top-nav ">
<li>
<a href="index.html ">Home</a>
</li>
<li id="loginAndRegister ">
<a href="./UI/html/signin.html ">Login</a>
</li>
<li>
<a href="UI/html/trips.html ">Trips</a>
</li>
</ul>
</div>
</div>
<div class="home-container ">
<div class="home-text ">
<p>Welcome to Way Farer. Way Farer offers you fast secure online public bus trip booking services.</p>
</div>
<a href="UI/html/signup.html ">
<div class="get-started ">Get Started</div>
</a>
</div>
<div class="footer ">
<p>© Way Farer 2019.
<a href=" ">Terms and conditions</a> |
<a href="./UI/html/contact.html ">ContactUs</a>
</p>
</div>
<script src="./UI/js/slides.js "></script>
</body>
</html>