-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
120 lines (120 loc) · 5.39 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!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">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>VehicleHub</title>
</head>
<body>
<div class="navbar">
<div class="logo">
</div>
<div class="content">
<a href="#">Home</a>
<a href="#service">Services</a>
<a href="#team">Team</a>
<a href="policy.html">Policy</a>
</div>
<div class="login">
<a href="Customer_Login.html">Login/Signup</a>
</div>
</div>
<div class="background1">
<img src="images/obi-onyeador-JIcR3-O8ko8-unsplash.jpg">
<div class="bgcontent">
<p>Search and find Cars, Bikes, Goods carriers, and even Buses for people transport in the one go.</p>
<p>Join the VehicleHub and Start your Journey in just 2 steps.</p>
<p>Step 1 - Search for the Vehicle that meets your requirements.</p>
<p>Step 2 - Book it and enjoy the service.</p>
</div>
</div>
<div class = "services" id="service">
<h1>Services</h1>
<div class="row1">
<div class="polaroid">
<img src="images/bikedemo2.jpg">
<p>Nothing can beat the experience of travelling on a bike. Weather maneuvering through traffic. And freah Air you feel on the bike is matchless.
it is ideal for travellers who travels alone or travel with a friend. And we have a great collection of Bikes in our garage. Feel free to check them.
</p>
<a href="bike_show_case.html">Book Here</a>
</div>
<div class = "polaroid">
<img src = "images/cardemo.jpg">
<p>Wanna Travel with family or a group of friends, we got you covered. In the market renting a car with 5 or 7 seats can cost a fortune but we are delivering the same
for a fraction of price. We have a wide variety of 5 seaters and 7 seaters. The vehicles go through many tests and inspections before renting.
</p>
<a href="">Book Here</a>
</div>
<div class = "polaroid">
<img src = "images/cargodemo.jpg">
<p>Shifting house! or want to ship large amount of cargo or furniture. We also provide a wide range of transport vehicles. We aslo facilitate with movers and packers
at a very competitive price in the market. And we have a world class drivers to make sure the cargo reaches the destination safe and sound.
</p>
<a href="">Book Here</a>
</div>
</div>
</div>
<div class="team" id="team">
<h1>Meet our Development Team</h1>
<div class="team_row">
<div class="team_details">
<img src="images/vallabh.jpeg">
<p>Tippa Srivallabh</p>
<p>BL.EN.U4CSE20181</p>
<P>CSE-C SECTION</P>
<P>AMRITA-BLR</P>
</div>
<div class="team_details">
<img src="images/varshith.jpeg">
<p>Tummala Varshith</p>
<p>BL.EN.U4CSE20184</p>
<P>CSE-C SECTION</P>
<P>AMRITA-BLR</P>
</div>
<div class="team_details">
<img src="images/hemanth.jpeg">
<p>Gadiraju Hemanth Sai Varma</p>
<p>BL.EN.U4CSE20042</p>
<P>CSE-A SECTION</P>
<P>AMRITA-BLR</P>
</div>
<div class="team_details">
<img src="images/madhukar.jpeg">
<p>Raghupathruni Sai Madhukar</p>
<p>BL.EN.U4CSE20137</p>
<P>CSE-C SECTION</P>
<P>AMRITA-BLR</P>
</div>
</div>
</div>
<div class="advert">
<p>When you feel it's the right time to travel, It is the right thing to visit VehicleHub.com</p>
<img src = "images/pngegg (1).png">
</div>
<footer>
<div class="footer_details">
<br><br>
<h1>VehicleHub Corporation.</h1>
<br><br>
<p>Head Quarters:</p>
<p>Floor no-7, officeHubs, D/No-5-13-67/h, industrial area, Bangalore</p>
<br>
<p>For querys contact:</p>
<p>contact no. 8125058106</p>
<p>email to :<a href="emailto:[email protected]" style="margin-left: 3px;">[email protected]</a></p>
</div>
<div class="footer_links">
<a href="#"><i class="fa fa-facebook-official" style="font-size: 50px;"></i> facebook/VehilcleHub_official</a>
<br>
<a href="#"><i class="fa fa-instagram" style="font-size: 50px;"></i> Instagram/Vehicle_hub</a>
<br>
<a href="#"><i class="fa fa-twitter" style="font-size: 50px;"></i> twitter/Official_VehicalHub</a>
<br>
<a href="#"><i class="fa fa-linkedin" style="font-size: 50px;"></i> Linkedin/vehicleHub_corp</a>
</div>
</footer>
</body>
</html>