-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
234 lines (207 loc) · 8.88 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
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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cars</title>
<link rel="stylesheet" href="styles.css">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<header>
<div class="nav container">
<i class='bx bx-menu' id="menu-icon"></i>
<a href="#" class="logo">Car<span>Point</span></a>
<ul class="navbar">
<li><a href="#home" class="active">Home</a></li>
<li><a href="#Cars">Cars</a></li>
<li><a href="#about">About</a></li>
<li><a href="#parts">Parts</a></li>
<li><a href="#blog">Our Blog</a></li>
</ul>
<i class='bx bx-search' id="search-icon"></i>
<div class="search-box container">
<input type="search" placeholder="Search here...">
</div>
</div>
</header>
<main>
<section class="home" id="home">
<div class="home-text">
<h1>We Have Everything <br>Your <span>Car</span> Need</h1>
<p>Lorem ipsum dolor sit amet consectetur <br> adipisicing elit. Recusandae, veritatis!</p>
<a href="#" class="btn">Discover Now</a>
</div>
</section>
<section class="cars" id="Cars">
<div class="heading">
<span>All Cars</span>
<h2>We have all types cars</h2>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Tenetur, laborum!</p>
</div>
<div class="cars-container container">
<div class="box">
<img src="img/car1.jpg" alt="">
<h2>Porche Cars</h2>
</div>
<div class="box">
<img src="img/car2.jpg" alt="">
<h2>Porche Cars</h2>
</div>
<div class="box">
<img src="img/car3.jpg" alt="">
<h2>Porche Cars</h2>
</div>
<div class="box">
<img src="img/car4.jpg" alt="">
<h2>Porche Cars</h2>
</div>
<div class="box">
<img src="img/car5.jpg" alt="">
<h2>Porche Cars</h2>
</div>
<div class="box">
<img src="img/car6.jpg" alt="">
<h2>Porche Cars</h2>
</div>
</div>
</section>
<section class="about container" id="about">
<div class="about-img">
<img src="img/about.png" alt="">
</div>
<div class="about-text">
<span>About Us</span>
<h2>Cheap Prices With <br>Quality Cars</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quaerat illo commodi sint enim voluptatibus
numquam.</p>
<a href="#" class="btn">Learn More</a>
</div>
</section>
<section class="parts" id="parts">
<div class="heading">
<span>What We Offer</span>
<h2>Our Cars Are Always Excellent</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Atque, autem.</p>
</div>
<div class="parts-container container">
<div class="box">
<img src="img/part1.png" alt="">
<h3>Auto Spare Parts</h3>
<span>$120k</span>
<i class='bx bxs-star'>(42m reviews)</i>
<a href="#" class="btn">Buy Now</a>
<a href="#" class="details">View Details</a>
</div>
<div class="box">
<img src="img/part2.png" alt="">
<h3>Auto Spare Parts</h3>
<span>$20k</span>
<i class='bx bxs-star'>(6m reviews)</i>
<a href="#" class="btn">Buy Now</a>
<a href="#" class="details">View Details</a>
</div>
<div class="box">
<img src="img/part3.png" alt="">
<h3>Auto Spare Parts</h3>
<span>$120.99</span>
<i class='bx bxs-star'>(623k reviews)</i>
<a href="#" class="btn">Buy Now</a>
<a href="#" class="details">View Details</a>
</div>
<div class="box">
<img src="img/part4.png" alt="">
<h3>Auto Spare Parts</h3>
<span>$150</span>
<i class='bx bxs-star'>(6k reviews)</i>
<a href="#" class="btn">Buy Now</a>
<a href="#" class="details">View Details</a>
</div>
<div class="box">
<img src="img/part5.png" alt="">
<h3>Auto Spare Parts</h3>
<span>$12k</span>
<i class='bx bxs-star'>(16k reviews)</i>
<a href="#" class="btn">Buy Now</a>
<a href="#" class="details">View Details</a>
</div>
<div class="box">
<img src="img/part6.png" alt="">
<h3>Auto Spare Parts</h3>
<span>$0.8m</span>
<i class='bx bxs-star'>(2m reviews)</i>
<a href="#" class="btn">Buy Now</a>
<a href="#" class="details">View Details</a>
</div>
</div>
</section>
<section class="blog" id="blog">
<div class="heading">
<span>Blog & News</span>
<h2>Our Blog Content</h2>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Qui inad ducimus!</p>
</div>
<div class="blog-container container">
<div class="box">
<img src="img/car2.jpg" alt="">
<span>Dec 17 2024</span>
<h3>How To Get Perfect Car At Low Prices</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Nemo officia aspernatur molestiae!</p>
<a href="#" class="blog-btn">Read More<i class='bx bx-chevrons-right'></i></a>
</div>
<div class="box">
<img src="img/car6.jpg" alt="">
<span>Dec 17 2024</span>
<h3>How To Get Perfect Car At Low Prices</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Nemo officia aspernatur molestiae!</p>
<a href="#" class="blog-btn">Read More<i class='bx bx-chevrons-right'></i></a>
</div>
<div class="box">
<img src="img/car4.jpg" alt="">
<span>Dec 17 2024</span>
<h3>How To Get Perfect Car At Low Prices</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Nemo officia aspernatur molestiae!</p>
<a href="#" class="blog-btn">Read More<i class='bx bx-chevrons-right'></i></a>
</div>
</div>
</section>
<section class="footer">
<div class="footer-container container">
<div class="footer-box">
<a href="#" class="logo">Car<span>Point</span></a>
<div class="social">
<a href="#"><i class='bx bxl-facebook'></i></a>
<a href="#"><i class='bx bxl-twitter'></i></a>
<a href="#"><i class='bx bxl-instagram'></i></a>
<a href="#"><i class='bx bxl-youtube'></i></a>
</div>
</div>
<div class="footer-box">
<h3>Pages</h3>
<a href="#home">Home</a>
<a href="#Cars">cars</a>
<a href="#parts">Parts</a>
<a href="#">Sales</a>
</div>
<div class="footer-box">
<h3>Legal</h3>
<a href="#">Privacy Policy</a>
<a href="#">Refund Policy</a>
<a href="#">Cookie Policy</a>
</div>
<div class="footer-box">
<h3>Contact</h3>
<p>Afghanistan</p>
<p>Info@Example.com</p>
<p>+1 234 5678 910</p>
</div>
</div>
</section>
<hr>
<div class="copyright">
<p>© NN-Bayat | All Right Reserved</p>
</div>
</main>
<script src="script.js"></script>
</body>
</html>