-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcode.html
35 lines (29 loc) · 819 Bytes
/
code.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
---
layout: page
title: My Code.
heading: Code
subheading: "Code projects that I have been involved in."
---
<div>
<h1>Code</h1>
<p>
</p>
<div>
<i class="fa fa-github fa-2x" style="vertical-align:middle" aria-hidden="true"></i> <a href="https://github.com/RobFirth">RobFirth</a>
</div>
<hr>
<div>
<i class="fa fa-github-square fa-2x" style="vertical-align:middle" aria-hidden="true"></i> <a href="https://github.com/UoS-SNe">UoS-SNe</a>
</div>
<div class="row">
{% assign languages = site.skills | where: "categories", "language" %}
{% assign loop_arr = site.skills | sort: "index" %}
{% for skill in loop_arr %}
<div class="row">
<center>
<img src="{{ skill.logo }}" height="120" title="" /></a>
</center>
</div>
{% endfor %}
</div>
</div>