diff options
author | Indrajith K L | 2022-09-16 13:53:34 +0530 |
---|---|---|
committer | Indrajith K L | 2022-09-16 13:53:34 +0530 |
commit | ecd5beabd6e04862d8398f62fc743f1e81ff9c63 (patch) | |
tree | 46baa4b6d0e6816f3fe0361fd0596ade1a1e81df /src/about.njk | |
parent | 4b6189cbab1d0f2d199fb5e70a8a44af19f92bc6 (diff) | |
download | indrajith-dev-ecd5beabd6e04862d8398f62fc743f1e81ff9c63.tar.gz indrajith-dev-ecd5beabd6e04862d8398f62fc743f1e81ff9c63.tar.bz2 indrajith-dev-ecd5beabd6e04862d8398f62fc743f1e81ff9c63.zip |
Profile Picture Updated
Diffstat (limited to 'src/about.njk')
-rw-r--r-- | src/about.njk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/about.njk b/src/about.njk index 2bc4d1e..90d8da2 100644 --- a/src/about.njk +++ b/src/about.njk @@ -5,7 +5,7 @@ title: About <h2 class="text-2xl font-bold text-black 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.png" alt="me"/> + <img class="object-cover h-48 rounded-full" src="/images/me.jpg" 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 |