-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (33 loc) · 1.65 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
---
title: 'Home'
layout: default
---
<div class="home">
<p>Waterloo is boring. Very boring. We get it. It’s not Toronto or the Valley, but that doesn’t mean you can’t have a good time here. If you’re like us, you’re probably in the city anywhere from 4 to 8 months every year for at least 5 years. So let’s make the best of that time, shall we? </p>
<p>We’ve spoken to many people and there’s just too many that have never gotten off campus, or been to Kitchener. This guide is meant to help you and your friends find awesome events in the city and fill up on amazing grub, and is meant as a gateway to some of the lesser known places in the city.</p>
<p>Let’s make Waterloo great again, together.</p>
<div class="hero-container">
{% for my_page in site.pages %}
{% if my_page.slug and my_page.title != "About" %}
<a class="page" href="{{ my_page.url | prepend: site.baseurl }}" id="{{ my_page.slug }}">
<p class="post-link">{{ my_page.title }}</p>
</a>
{% endif %}
{% endfor %}
</div>
<!-- Hide posts for now
<h1 class="page-heading">Posts</h1>
<ul class="post-list">
{% for post in site.posts %}
<li>
{{ post.date | date: "%b %-d, %Y" }}
<h2>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
</h2>
</li>
{% endfor %}
</ul>
-->
<p class="rss-subscribe">subscribe <a href="{{ " feed.xml"="" |="" prepend:="" site.baseurl="" }}"="">via RSS</a></p>
<h1 class="page-heading">Contribute</h1><p class="page-heading">Please take a look at the <a href="about/">about</a> page.</p>
</div>