-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
265 lines (249 loc) · 9.16 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
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cars | By 3atallah</title>
<link rel="stylesheet" href="CSS/style.css">
</head>
<body>
<!-- Header -->
<header>
<div class="container">
<div class="header-content">
<img src="Img/Logo/logo.jpg" alt="Website Logo" class="logo">
<nav>
<ul>
<li><a href="#cars">Cars</a></li>
<li><a href="#motors">Motors</a></li>
<li><a href="#trucks">Trucks</a></li>
<li><a href="#contact">Contact Us</a></li>
</ul>
</nav>
</div>
</div>
</header>
<!-- Car Section -->
<section id="cars">
<div class="container">
<h2>Cars</h2>
<div class="car-list">
<div class="car-item">
<img src="Img/Cars/byd.jpg" alt="Byd Yuan plus champion">
<h3>Byd Yuan plus</h3>
<p>80,000 JOD</p>
<div class="car-info">
<p>Byd Yuan Plus Champion is an electric vehicle with advanced features. Great for city driving and
eco-friendly.</p>
<h4>Available Colors:</h4>
<ul class="color-list">
<li style="background-color: red;"></li>
<li style="background-color: blue;"></li>
<li style="background-color: green;"></li>
</ul>
</div>
</div>
<div class="car-item">
<img src="Img/Cars/neta.jpg" alt="Neta U EV 2022">
<h3>Neta U EV 2022</h3>
<p>40,000 JOD</p>
<div class="car-info">
<p>Neta U EV 2022 offers a sleek design, top-notch features, and electric performance for an affordable
price.</p>
<h4>Available Colors:</h4>
<ul class="color-list">
<li style="background-color: red;"></li>
<li style="background-color: blue;"></li>
<li style="background-color: green;"></li>
</ul>
</div>
</div>
<div class="car-item">
<img src="Img/Cars/chev.jpg" alt="Chevrolet Menlo 2023">
<h3>Chevrolet Menlo 2023</h3>
<p>80,000 JOD</p>
<div class="car-info">
<p>The Chevrolet Menlo 2023 combines stylish design with performance and electric efficiency.</p>
<h4>Available Colors:</h4>
<ul class="color-list">
<li style="background-color: red;"></li>
<li style="background-color: blue;"></li>
<li style="background-color: green;"></li>
</ul>
</div>
</div>
<div class="car-item">
<img src="Img/Cars/audi.jpg" alt="Audi AQ-40 Etron">
<h3>Audi AQ-40 Etron</h3>
<p>40,000 JOD</p>
<div class="car-info">
<p>Audi AQ-40 Etron is a luxury electric car with state-of-the-art technology and high performance.</p>
<h4>Available Colors:</h4>
<ul class="color-list">
<li style="background-color: red;"></li>
<li style="background-color: blue;"></li>
<li style="background-color: green;"></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Motors Section -->
<section id="motors">
<div class="container">
<h2>Motors</h2>
<div class="car-list">
<div class="car-item">
<img src="Img/Motors/motor.jpg" alt="Yamaha Bolt R-Spec">
<h3>Yamaha Bolt R-Spec</h3>
<p>9000 JOD</p>
<div class="car-info">
<p>The Yamaha Bolt R-Spec is a classic cruiser with a minimalist design and a powerful engine for
enthusiasts.</p>
<h4>Available Colors:</h4>
<ul class="color-list">
<li style="background-color: red;"></li>
<li style="background-color: blue;"></li>
<li style="background-color: green;"></li>
</ul>
</div>
</div>
<div class="car-item">
<img src="Img/Motors/motor1.jpg" alt="Yamaha FJR1300 ES">
<h3>Yamaha FJR1300 ES</h3>
<p>15,000 JOD</p>
<div class="car-info">
<p>The Yamaha FJR1300 ES is an advanced touring bike offering top-notch performance and comfort for long
rides.</p>
<h4>Available Colors:</h4>
<ul class="color-list">
<li style="background-color: red;"></li>
<li style="background-color: blue;"></li>
<li style="background-color: green;"></li>
</ul>
</div>
</div>
<div class="car-item">
<img src="Img/Motors/motor2.jpg" alt="Yamaha MT-09">
<h3>Yamaha MT-09</h3>
<p>15,000 JOD</p>
<div class="car-info">
<p>The Yamaha MT-09 offers sharp handling and a thrilling ride with its agile design and impressive
performance.</p>
<h4>Available Colors:</h4>
<ul class="color-list">
<li style="background-color: red;"></li>
<li style="background-color: blue;"></li>
<li style="background-color: green;"></li>
</ul>
</div>
</div>
<div class="car-item">
<img src="Img/Motors/motor3.jpg" alt="Yamaha PW50">
<h3>Yamaha PW50</h3>
<p>15,000 JOD</p>
<div class="car-info">
<p>The Yamaha PW50 is a small, fun bike for beginners and younger riders, offering a great introduction to
motorcycling.</p>
<h4>Available Colors:</h4>
<ul class="color-list">
<li style="background-color: red;"></li>
<li style="background-color: blue;"></li>
<li style="background-color: green;"></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Trucks Section -->
<section id="trucks">
<div class="container">
<h2>Trucks</h2>
<div class="car-list">
<div class="car-item">
<img src="Img/Trucks/ford.jpg" alt="Ford Ranger">
<h3>Ford Ranger</h3>
<p>50,000 JOD</p>
<div class="car-info">
<p>The Ford Ranger is a versatile mid-size pickup truck with exceptional towing capability and rugged
off-road performance.</p>
<h4>Available Colors:</h4>
<ul class="color-list">
<li style="background-color: red;"></li>
<li style="background-color: blue;"></li>
<li style="background-color: green;"></li>
</ul>
</div>
</div>
<div class="car-item">
<img src="Img/Trucks/isuzo.jpg" alt="Isuzu D-Max">
<h3>Isuzu D-Max</h3>
<p>50,000 JOD</p>
<div class="car-info">
<p>The Isuzu D-Max is a durable and dependable truck designed for tough jobs and challenging terrains.</p>
<h4>Available Colors:</h4>
<ul class="color-list">
<li style="background-color: red;"></li>
<li style="background-color: blue;"></li>
<li style="background-color: green;"></li>
</ul>
</div>
</div>
<div class="car-item">
<img src="Img/Trucks/volks.jpg" alt="Volkswagen Amarok">
<h3>Volkswagen Amarok</h3>
<p>50,000 JOD</p>
<div class="car-info">
<p>The Volkswagen Amarok offers premium comfort and high-performance features, making it a standout in the
pickup truck market.</p>
<h4>Available Colors:</h4>
<ul class="color-list">
<li style="background-color: red;"></li>
<li style="background-color: blue;"></li>
<li style="background-color: green;"></li>
</ul>
</div>
</div>
<div class="car-item">
<img src="Img/Trucks/maxus.jpg" alt="Maxus T90EV">
<h3>Maxus T90EV</h3>
<p>50,000 JOD</p>
<div class="car-info">
<p>The Maxus T90EV is an electric truck that combines innovation, sustainability, and impressive power for
modern drivers.</p>
<h4>Available Colors:</h4>
<ul class="color-list">
<li style="background-color: red;"></li>
<li style="background-color: blue;"></li>
<li style="background-color: green;"></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact">
<div class="container">
<h2>Contact Us</h2>
<form action="#" method="POST">
<label for="name">Name:</label>
<input type="text" id="name" name="name" required>
<label for="email">Email:</label>
<input type="email" id="email" name="email" required>
<label for="message">Message:</label>
<textarea id="message" name="message" required></textarea>
<button type="submit">Send Message</button>
</form>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container">
<p>© 2024 7S For Cars. All rights reserved.</p>
</div>
</footer>
</body>
</html>