diff options
author | Indrajith K L | 2022-11-20 04:59:39 +0530 |
---|---|---|
committer | Indrajith K L | 2022-11-20 04:59:39 +0530 |
commit | ff11d9e237e51a5eb40690e44f690108ac7175b7 (patch) | |
tree | a6db124e19c9f3ae5dfffe3bc1e8d4028e8225ce /src/about.njk | |
parent | 143915cc03764082fd97d484fd3c0f3b7c018c89 (diff) | |
download | indrajith-dev-feature/remove-tailwind.tar.gz indrajith-dev-feature/remove-tailwind.tar.bz2 indrajith-dev-feature/remove-tailwind.zip |
Website Updatefeature/remove-tailwind
* Full Rewrite
* Removed Tailwind CSS
* Stripdowned to barebone css
Diffstat (limited to 'src/about.njk')
-rw-r--r-- | src/about.njk | 19 |
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, & NodeJS. Started out as an Android Developer in 2012, and then switched to Web Development and now focusing on frontend & 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 |