-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (33 loc) · 1.18 KB
/
index.html
File metadata and controls
38 lines (33 loc) · 1.18 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
---
layout: default
---
<div class="mobile">
<center>
<ul class="top-bar-section">
<li><h1><a href="" class='float'>Siyan <strong>Beverly</strong></a></h1></li>
<br><br><br><br>
<li><a href="/aboutme.html" class='float' id='aboutme'>About Me</a></li>
</ul><br><br><br><br>
<li><a href="https://github.com/sbeverly"><img class='icon float' src="/img/github.png"></a></li>
<li><a href="http://lnkd.in/purq4h"><img class='icon float' src="/img/linkedin.png"></a></li>
<li><a href="https://twitter.com/sxanatos"><img class='icon float' src="/img/twitter.png"></a></li>
</center>
</div>
<section id="blog" class="row">
<div class="medium-9 medium-centered columns">
<ul id="posts" style="list-style-type: none;">
{% for post in site.posts %}
<br>
<li class="float post-snippet">
<a href="{{ post.url }}">
<span class="post-title small-8 columns"> {{ post.title }} </span>
<span style="float:right;">{{ post.date | date_to_string}}</span><br>
<div id="post-excerpt" style="float:left;">{{ post.excerpt }}</div>
</a>
</li>
<br>
<hr>
{% endfor %}
</ul>
</div>
</section>