-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
141 lines (127 loc) · 5.75 KB
/
index.html
File metadata and controls
141 lines (127 loc) · 5.75 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="automobiles online marketplace">
<meta name="keywords" content="Automobile online marketplace">
<meta name="author" content="Voke Olomu">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Auto Mart</title>
<link rel="stylesheet" type="text/css" href="UI/css/style.css" />
<script src="UI/js/index.js" async></script>
</head>
<body>
<!--navigation bar-->
<nav class="header">
</nav>
<!-- showcase area -->
<div class="fullscreen-video-wrap">
<video src="UI/video/movie.webm" autoplay="true" loop="true" muted='false'> </video>
</div>
<div class="header-overlay"></div>
<div class="header-content">
<div class="head-content">
<h1>Don't dream it. Drive it!</h1>
<p>Auto Mart is an online marketplace for automobiles of diverse makes, model or body type. With
Auto Mart, you can sell your car or buy from trusted dealerships or private sellers.
</p>
<a href class="btn-cars">Find my Car</a>
</div>
</div>
<!--drop down arrow indicator in showcase area-->
<div class="scroll-arrow">
<span></span>
<span></span>
<span></span>
</div>
<!--section for follow us-->
<section class="section-a">
<div class="brand-container-products">
<h1>Automart</h1>
<p>Auto Mart is an online marketplace for automobiles of diverse makes, model or body type. With
Auto Mart, you can sell your car or buy from trusted dealerships or private sellers.
</p>
</div>
</section>
<!--homepage cars collections-->
<section id="products">
<div class="products-header">
<h2>Featured Cars</h2>
</div>
<div class="container-products">
<article class="product product-1">
<div class="img-container"> <img class='product-img' src="UI/img/Benz.png" alt="product-image">
</div>
<h3>Mercedes-Benz E-Class W123</h3>
</article>
<article class="product product-2">
<div class="img-container"> <img class='product-img' src="UI/img/Benz-g-class.png" alt="product-image">
</div>
<h3>Mercedes-Benz G 500</h3>
</article>
<article class="product product-3">
<div class="img-container"> <img class='product-img' src="UI/img/Range rover.jpg" alt="product-image">
</div>
<h3>Range rover</h3>
</article>
<article class="product product-4">
<div class="img-container"> <img class='product-img' src="UI/img/lamborghini-urus.jpg" alt="product-image">
</div>
<h3>lamborghini-urus</h3>
</article>
<article class="product product-3">
<div class="img-container"> <img class='product-img' src="UI/img/Range rover.jpg" alt="product-image">
</div>
<h3>Range rover</h3>
</article>
<article class="product product-2">
<div class="img-container"> <img class='product-img' src="UI/img/Benz-g-class.png" alt="product-image">
</div>
<h3>Mercedes-Benz G 500</h3>
</article>
<article class="product product-4">
<div class="img-container"> <img class='product-img' src="UI/img/lamborghini-urus.jpg" alt="product-image">
</div>
<h3>lamborghini-urus</h3>
</article>
<article class="product product-3">
<div class="img-container"> <img class='product-img' src="UI/img/Range rover.jpg" alt="product-image">
</div>
<h3>Range rover</h3>
</article>
</div>
<p href class="button btn-cars" id="view-ads"><a href class=' btn-cars viewads-text'>view all</a></p>
</section>
<!--homepage footer-->
<footer class="footer">
<div class="main">
<div class="submain"><input type="checkbox" id="footer-our-company" class="input"><label
for="footer-our-company" class="label"><span class="_34Lkm">AUTOMART</span><svg class="svg">
<use xlink:href="#chevron"></use>
</svg></label>
<ul class="list">
<li><a>About </a></li>
<li><a>Dealers</a></li>
<li><a>Contact </a></li>
</ul>
</div>
<div class="submain"><input type="checkbox" id="footer-buying" class="input"><label for="footer-buying"
class="label"><span class="_34Lkm">Buying & Selling</span><svg class="svg">
<use xlink:href="#chevron"></use>
</svg></label>
<ul class="list">
<li><a>Find a Car</a></li>
<li><a>Sell Your Car</a></li>
<li><a>Car Dealers</a></li>
</ul>
</div>
</div>
<div class="_1lul1">
<div class="main">
<div class="_19tgC">© <span>2019</span> AUTOMART<span> All rights reserved.</span></div>
</div>
</div>
</footer>
</body>
</html>