-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.html
More file actions
66 lines (55 loc) · 1.73 KB
/
Copy pathcontact.html
File metadata and controls
66 lines (55 loc) · 1.73 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html>
<head>
<!-- Metadata -->
<meta charset="utf-8">
<!-- Title -->
<title>Michigan Lemma</title>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Droid+Sans|Droid+Sans+Mono|Droid+Serif" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700" rel="stylesheet">
<!-- Site Styles -->
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="stylesheet" href="pygments.css" type="text/css">
</head>
<body>
<!-- CONTENT ------------------------------------------------------------------>
<!-- HEADER -->
<div id="header-box">
<div id="header">
<a id="header-name" href="index.html">
<img src="images/logo.png" style="height: 36px; vertical-align:middle">
</a><ul id="header-nav">
<li><a href="index.html">Home</a></li>
<!--<li><a href="about.html">About</a></li>-->
<li><a href="registration.html">Registration</a></li>
<li><a href="details.html">Contest Details</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
</div>
<div id="page">
<!-- CONTENT -->
<div id="content">
<!-- Details -------------------------------------------------------- -->
<h1 style="margin-bottom:40px;">Contact Us</h1>
<p>
Please email us at <a href="mailto:michigan-lemma@umich.edu">michigan-lemma@umich.edu</a> with any questions or concerns.
</p>
<p>
All physical mail should be directed to:
<address>
Michigan Lemma<br>
2074 East Hall<br>
530 Church Street<br>
Ann Arbor, MI 48109
</address>
</p>
</div>
<!-- Page Footer -->
<div id="page-footer">
</div>
</div>
</body>
</html>