aboutsummaryrefslogtreecommitdiffstats
path: root/src/about.njk
blob: ee867fd5c256ae359de36b996b38ba7c3a2944b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
layout: page
title: About Me
---

<h2>{{ metadata.author.name }}</h2>
<img alt="A Photo of me" src="{{ metadata.author.image}}" class="side">
<p>I am an analytical and passionate second year CHRIST University student pursuing B. Tech in Computer Engineering in Bengaluru. I am eager to further my knowledge, develop my skills and gain experience to convert my interest in computers into a fulfilling career.
<p>Contact Details
<ul>
<li><a href="mailto:{{ metadata.author.email }}">Email</a>
<li><a href="{{ metadata.author.github}}">Github</a>
<li><a href="{{ metadata.author.linkedin}}">LinkedIn</a>
</ol>