diff options
author | indrajith | 2022-10-01 14:07:36 +0000 |
---|---|---|
committer | indrajith | 2022-10-01 14:07:36 +0000 |
commit | 9665f6dcf69b2c4ad15503db638bb2b82e78893a (patch) | |
tree | b8e926cc11720710d62ddc0d2ff2e0a8860171ee /src/about.njk | |
parent | 98e0a1608cee0ae07da475aee3436846b2b109d9 (diff) | |
parent | bb50c7e11835154576c6f7a2a40cf2aaee6f4c60 (diff) | |
download | indrajith-dev-9665f6dcf69b2c4ad15503db638bb2b82e78893a.tar.gz indrajith-dev-9665f6dcf69b2c4ad15503db638bb2b82e78893a.tar.bz2 indrajith-dev-9665f6dcf69b2c4ad15503db638bb2b82e78893a.zip |
Merge pull request 'Theming & Page Changes' (#1) from feature/theming into master
Reviewed-on: https://git.indrajith.dev/indrajith/indrajith.dev/pulls/1
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 90d8da2..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-black 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"> + <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"> + <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> |