-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.htm
78 lines (66 loc) · 3.25 KB
/
contact.htm
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
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE HTML>
<!--
Twenty by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Contact Us!</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/jquery.scrolly.min.js"></script>
<script src="js/jquery.scrollgress.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-wide.css" />
<link rel="stylesheet" href="css/style-noscript.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="css/ie/v9.css" /><![endif]-->
</head>
<body class="contact">
<!-- Header -->
<header id="header" class="skel-layers-fixed">
<nav id="nav">
<ul>
<li><a href="index.html">Welcome</a></li>
<li><a href="blog.htm">Blog</a></li>
<li><a href="index.html#main" class="scrolly">About</a></li>
<li><a href="index.html#people" class="scrolly">People</a></li>
<li><a href="index.html#schedule" class="scrolly">Schedule</a></li>
<li><a href="index.html#sponsors" class="scrolly">Sponsors</a></li>
<li class="current"><a href="contact.htm">Contact</a></li>
<li><a href="https://docs.google.com/forms/d/1fUsfXvWLetOjlSPDO--tPgp7B_7nYCMCvSPAodkthZQ/viewform" class="button special">Registration</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<article id="main">
<header class="special container">
<span class="icon fa-envelope"></span>
<h2>Get In Touch</h2>
<p>Questions? Comments? Just want to chat about data? Send us a message: astrohackweek2015 [at] gmail.com</p>
</header>
<!-- One -->
</article>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://twitter.com/AstroHackWeek" class="icon circle fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://github.com/AstroHackWeek" class="icon circle fa-github"><span class="label">Github</span></a></li>
</ul>
<ul class="copyright">
<li>© Daniela Huppenkothen</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
</body>
</html>