-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (31 loc) · 1.33 KB
/
index.html
File metadata and controls
34 lines (31 loc) · 1.33 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Home</title>
<meta name="viewport" content="width=device-width; initial-scale=1.0;">
<link rel="stylesheet" href="style.css">
<body>
<nav>
<label class="logo">We Wash Cars</label>
<ul>
<li><a class="active" href="#">Home</a></li>
<li><a href="price.html">Price</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="intouch.html">Contact</a></li>
</ul>
</nav>
<div id="top">
<h2>We wash cars for a living</h2>
<p>We have been washing cars for 4 years now from humble beginnings</p>
<p>This business was established in 2016 with only R50 which was used to buy the following</p>
<ol>
<li>750ml sunlight dishwasher</li>
<li>100ml blackpolish</li>
<li>A Pack of fibercloths</li>
</ol>
<p class="intro">We use 20L backets for water. We handwash the car and our first clients were friends and close family,we never looked back since that day we don't only wash cars but we build relationships and few guys that worked at the carwash got jobs at cooperates through our customers</p>
</div>
<img src="image.jpg" class="responsive" width="500" height="300">
</body>
</html>