-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
36 lines (36 loc) · 1.32 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
32
33
34
35
36
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Contact Us</title>
<link href="pages.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Taviraj|Work+Sans" rel="stylesheet">
</head>
<body>
<header>
<a href="index.html"><img src="BusinessBoutiqueLogocrop1.jpg" width="908" height="907" alt="" id="bblogo"/></a>
<h1 id="title">ASUMH Business Boutique</h1>
<nav>
<a href="instock.html"><span>In Stock</span></a>
<a href="about.html"><span>About</span></a>
<a href="donate.html"><span>Donate</span></a>
<a href="contact.html"><span>Contact</span></a>
</nav>
</header>
<article id="home">
<section id="pagename">
<h2>Contact Information</h2>
<br>
<address>1600 S. College St. <br> Integrity First Hall <br> Mountain Home, AR 72653</address>
<br>
<a href="tel:+1-555-555-1212">555-555-1212</a>
<br>
<a href="mailto:[email protected]">[email protected]</a>
</section>
<section id="content" class="center">
<iframe src="https://www.google.com/maps/embed?pb=!1m10!1m8!1m3!1d2478.8385652426978!2d-92.38760930437559!3d36.32068100223265!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sen!2sus!4v1510945816779" width="450" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
</section>
</article>
</body>
</html>