diff options
author | Indrajith K L | 2022-09-15 01:13:43 +0530 |
---|---|---|
committer | Indrajith K L | 2022-09-15 01:13:43 +0530 |
commit | 1582d03b389099cc033e71e7f16acf7d2b4220e8 (patch) | |
tree | 8d1d3bbd1b523d5e039899a76e67ec4f1ded0289 /src/about.njk | |
parent | 3405960d4b953fd9f7f61c25e0514397cf0976fd (diff) | |
download | indrajith-dev-1582d03b389099cc033e71e7f16acf7d2b4220e8.tar.gz indrajith-dev-1582d03b389099cc033e71e7f16acf7d2b4220e8.tar.bz2 indrajith-dev-1582d03b389099cc033e71e7f16acf7d2b4220e8.zip |
About Page Font Size adjustment for small devices
* Style Fixes
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 9e115df..2bc4d1e 100644 --- a/src/about.njk +++ b/src/about.njk @@ -3,17 +3,17 @@ layout: base.njk title: About --- <h2 class="text-2xl font-bold text-black p-2 text-center">About Me</h2> -<div class="mt-2 text-center text-justify"> +<div class="mt-2 text-justify"> <div class="flex justify-center items-center"> <img class="object-cover h-48 rounded-full" src="/images/me.png" alt="me"/> </div> <p class="mt-3"> 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, Old Skool JQuery, Require JS etc. + frontend frameworks and libraries like Angular 2+, React, AngularJS (v1.x), JQuery, RequireJS etc. </p> <p class="mt-2"> 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 technologies. + frontend & other web technologies. </p> </div>
\ No newline at end of file |