-
Notifications
You must be signed in to change notification settings - Fork 1
/
gethin.html
69 lines (66 loc) · 2.01 KB
/
gethin.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
63
64
65
66
67
68
69
---
layout: default
---
<!--Profile photo -->
<div>
<ul class="ppics">
<li>
<a href="sohil.html">
<img src="https://avatars1.githubusercontent.com/u/12121805?v=3&s=460" alt="Gethin Rees">
<h5> Gethin Rees </h5>
</a>
</li>
</ul>
</div>
<!--User Information and social icons -->
<div class="pwrapper">
<a class="organisation" href="fcscripters.github.io">
<p>FC Scripters</p>
</a>
<p class="location"> Edinburgh, Scotland</p>
<p class="profileinfo">
<strong> I am really excited to be learning coding with Founders and Coders. In the past I have worked with databases and Geographical Information Systems in academia and in the charity sector. In these blog posts I will describe the ups and downs of learning
software development.</strong>
</p>
<div class="social">
<ul class="social1">
<li>
<a href="https://twitter.com/jewsinbyzantium">
<img src="assets/twitter.png" alt="twitter" /> </a>
</li>
<li>
<a href="https://github.com/thegsi">
<img src="assets/github.png" alt="github" /> </a>
</li>
<li>
<a href="###">
<img src="assets/linkedin.png" alt="linkdin" />
</a>
</li>
<li>
<a href="http://www.codewars.com/users/thegsi">
<img src="assets/yelp.png" alt="codewars" />
</a>
</li>
</ul>
</div>
</div>
<!--Contains the blogs from the spefic user only. -->
<div class="bwrapper">
<div class="pwrapper">
<h2>Gethin's Blog</h2>
<ul class="post-link">
{% for post in site.categories.gethin %}
<li>
<span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span>
<h2>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }} <img class="thumbphoto" src="https://avatars1.githubusercontent.com/u/12121805?v=3&s=460" alt=" ####" /></a>
</h2>
<p>
{{post.excerpt}}
</p>
</li>
{% endfor %}
</ul>
</div>
</div>