diff options
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 |