-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlandingpage.html
173 lines (166 loc) · 6.45 KB
/
landingpage.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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Traveling Toor</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet">
<link href="landing.css" rel="stylesheet">
</head>
<body>
<!-- NAVIGATION -->
<nav class="header-nav">
<div class="container flex space-between">
<!-- SEARCH -->
<div class="flex flex-one align-center">
<div>
<form>
<input class="search-box" aria-label="Search" placeholder="What can we help you..." type="search">
<button class="search-button" type="submit">SEARCH</button>
</form>
<center><ul class="flex space-between nav-list">
<li><a href="#">home</a></li>
<li><a href="#">new cars</a></li>
<li><a href="#"> new bikes</a></li>
<li><a href="#">Bags & Travel</a></li>
<li><a href="#">Trail Reviews</a></li>
</ul></center>
</div>
<!-- PROFILE -->
<div class="flex align-center profile">
<div class="flex flex-column account">
Srinivas <a href="#">Log Out</a>
</div>
<div class="profile-pic">
<img alt="srinivas" src="img/srinivaspic.png"></div>
</div>
</div>
</div>
</nav>
<!-- HERO -->
<section class="hero">
<div class="container flex flex-column align-center center">
<img src="./img/car.png" alt="home car">
</div>
</section> <br><br>
<div class=" about flex align-center center ">
<center><h1> About us</h1>
<p>
<span>Electric Powertrain:</span> The Electrico Z1 is powered by an advanced electric powertrain, offering zero-emission driving and contributing to a cleaner environment.
<br>
<span> Long Range: </span>With its high-capacity battery pack, the Electrico Z1 boasts an impressive range of over 300 miles on a single charge, making it suitable for long-distance trips.
<br>
<span> Fast Charging: </span>Equipped with fast-charging technology, the Electrico Z1 can recharge its battery to 80% capacity in just 30 minutes, providing convenience for busy lifestyles.
<br>
<span> Sleek Design:</span> The car features a sleek and aerodynamic design, enhancing its efficiency and reducing wind resistance for improved performance and range.
<br>
<span> Advanced Safety Features:</span> Safety is paramount, with features such as adaptive cruise control, automatic emergency braking, lane-keeping assist, and a comprehensive airbag system.
<br>
<span> Luxurious Interior:</span> Inside the cabin, passengers are treated to a spacious and luxurious environment, with premium materials, comfortable seating, and advanced infotainment options.</p>
</div>
</center>
<!-- MAIN CONTAINER -->
<div class="container">
<!-- SALE BANNER -->
<section id="bikes">
<div class="flex align-center center banner">
<img alt="left side bike " src="img/kawsakhi.jpg">
<div class="banner-text">
<div class="text-light">Couples weekend offers</div>
<div class="text-secondary">Save upto 20%</div>
<div class="text-primary">when we choose bike</div>
</div>
<img alt="right side bike" src="img/bluebike.jpg">
</div>
</section>
<!-- CATEGORIES -->
<div class="cars"> <center> <h1>TOP CARS DISPLAY</h1></center> <br></div>
<section>
<div class="category">
<a href="#">
<img alt="BMW" src="img/bmwcar.jpg" />
<div class="category-text">
<h3>bmw car</h3>
<div>Speed: 155 mph <br> Mileage: 25 mpg <br>Horsepower: 335 HP</div>
</div>
</a>
</div>
<div class="category">
<a href="#">
<img alt="Kid " src="img/bugati.jpg" />
<div class="category-text">
<h3>Bugatti</h3>
<div>Speed: 261 mph <br>
Mileage: 8 mpg<br>
Horsepower: 1500 HP</div>
</div>
</a>
</div>
<div class="category">
<a href="#">
<img alt="Pack It In" src="img/ferrari.jpg" />
<div class="category-text">
<h3>Ferrari</h3>
<div>Speed: 211 mph <br>Mileage: 15 mpg <br>Horsepower: 670 HP</div>
</div>
</a>
</div>
<div class="category">
<a href="#">
<img alt="Nature's AC" src="img/audi.jpg" />
<div class="category-text">
<h3>Audi</h3>
<div>Speed: 155 mph <br>Mileage: 30 mpg <br>Horsepower: 248 HP</div>
</div>
</a>
</div>
</section> <br> <br>
<!-- FULL BANNER -->
<section class="full-banner">
<div class="full-banner-image"></div>
<div class="flex flex-column align-center center full-banner-sidebar">
<h4>Trail Review</h4>
<div>Lambo</div>
<div>coming soon</div>
<a class="btn btn-default" href="#">See view</a>
</div>
</section>
</div>
<!-- FOOTER -->
<footer>
<section class="container ">
<div>
<div class="text-primary link-header">Support</div>
<ul>
<li><a href="#">About Us</a></li>
<li><a href="#">Product Inquiries</a></li>
<li><a href="#">Technical Support</a></li>
<li><a href="#">Returns and Refunds</a></li>
<li><a href="#">Shipping and Delivery</a></li>
<li><a href="#">Warranty Information</a></li>
<li><a href="#">Feedback</a></li>
</ul>
</div>
<div>
<div class="text-primary link-header">Information</div>
<ul>
<li><a href="#">About Us</a></li>
<li><a href="#">Registration Number</a></li>
<li><a href="#">Headquarters Location</a></li>
<li><a href="#">Returns & Refunds</a></li>
<li><a href="#">Licensing Information</a></li>
<li><a href="#">Warranty Information</a></li>
<li><a href="#">Suggestions</a></li>
</ul>
</div>
<div>
<div class="text-primary link-header"> Privacy & Terms</div>
<ul>
<li><a href="#">Privacy & Security</a></li>
<li><a href="#">Statement</a></li>
<li><a href="#">Terms & Conditions</a></li>
</ul>
</div>
</section>
</footer>
</body>
</html>