aboutsummaryrefslogtreecommitdiff
path: root/src/about.njk
diff options
context:
space:
mode:
Diffstat (limited to 'src/about.njk')
-rw-r--r--src/about.njk19
1 files changed, 13 insertions, 6 deletions
diff --git a/src/about.njk b/src/about.njk
index bab19e5..5b0195f 100644
--- a/src/about.njk
+++ b/src/about.njk
@@ -2,16 +2,23 @@
layout: base.njk
title: About
---
-<h2 class="text-2xl font-bold text-main-dark-brown-2 p-2 text-center">About Me</h2>
-<div class="mt-2 text-justify">
- <div class="flex justify-center items-center">
- <img class="object-cover h-48 rounded-full" src="/images/me.jpg" alt="me"/>
+<h2>About Me</h2>
+<div>
+ <div>
+ <img height="100px" src="/images/me.jpg" alt="me"/>
</div>
- <p class="mt-3 text-main-dark-brown">
+ <p >
My Name is Indrajith K L, a Web Developer currently working as a Systems Analyst with 9+ years of experience in various frontend frameworks and libraries like Angular 2+, React, AngularJS (v1.x), JQuery, RequireJS etc.
</p>
- <p class="mt-2 text-main-dark-brown">
+ <p >
Fluent in ES6, Typescript, &amp; NodeJS. Started out as an Android Developer in 2012, and then switched to Web Development and now focusing on frontend &amp; other web technologies.
</p>
+
+ <ul>
+ <li><a title="Twitter" target="_blank" href="https://twitter.com/indrajithKLIS" class="links">Twitter</a></li>
+ <li><a title="Github" target="_blank" href="https://github.com/cooljith91112" class="links">Github</a></li>
+ <li><a title="LinkedIn" target="_blank" href="https://www.linkedin.com/in/indrajithklis/" class="links">LinkedIn</a></li>
+ <li><a title="Ko-Fi" target="_blank" href="https://ko-fi.com/indrajith" class="links">Buy Me a Coffee</a></li>
+ </ul>
</div> \ No newline at end of file