forked from bogoli/-folio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·62 lines (54 loc) · 1.51 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: default
visible: false
---
<div class="header-bar">
<h1>gabriela scardine</h1>
<h2>software developer</h2>
</div>
<div class="col three center">
<br/>
<hr/>
<br/>
<p>Contact me:</p>
<span class="contacticon">
{% if site.owner.email %}
<a href="mailto:{{ site.owner.email }}">
<i class="fa fa-envelope-square"></i>
</a>
{% endif %}
{% if site.owner.github %}
<a href="https://github.com/{{ site.owner.github }}" target="_blank">
<i class="fa fa-github-square"></i>
</a>
{% endif %}
{% if site.owner.linkedin %}
<a href="https://www.linkedin.com/in/{{ site.owner.linkedin }}" target="_blank">
<i class="fa fa-linkedin-square"></i>
</a>
{% endif %}
{% if site.owner.tumblr %}
<a href="http://tumblr.com/{{ site.owner.tumblr }}" target="_blank">
<i class="fa fa-tumblr-square"></i>
</a>
{% endif %}
{% if site.owner.twitter %}
<a href="https://twitter.com/{{ site.owner.twitter }}" target="_blank">
<i class="fa fa-twitter-square"></i>
</a>
{% endif %}
</span>
<p class="caption">
I am best reachable by email: gabrielascardine (at) gmail (dot) com
</p>
<br/>
</div>
<!-- <ul class="post-list">
{% for post in paginator.posts %}
<li>
<p class="post-meta">{{ post.date | date: '%B %-d, %Y' }}</p>
<h2><a class="post-title" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a></h2>
<p>{{ post.description }}</p>
</li>
{% endfor %}
</ul> -->