-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (46 loc) · 1.67 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
---
layout: default
title: Radiodan
type: home
---
<div class="one-half column">
<h2>About Radiodan</h2>
{% capture about %}{% include about-project.md %}{% endcapture %}
{{ about | markdownify }}
<h2>Want to build your own radio?</h2>
Start <a href="https://radio-docs.netlify.com/">here</a> for all relevant links.
<br />
You can get in touch with us <a
href="mailto:[email protected]?subject=Instructions">via
email</a> or <a href="https://twitter.com/teamradiodan">on twitter</a>.
<h2>Send us your radio ideas</h2>
We're collecting your radio ideas on our <a href="https://www.flickr.com/groups/2386878@N23">Flickr pool</a>. If you've picked up one of our Radiodan postcards and drawn your own radio then you can share it with us, if you like -
<ol class="items">
<li>Take a photo of your postcard</li>
<li>
Either:
<ul class="items">
<li>
<a href="https://www.flickr.com/groups/2386878@N23">add to our Flickr group or</a>
</li>
<li>
<a href="http://twitter.com/teamradiodan">tweet us your picture or</a>
</li>
<li>
<a href="mailto:[email protected]">email us</a>
</li>
</ul>
</li>
</ol>
<p>We'll use your photo in accordance with the <a href="http://www.bbc.co.uk/terms/personal.shtml#5">BBC's terms</a>.</p>
</div>
<div class="one-half column">
<img class="u-max-full-width" src="/assets/mb-1-homepage.jpg" />
<a name="blog"></a>
<h2>Blog Posts</h2>
<ul class="posts">
{% for post in site.posts %}
<li><span>{{ post.date | date_to_string }}</span> » <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
</div>