-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
262 lines (234 loc) · 7.75 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
<!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" />
<meta name="description" content="Web site created by Caeser Ibrahim" />
<!-- icon -->
<link rel="icon" href="./assets/favicon.ico" />
<!-- style main.css -->
<link rel="stylesheet" href="main.css" />
<!-- google fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Charm&display=swap"
rel="stylesheet"
/>
<title>Caeser's Classics</title>
</head>
<body>
<!-- the header -->
<header>
<nav>
<div class="nav-container">
<img src="./assets/logo.png" alt="logo" />
<div class="btn">
<div class="bar"></div>
<div class="bar"></div>
<div class="bar"></div>
</div>
</div>
<ul>
<li><a href="#banner">home</a></li>
<li><a href="#services">services</a></li>
<li><a href="#latest-stocks">Latest Stock</a></li>
<li><a href="#about">about us</a></li>
<li><a href="#contact">contact</a></li>
<li><a href="#contact">book online</a></li>
</ul>
</nav>
<div class="banner" id="banner">
<div class="banner-center">
<img src="./assets/logo.png" alt="logo" class="logo-lg" />
<h1>Caeser's classics</h1>
<h3>classic cars shop and services</h3>
<div class="banner-icons">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-pinterest-p"></i></a>
</div>
</div>
</div>
</header>
<!-- end of the header -->
<!-- services -->
<section class="services" id="services">
<div class="services-center">
<!-- article 1 -->
<article class="service">
<div class="service-icon">
<i class="fas fa-screwdriver-wrench"></i>
</div>
<div class="service-text">
<h3>CLASSIC CAR RESTORATION</h3>
<p>
What’s next on your to do list? Let us help you get your classic
car back to the condition it should be.
</p>
</div>
</article>
<!--article 2 -->
<article class="service">
<div class="service-icon">
<i class="fas fa-car"></i>
</div>
<div class="service-text">
<h3>CLASSIC CAR SOURCING</h3>
<p>
What have you got your eye on? Let us take the first step for you
and see if it’s out there.
</p>
</div>
</article>
<!-- article 3 -->
<article class="service">
<div class="service-icon">
<i class="fas fa-truck"></i>
</div>
<div class="service-text">
<h3>CLASSIC CAR TRANSPORTATION</h3>
<p>
Looking to move your classic car? Keep the miles off the clock and
protect your investment.
</p>
</div>
</article>
</div>
</section>
<!-- end of services -->
<!-- LATEST STOCK -->
<section class="latest-stocks" id="latest-stocks">
<!-- title -->
<div class="title">
<h2>OUR LATEST STOCK</h2>
<h3>contact us for more details</h3>
<div class="title-underline"></div>
</div>
<!-- end of title -->
<div class="latest-stocks-center">
<article class="latest-stock">
<img src="./stock/car-0.webp" alt="car" loading="lazy" />
</article>
<article class="latest-stock">
<img src="./stock/car-1.webp" alt="car" loading="lazy" />
</article>
<article class="latest-stock">
<img src="./stock/car-2.jpeg" alt="car" loading="lazy" />
</article>
<article class="latest-stock">
<img src="./stock/car-3.webp" alt="car" loading="lazy" />
</article>
<article class="latest-stock">
<img src="./stock/car-4.webp" alt="car" loading="lazy" />
</article>
<article class="latest-stock">
<img src="./stock/car-5.webp" alt="car" loading="lazy" />
</article>
<article class="latest-stock">
<img src="./stock/car-6.webp" alt="car" loading="lazy" />
</article>
<article class="latest-stock">
<img src="./stock/car-7.webp" alt="car" loading="lazy" />
</article>
<article class="latest-stock">
<img src="./stock/car-8.jpg" alt="car" loading="lazy" />
</article>
<article class="latest-stock">
<img src="./stock/car-9.webp" alt="car" loading="lazy" />
</article>
<article class="latest-stock">
<img src="./stock/car-10.jpg" alt="car" loading="lazy" />
</article>
<article class="latest-stock">
<img src="./stock/car-11.jpg" alt="car" loading="lazy" />
</article>
<article class="latest-stock">
<img src="./stock/car-12.jpg" alt="car" loading="lazy" />
</article>
<article class="latest-stock">
<img src="./stock/car-13.webp" alt="car" loading="lazy" />
</article>
<article class="latest-stock">
<img src="./stock/car-14.webp" alt="car" loading="lazy" />
</article>
<article class="latest-stock">
<img src="./stock/car-15.webp" alt="car" loading="lazy" />
</article>
<article class="latest-stock">
<img src="./stock/car-16.webp" alt="car" loading="lazy" />
</article>
<article class="latest-stock">
<img src="./stock/car-17.webp" alt="car" loading="lazy" />
</article>
</div>
</section>
<!-- END OF LATEST STOCK -->
<!-- #### about is section #### -->
<section class="about" id="about">
<article class="about-card">
<h3>about us</h3>
<i class="fa fa-shop"></i>
<h4>Disclaimer:</h4>
<p>
This website is fictional and non commercial and may contain
copyrighted material, the use of which has not been specifically
authorized by the copyright holders. The material is made available on
this website as a way to advance research and learning, The material
is presented for entirely non-profit educational purposes. There is no
reason to believe that the featured material will in any way
negatively affect the market value of the copyrighted works. For these
reasons, we believe that the website is clearly covered under current
fair-dealing / fair-use copyright laws.
</p>
</article>
</section>
<!-- #### end of the about is section #### -->
<!-- ##### filler section ##### -->
<section class="filler"></section>
<!-- ##### end of filler section ##### -->
<!-- ###### contact us ##### -->
<section class="contact" id="contact">
<article class="contact-card">
<form id="form">
<h3>contact us and Book on line</h3>
<input type="text" id="'name" placeholder="Your name" required />
<input type="email" id="'email" placeholder="Your Email" required />
<textarea
name="comment"
id="comment"
cols="30"
rows="10"
minlength="10"
required
placeholder="Please, leave a message!"
></textarea>
<button type="submit" onClick="onSubmit()" class="form-btn">
Submit
</button>
</form>
</article>
</section>
<!-- ###### end of contact us ##### -->
<!-- ####### footer ####### -->
<footer>
<div class="footer-icons">
<a><i class="fab fa-facebook-f"></i></a>
<a><i class="fab fa-instagram"></i></a>
<a><i class="fab fa-pinterest-p"></i></a>
</div>
<hr />
<p>2023 Copyright© Caeser's Classics. all rights reserved.</p>
</footer>
<!-- ####### end of footer ####### -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/js/all.min.js"
integrity="sha512-6PM0qYu5KExuNcKt5bURAoT6KCThUmHRewN3zUFNaoI6Di7XJPTMoT6K0nsagZKk2OB4L7E3q1uQKHNHd4stIQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<script src="script.js"></script>
</body>
</html>