-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (26 loc) · 964 Bytes
/
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
---
layout: default
---
<div class="home">
<h1 class="page-title">About me</h1>
<article class="post-content">
<div class="main-side">
<img class="circular-image" src="{{ site.profile.avatar }}" alt="Profile Picture"/>
</div>
<div class="main-content">
<p>
I'm a software engineer from Sao Paulo, the <em>Land of Drizzle</em>,
working and living in Toronto, the <em>Centre of the Universe</em>.
</p>
<p>
<h4>About this site</h4>
This website is built on <a href="http://jekyllrb.com/" target="_blank" rel="noopener">Jekyll</a>
and hosted on <a href="https://pages.github.com/" target="_blank" rel="noopener">GitHub Pages</a>.
<br/>
{% assign github = site.data.social-profiles | where:"name","GitHub" %}
Fork it on <a href="{{ site.github.repository_url }}">GitHub</a>.
</p>
</div>
<!-- {% include main-footer.html %} -->
</article>
</div>