-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
19 lines (18 loc) · 926 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
layout: home
---
<section id="about">
<div class="container">
<div class="avatar">
<img style="width:30%" src="{{ site.baseurl }}static/img/{{ site.avatar }}" alt="Responsive image">
</div>
<h3>I'm <strong>{{ site.author }}</strong>, a Software Engineer, Traveller, Photographer.</h3>
<h3>I love maths,computer science, programming and solving problems</h3>
<h3>I'm a continuous learner,love to explore newer technologies.</h3>
<h3>Have a look at some of my working <a href="{{ site.baseurl }}/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>-->
<h3>Contact me by <a href="mailto:{{ site.email }}">email</a>.</h3>
{% include social.html %}
</div>
</section>