forked from danielkirwa/my-Train-Ticket-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.html
46 lines (45 loc) · 1.84 KB
/
aboutus.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
<!DOCTYPE html>
<html>
<head>
<title>aboutus</title>
<meta name="viewport" content="width=divice-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="navbar.css">
<link rel="stylesheet" type="text/css" href="styles/homepage.css">
</head>
<body>
<!-- start of navigation bar -->
<div class="overlay">
<center><label style="font-size: 24px ">Travell in Style</label></center>
</div>
<input type="checkbox" name="" id="check">
<label for="check" id="checkmenubar">
<i><img src="assets/closeicon.png" id="btnclose" width="30px"></i>
<i><img src="assets/menuicon.png" id="btnmenu" width="30px"></i>
</label>
<div class="navbarholder">
<header>
<nav>
<center>
<a href="#" class="active">Home</a>
<a href="#"><img src="assets/ticketscart.png" width="24px">Bookings<span></span></a>
<a href="#">Departures</a>
<a href="#">About</a>
<a href="#">Login</a>
</center>
</nav>
</header>
</div>
<div class="main-context">
<p>Trave in style is a transport network that hopes to always give u the best and comfortable
travel trips, Travel in style is a transport company established in east africa, we transport mainly by high speed trains
Trave in style is a transport network that hopes to always give u the best and comfortable
travel trips, Travel in style is a transport company established in east africa, we transport mainly by high speed trains
Trave in style is a transport network that hopes to always give u the best and comfortable
travel trips, Travel in style is a transport company established in east africa, we transport mainly by high speed trains
Trave in style is a transport network that hopes to always give u the best and comfortable
travel trips, Travel in style is a transport company established in east africa, we transport mainly by high speed trains </p>
</div>
<div class="aboutusfooter">
</div>
</body>
</html>