-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (31 loc) · 1000 Bytes
/
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
<html>
<head>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="sky">
<div class="menu-bar">
<ul>
<li class="active"><a href="frontpage.html"><i class="fa fa-home" aria-hidden="true"></i>Home</a></li>
<li><a href="#"><i class="fa fa-user"></i>About Us</a></li>
<li><a href="#"><i class="fa fa-phone"></i>Contact Us</a></li>
<li><a href="index.php"><i class="fa fa-sign-in" ></i>Login</a></li>
<li><a href="registration.php"><i class="fa fa-user-plus"></i>Sign Up</a></li>
</ul>
</div>
<form>
<a href="index.php" class="button">Let's Go</a>
</form>
<div class="highway"></div>
<div class="city"></div>
<div class="bus">
<img src="img/bus.png">
</div>
<div class="wheel">
<img src="img/wheel.png" class="back-wheel">
<img src="img/wheel.png" class="front-wheel">
</div>
</div>
</body>
</html>