-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintouch.html
More file actions
50 lines (43 loc) · 1.23 KB
/
intouch.html
File metadata and controls
50 lines (43 loc) · 1.23 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Contact</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
<link rel="stylesheet" href="intouch.css">
</head>
<body>
<nav>
<label class="logo">We Wash Cars</label>
<ul>
<li><a href="index.html">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>
<h2>Welcome to our Contact Page</h2>
<p> Our Physical address</p>
<address>
248/38 Peacock Avenue<br>
Teanong<br>
Tembisa<br>
Johannesburg<br>
South Africa<br>
</address>
<div>
<p>Get intouch on the below platforms:</p>
<ol>
<li>WhatsApp: 0789632584</li>
<li>Office number: 011 586 2584</li>
<li>Email:info@wewashcars.co.za</li>
</ol>
</div>
<p> We work Monday to Sunday from 08:00 to 17:00</p>
<div>
<div class="FamilyCar">FamilyCar</div>
<div class="Bakkies">Bakkies</div>
<div class="PassengerVan">PassengerVan</div>
</div>
</body>
</html>