-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (66 loc) · 2 KB
/
index.html
File metadata and controls
71 lines (66 loc) · 2 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
---
layout: default
---
<!-- This Div has Profile photos for the members -->
<div class="pwrapper">
<ul class="ppics">
<li>
<a href="gethin.html">
<img src="https://avatars1.githubusercontent.com/u/12121805?v=3&s=460" alt="Gethin Rees">
<h5> Gethin Rees </h5>
</a>
</li>
<li>
<a href="conor.html">
<img src="https://avatars0.githubusercontent.com/u/12072531?v=3&s=460" alt="Conor Campbell">
<h5> Conor Campbell</h5>
</a>
</li>
</ul>
<ul class="ppics">
<li>
<a href="tormod.html">
<img src="https://avatars3.githubusercontent.com/u/11330267?v=3&s=460" alt="Tormod Smith">
<h5> Tormod Smith </h5>
</a>
</li>
<li>
<a href="sohil.html">
<img src="https://avatars3.githubusercontent.com/u/2305591?v=3&s=460" alt="Sohil Pandya">
<h5> Sohil Pandya</h5>
</a>
</li>
</ul>
</div>
<!-- These divs are for the blog post and about us section, bwrapper adds grey background, blog adds the blog and keeps it width smaller -->
<div class="bwrapper">
<div class="blog">
<div class="about">
<h3>ABOUT</h3>
<p>The four of us are working together to become Javascript experts as a Founders and Coders team. Over sixteen weeks between September and December 2015 we shall blog about what we learn on the Founders and Coders course. Join the FC Scripters as
we learn to code!
</p>
</div>
<h3 class="blogtitle">BLOG</h3>
<ul class="post-link">
{% for post in site.posts %}
<li>
<span class="post-meta">{{post.date| date:"%b %-d, %Y" }}</span>
<h2>
<a href="{{ post.url }}">{{ post.title }}</a>
</h2>
<p>
{{ post.excerpt }}
</p>
</li>
{% endfor %}
</ul>
</div>
</div>
<!-- <div class="rss-s">
=======
<!-- RSS feed needs more work <div class="rss-s">
>>>>>>> master
<p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p>
</div>
-->