forked from FarsetLabs/farsetlabs.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (49 loc) · 2.14 KB
/
Copy pathindex.html
File metadata and controls
53 lines (49 loc) · 2.14 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
layout: default
title: Farset Labs - Home
carousel: false
---
<h5>
<blockquote class="welcome">
Farset Labs is a place for creativity and technological tinkering. We’re open to everyone, no matter what you want to do, and we welcome people from all walks of life to use our space, come to <a href="{{site.base}}/events/">our events</a>, and get involved with the maker community in Northern Ireland.
<a href="{{site.base}}/about/">Read more about us!</a>
</blockquote>
</h5>
<section class="latest-news">
<fieldset>
<legend><h4>Latest News</h4></legend>
<ul class="block-list posts">
{% for post in site.posts limit: 10 %}
<li><a href="{{site.base}}{{ post.url }}"><span class="date">{{ post.date | date_to_string }}</span> – <span class="title">{{ post.title | truncate: 70 }}</span></a></li>
{% endfor %}
<li class="text-right"><a href="{{site.base}}/news/">More News...</a></li>
</ul>
</fieldset>
</section>
<ul class="small-block-grid-1 medium-block-grid-2 large-block-grid-2">
<li>
<fieldset class="block">
<legend><h4>Upcoming Events</h4></legend>
<iframe src="https://www.google.com/calendar/embed?showTitle=0&showNav=0&showPrint=0&showTabs=0&showCalendars=0&showTz=0&mode=AGENDA&height=200&wkst=2&bgcolor=%23FFFFFF&src=farsetlabs.org.uk_srmqnkn373auq51u00s2nijrq8%40group.calendar.google.com&color=%235F6B02&ctz=Europe%2FLondon" style=" border-width:0 " width="318" height="240" frameborder="0" scrolling="no"></iframe>
<p class="text-right"><a href="{{site.base}}/events/">More Events...</a></p>
</fieldset>
</li>
<li>
<fieldset class="block">
<legend><h4>Contact Us</h4></legend>
<dl>
<dt>Email</dt>
<dd><a href="mailto:info@farsetlabs.org.uk">info@farsetlabs.org.uk</a></dd>
<dt>Address</dt>
<dd>
<address>
Farset Labs<br>
1 Weavers Court Business Park<br />
Linfield Road<br />
Belfast BT12 5GH<br />
</address>
</dd>
</dl>
</fieldset>
</li>
</ul>