-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (23 loc) · 1.19 KB
/
index.html
File metadata and controls
29 lines (23 loc) · 1.19 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
---
layout: default
title: Glasgow SpaceApps
---
<div id="home">
<div class="content">
<div class="text">
<h2>This Website Is Under Construction</h2>
</div>
<div class="counter">
<h3>Time Remaining Before Space Apps Launch:</h3>
<div id="countdown"></div>
</div>
<a class="twitter-timeline" href="https://twitter.com/spaceappsgla" data-chrome="nofooter transparent" data-widget-id="437636568392540160">Twitter Feed</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
<h1>News</h1>
<ul class="posts">
{% for post in site.posts %}
<li><span>{{ post.date | date_to_string }}</span> » <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
</div>