-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
39 lines (31 loc) · 1.38 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
---
layout: default
title: UW Amateur Radio Club
---
<div id="home">
<div class="twitter">
<a class="twitter-timeline" data-dnt="true" href="{{ site.twitter_path }}" data-widget-id="{{ site.twitter_id }}" height="750px">Tweets by @VE3UOW</a>
</div>
<p>Welcome to the homepage of the University of Waterloo
Amateur Radio Club (VE3UOW)!</p>
<h2>About the Club</h2>
<p>You can find us on 446.100MHz with a CTCSS tone of 131.8Hz.<br>If you're on campus and
a licensed amateur radio operator, give us a call.</p>
<p><a href="{{ site.url }}/about/">Learn more</a> about the club.</p>
<h2>Joining the Club</h2>
<p>If you are interested in joining the club,
please <a href="{{ site.url }}/contact/">contact us</a>.</p>
<p>The club is open to all students of the
<a href="https://uwaterloo.ca">University of Waterloo</a>.
An Amateur Radio License is not required.</p>
<h1>Posts</h1>
<ul class="posts">
{% for post in site.posts %}
<li><span>{{ post.date | date_to_string }}</span>
»
<a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>
<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>