-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·62 lines (57 loc) · 1.9 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
55
56
57
58
59
60
61
62
---
layout: layout
---
<div class='masthead-wrapper'>
<div class='masthead'>
<a href="http://www.redcross.org.au" class='logo' title="Visit the Australian Red Cross homepage" ><img src="img/redcross_logo.png" width='200' ></a>
<h1><span>Resilience</span><br>Working together to build a more resilient Australia</h1>
<p class="issue">Issue: June 2013</p>
<a href="#" class="btn" id="contents-btn">View Contents</a>
<div class='cf'></div>
</div>
<div class='contents'>
<ul id='contents-list'>
{% for post in site.posts %}
<li><a href='{{ post.url | remove_first:'/'}}'>{{ post.title }}</a></li>
{% endfor %}
</ul>
</div>
</div>
<div id='articles'>
{% for post in site.posts %}
<a class='article fb' href='{{ post.url | remove_first:'/'}}'>
{% if post.image %}
<span class='thumbnail'>
<img src='assets/content/{{ post.image }}'>
</span>
{% endif %}
<span class='intro'>
<h2>{{ post.title }}</h2>
<p>{{ post.intro }}</p>
</span>
</a>
{% endfor %}
<!-- <a href="assets/extras" class='fb article vert'>
<img src='assets/content/vert_full2.jpg' width='320' height='305' alt='Red Cross Calling'>
</a>
-->
</div>
<div class='footer'>
<div class='wrap cf'>
<div class="btn-group cf">
</div>
<div class="comments">
<p><b>Let us know what you think</b><br>
We welcome your comments and suggestions. Contact the editorial team at <a href="mailto:[email protected]">[email protected]</a></p>
</div>
<div class="editor">
<p><b>Editor:</b> Anita Pahor</br>
</div>
<div class="image">
<p><b>Cover Image</b><br>Australian Red Cross</p>
</div>
<div class="f-logo">
<a href='http://www.redcross.org.au'><img src='img/redcross_logo.png' alt='Australian Red Cross'></a>
</div>
</div>
</div>