diff options
author | Indrajith K L | 2022-10-26 22:17:18 +0530 |
---|---|---|
committer | Indrajith K L | 2022-10-26 22:17:18 +0530 |
commit | b337536de9d14bd75e1039382a154e5b528f6110 (patch) | |
tree | c53d473133967d324b4d1e0c312857fcfd042e5a /src/cv.njk | |
parent | 2d8216789e336fd3190010d37a192f7536d27eb7 (diff) | |
download | indrajith-dev-b337536de9d14bd75e1039382a154e5b528f6110.tar.gz indrajith-dev-b337536de9d14bd75e1039382a154e5b528f6110.tar.bz2 indrajith-dev-b337536de9d14bd75e1039382a154e5b528f6110.zip |
Content Changes
* CV => Career Timeline
* CV Content Changes
* Intro Content Changes
* About Content Changes
Diffstat (limited to 'src/cv.njk')
-rw-r--r-- | src/cv.njk | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,14 +1,14 @@ --- layout: base.njk -title: CV +title: Career Timeline --- -<div class="flex flex-start justify-center items-center underline text-2xl mb-10"><h1>Curriculum Vitae</h1></div> +<div class="flex flex-start justify-center items-center underline text-2xl mb-10"><h1>Career Timeline</h1></div> <ol class="border-l border-gray-300"> <li> <div class="flex flex-start items-center pt-3"> <div class="bg-gray-300 w-2 h-2 rounded-full -ml-1 mr-3"></div> - <p class="text-gray-500 text-sm">Jan 2020 - Present</p> + <p class="text-gray-500 text-sm">Jan 2020 - Till Present</p> </div> <div class="mt-0.5 ml-4 mb-6"> <h4 class="text-gray-800 font-semibold text-xl mb-1.5">Systems Analyst</h4> |