diff options
author | Indrajith K L | 2022-10-01 19:31:46 +0530 |
---|---|---|
committer | Indrajith K L | 2022-10-01 19:31:46 +0530 |
commit | 62ed7b262455d2535085903ef5bfd62b699dd89c (patch) | |
tree | ccc265758ec4411f4ab9d2ab69e73cb0044683d0 /src/about.njk | |
parent | aaa2da4e22be420891a00bb1b33bdfc431db80bd (diff) | |
download | indrajith-dev-62ed7b262455d2535085903ef5bfd62b699dd89c.tar.gz indrajith-dev-62ed7b262455d2535085903ef5bfd62b699dd89c.tar.bz2 indrajith-dev-62ed7b262455d2535085903ef5bfd62b699dd89c.zip |
Theming & CV Changes
* Adds New Color themes based on happyhues
* Adds CV - In-Progress
Diffstat (limited to 'src/about.njk')
-rw-r--r-- | src/about.njk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/about.njk b/src/about.njk index 39fa995..7da7c2f 100644 --- a/src/about.njk +++ b/src/about.njk @@ -2,17 +2,17 @@ layout: base.njk title: About --- -<h2 class="text-2xl font-bold text-darkish-300 p-2 text-center">About Me</h2> +<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"/> </div> - <p class="mt-3 text-darkish-300"> + <p class="mt-3 text-main-dark-brown"> My Name is Indrajith K L, a Web Developer currently working as a Systems Analyst with 9+ years of experience with various frontend frameworks and libraries like Angular 2+, React, AngularJS (v1.x), JQuery, RequireJS etc. </p> - <p class="mt-2 text-darkish-300"> + <p class="mt-2 text-main-dark-brown"> I'm fluent in ES6, Typescript & NodeJS. I started out as a Android Developer in 2012 and then switched to Web Development and focused on frontend & other web technologies. </p> |