-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (26 loc) · 1.88 KB
/
Copy pathindex.html
File metadata and controls
30 lines (26 loc) · 1.88 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
---
lead: "ScotLUG meets every last Thursday of the month at the [Electron Club](http://www.electronclub.org/doku.php?id=welcome#where_to_find_us). Meetings are open to anyone and free to attend: there is no need to register, just turn up!"
title: Meetings
---
<p>People gather and meet in the Electron Club (<abbr title="Centre for Contemporary Arts">CCA</abbr>, <a href="https://www.openstreetmap.org/way/60085920">350 Sauchiehall Street, Glasgow, G2 3JD<sup class="octicon octicon-location"></sup></a>) at around 19:00, and talks start at 19:15. The Electron Club is on the first floor of the CCA. We generally migrate to Henglers Circus on Sauchiehall Street after the meeting.</p>
{% include map.html %}
{% for meeting in site.categories.meetings limit:100 %}
<article>
<h2 class="page-header"><a href="{{ meeting.url }}">{{ meeting.title }}</a> <small><time datetime="{{ meeting.date | date_to_xmlschema }}">{{ meeting.date | date_to_long_string }}</time></small></h2>
{{ meeting.excerpt }}
</article>
{% endfor %}
<article>
<h2 class="page-header"><a href="http://www.scotlug.org.uk/wiki/Meetings" data-no-turbolink>Previous Years</a></h2>
<ul class="list-inline" data-no-turbolink>
<li><a href="http://www.scotlug.org.uk/wiki/2013_Meetings">2013</a></li>
<li><a href="http://www.scotlug.org.uk/wiki/2012_Meetings">2012</a></li>
<li><a href="http://www.scotlug.org.uk/wiki/2011_Meetings">2011</a></li>
<li><a href="http://www.scotlug.org.uk/wiki/2010_Meetings">2010</a></li>
<li><a href="http://www.scotlug.org.uk/wiki/2009_Meetings">2009</a></li>
<li><a href="http://www.scotlug.org.uk/wiki/2008_Meetings">2008</a></li>
<li><a href="http://www.scotlug.org.uk/wiki/2007_Meetings">2007</a></li>
<li><a href="http://www.scotlug.org.uk/wiki/2006_Meetings">2006</a></li>
<li><a href="http://www.scotlug.org.uk/wiki/Pre_2006_Meetings">older</a></li>
</ul>
</article>