-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (39 loc) · 2 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
<!DOCTYPE html>
<html>
<head>
<title>Home</title>
<meta name="viewport" content="width=600px, initial-scale=1">
<link rel="stylesheet" href="css/homestyle.css">
<script src="jquery-3.6.0.min.js"></script>
</head>
<body>
<header>
<h1 id="title">VehicleDealings</h1>
<img src=images/vintage-car-png.png id="car">
</header>
<nav>
<ul id="menu">
<li><a href=index.html>Home</a></li>
<li><a href="Gallery.html">Gallery</a></li>
<li><a href=products.html>Products</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
<button class="nav">Show/Hide Menu</button>
</nav>
<section id="firstbox">
<h3 id="title">Always there for you!</h3>
<p id="para1">In need of a trustworthy site that can sell different kinds of vehicles with sales happening frequently? Look no further than our site, VehicleDealings! We aim to be the best website for users to use to buy different kinds of vehicles around the world!</p>
<p id="para2">We also have an ongoing sale for some of our items in our products page! Go to it to find out what is available to be purchased from a lower price!</p>
<img src="images/sale-png-Transparent-Images.png" id="sale">
</section>
<section id="secondbox">
<h3 id="second">More awaits!</h3>
<p id="para3">While we may limited in our supplies to acquire new vehicles. We assure you that we acquire more different types of vehicles at a reasonable price to purchase. Tune in this Monday to see our new products that will be in stock! </p>
<img src="images/truck copy.png" id="truck">
</section>
<footer>
<p id="copy">© Copyright 2022 - VehicleDealings</p>
</footer>
<script src="JavaScript.js"></script>
</body>
</html>