-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
executable file
·47 lines (42 loc) · 1.68 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
47
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<meta charset="utf-8">
<title>Megan Moore</title>
<meta name="description" content="Megan Moore is a Montreal based photography and video artist.">
<meta property="og:title" content="megan moore" />
<meta property="og:image" content="http://www.meganmoore.ca/images/shelter/1.jpg" />
<meta property="og:url" content="http://www.meganmoore.ca" />
<meta property="og:description" content="Megan Moore is a Montreal based photography and video artist." />
<meta name="twitter:card" content="summary">
<meta name="twitter:url" content="http://www.meganmoore.ca">
<meta name="twitter:title" content="megan moore">
<meta name="twitter:description" content="Megan Moore is a Montreal based photography and video artist.">
<meta name="twitter:image" content="http://www.meganmoore.ca/images/shelter/1.jpg">
<link rel="stylesheet" href="style.css" media="screen" charset="utf-8">
<style media="screen">
#menu-contact a {
padding-bottom: 2px;
border-bottom: 2px black solid;
}
</style>
</head>
<body>
<ul id="main-menu">
<li id="menu-work"><a href="work.html">WORK</a></li>
<li id="menu-bio"><a href="bio.html">BIO</a></li>
<li id="menu-contact"><a href="contact.html">CONTACT</a></li>
</ul>
<section id="contact">
<div id="contact-info">
<p>
<span style="line-height:50px;">Megan Moore<br></span> 514-570-9931
<br>
<a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
</section>
<script src="script.js"></script>
</body>
</html>