-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
17 lines (16 loc) · 717 Bytes
/
index.html
File metadata and controls
17 lines (16 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
layout: home
---
<section id="about">
<div class="container">
<div class="avatar">
<img class="img-circle" src="{{ site.baseurl }}static/img/{{ site.avatar }}" alt="Responsive image" height="190px">
</div>
<h3>I'm <strong>{{ site.author }}</strong>, a web developer.</h3>
<h3>I love all things computer science.</h3>
<h3>Have a look at some of my working <a href="/projects.html"> projects</a>.</h3>
<h3>For more check out my academic & professional <a href="/resume.html">Resume</a>.</h3>
<h3>Contact me at <a href="http://twitter.com/{{ site.twitter }}">@{{ site.twitter }}</a> or by <a href="mailto:{{ site.email }}">email</a>.</h3>
{% include social.html %}
</div>
</section>