-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
31 lines (29 loc) · 1.05 KB
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact Us</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1> Contact Us</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="help.html">How We Can Help</a></li>
<li><a href="reasons.html">Why Choose Us?</a></li>
<li><a href="green.html">Intelligent Green Circle</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<section>
<h2>Contact Us</h2>
<p>Email: <a href="mailto:[email protected]?subject=Free%20Consultation">[email protected]</a></p>
<p> <a href="https://www.linkedin.com/company/intelligent-asset-management-inc/?viewAsMember=true" target="_blank">LinkedIn</a></p>
<p> Located in Metro Atlanta. 11046 Alpharetta Hwy Atlanta, Georgia </p>
</section>
</body>
</html>