forked from HackSoc/hacksoc.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
84 lines (71 loc) · 4.18 KB
/
index.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
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
---
layout: wrapper
---
<iframe src="https://www.google.com/calendar/embed?title=HackSoc%20Activites&showPrint=0&showTabs=0&showCalendars=0&height=600&wkst=2&bgcolor=%23fff9f0&src=hack%40yusu.org&color=%23212121&ctz=Europe%2FLondon" style=" border-width:0 " width="900" height="600" frameborder="0" scrolling="no"></iframe>
<p id="calendar_links">
<strong>Subscribe:</strong>
<a href="http://www.google.com/calendar/feeds/hack%40yusu.org/public/basic">xml</a> ·
<a href="http://www.google.com/calendar/ical/hack%40yusu.org/public/basic.ics">ical</a> ·
<a href="https://www.google.com/calendar/[email protected]&ctz=Europe/London">html</a>
</p>
<div class="important">
<h2>Sign Up</h2>
<p>Email <a href="mailto:[email protected]">[email protected]</a> OR visit <a href="https://groups.google.com/a/yusu.org/forum/#!forum/hacksoc-list">Google Groups</a> for the mailing list.</p>
<p>Pay in person or <a href="http://www.yusu.org/activities/societies/1803">online</a>. All events are open to non-members too!</p>
</div>
<div id="posts">
<ol class="entries">
{% for post in paginator.posts %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
<span class="meta">—{{ post.date | date_to_string }}</span>
{{ post.excerpt }}
</li>
{% endfor %}
</ol>
{% if paginator.total_pages > 1 %}
<ol class="pages">
{% for page in (1..paginator.total_pages) %}
{% if page == paginator.page %}
<li class="active">{{ page }}</li>
{% elsif page == 1 %}
<li><a href="{{ '/index.html' | prepend: site.baseurl | replace: '//', '/' }}">{{ page }}</a></li>
{% else %}
<li><a href="{{ site.paginate_path | prepend: site.baseurl | replace: '//', '/' | replace: ':num', page }}">{{ page }}</a></li>
{% endif %}
{% endfor %}
</ol>
{% endif %}
</div>
<div class="infobox">
<h2>Boardgames and Cake</h2>
<p>In one of the oldest and noblest traditions of HackSoc, we descend upon a room, play many boardgames, and eat much cake. Both boardgames and cake are brought along by members, so if you do enjoy the events, please consider bringing something along time.</p>
</div>
<div class="infobox alternate">
<h2>CoffeeScript</h2>
<p>An unprecedented case of joviality and camaraderie has struck HackSoc, and we have responded with a weekly social over in the Glasshouse on Hes East. Come for lunch, a chat, and maybe a small game or two.</p>
</div>
<div class="infobox">
<h2>Game Nights</h2>
<p>It's reasonably safe to say we are a society with technology, and what's technology good for other than programming? Gaming! We'll hook up some consoles to projectors and fritter the night away.</p>
</div>
<div class="infobox alternate">
<h2>HackPub</h2>
<p>Another tradition with a long and glorious history, the humble HackPub, in which we visit one of York's many fine pubs and converse late into the night about high culture, politics, and how old jet engines work over a pint (of something nonalcoholic, if you so desire).</p>
</div>
<div class="infobox">
<h2>HackTogether</h2>
<p>A new addition to our roster, gathering in a computer lab together to work on our own projects individually or together, and order pizza. Being alone together can be a lot more fun than being alone by yourself.</p>
</div>
<div class="infobox alternate">
<h2>Movie Nights</h2>
<p>Sometimes two films complement each other so perfectly that it becomes inconcievable to watch one without also watching the other. Or sometimes two films fall naturally into a coherent theme. We gather to appreciate such pairings a few times a term.</p>
</div>
<div class="infobox">
<h2>Reading Group</h2>
<p>There are many great papers in computer science, and as it's such a young field most of them are easily accessible! Join us in reading and discussing some of these classics once every fortnight.</p>
</div>
<div class="infobox alternate">
<h2>Talks</h2>
<p>In which we sit in a room en masse and listen to someone who thinks they know what they're talking about. Usually we have industrial or academic speakers, but we occasionally have student talks too.</p>
</div>