-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact.html
46 lines (44 loc) · 1.52 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
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="BYU Contracted Student Housing">
<meta name="keywords" content="vesta properties, hestia properties, vesta & hestia">
<meta name="author" content="Carson Bartholomew">
<title>Contact</title>
<link rel="stylesheet" href="./css/style.css">
<link rel="icon" type="image/png" sizes="32x32" href="./img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./img/favicon-16x16.png">
</head>
<body>
<header>
<img src="./img/logo-192x192.png" alt="Vesta/Hestia Logo" id="img_logo">
<div class="container">
<div id="logo">
<h1><span class="highlight">Vesta & Hestia Properties</span></h1>
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="campus-view-north.html">Campus View North</a></li>
<li><a href="hampstead.html">Hampstead</a></li>
<li><a href="windsor-arms.html">Windsor Arms</a></li>
<li class="current"><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</header>
<section class="main">
<div class="container">
<h1 id="contact">Contact Info</h1>
<p class="contact_info">Call or Text: (707) 373-9808</p>
<p class="contact_info">Email: [email protected]</p>
</div>
</section>
<footer>
<p>Vesta/Hestia Properties © Copyright 2020 | All Rights Reserved</p>
<script> </script>
</footer>
</body>
</html>