-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathblog.htm
More file actions
125 lines (104 loc) · 4.8 KB
/
blog.htm
File metadata and controls
125 lines (104 loc) · 4.8 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!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>The Astro Hack Week 2015 Blog</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="right-sidebar">
<!-- Header -->
<header id="header" class="skel-layers-fixed">
<nav id="nav">
<ul>
<li><a href="index.html">Welcome</a></li>
<li class="current"><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><a href="contact.htm">Contact</a></li>
<li><a href="#" class="button special">Registration</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<article id="main">
<header class="special container">
<span class="icon fa-bullhorn"></span>
<h2>The <strong>Astro Hack Week 2015</strong> Blog</h2>
<p>Welcome to the blog of the Astro Hack Week 2015, which will take place September 28 - October 02 in New York City.
Check back periodically for new information and updates, as well as highlights during the meeting and blog posts with
results afterwards.</p>
<section class="wrapper container special">
<img src="images/hackweek_panorama.jpg" width="100%" alt="" />
<header>
</header>
</section>
</header>
<!-- One -->
<section class="wrapper style4 container">
<div class="row 150%">
<div class="8u 12u(narrower)">
<!-- Content -->
<div class="content">
<section>
<header>
<h3>Nothing to report yet.</h3>
</header>
</section>
</div>
</div>
<div class="4u 12u(narrower)">
<!-- Sidebar -->
<div class="sidebar">
<section>
<header>
<h3>Sidebar!</h3>
</header>
<p>Space for some information!</p>
<footer>
<ul class="buttons">
<li><a href="index.html#main" class="button small">Learn More</a></li>
</ul>
</footer>
</section>
</div>
</div>
</div>
</section>
<!-- Two -->
</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>