-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (36 loc) · 1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Axemen Property Solutions</title>
<link rel="stylesheet" href="./styles/styles.css">
</head>
<body>
<div class="wrapper">
<div class="header">
<span class="header-span">AXEMEN PROPERTY SOLUTIONS</span>
<div class="logo-wrapper">
<img src="./assets/cropped-logo.png" alt="logo" class="header-logo" />
<span class="logo-span">PROPERTY SOLUTIONS</span>
</div>
</div>
<div class="hero">
<span class="hero-header">
Axemen.ca is currently under construction
</span>
</div>
<div class="footer">
<div class="contact">
<span class="contact-header">Contact Us:</span>
<ul class="contact-list">
<li>Evynne Sop</li>
<li>(289) 839 - 6135</li>
<li>axemenproperty@gmail.com</li>
</ul>
</div>
</div>
</div>
</body>
</html>