summaryrefslogtreecommitdiffstats
path: root/src/about.njk
diff options
context:
space:
mode:
Diffstat (limited to 'src/about.njk')
-rw-r--r--src/about.njk14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/about.njk b/src/about.njk
new file mode 100644
index 0000000..ee867fd
--- /dev/null
+++ b/src/about.njk
@@ -0,0 +1,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>