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/cv.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/cv.njk')
-rw-r--r-- | src/cv.njk | 71 |
1 files changed, 70 insertions, 1 deletions
@@ -2,4 +2,73 @@ layout: base.njk title: CV --- -CV
\ No newline at end of file +<div class="flex flex-start justify-center items-center underline text-2xl mb-10"><h1>Curriculum Vitae</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> + </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> + <h2 class="text-gray-500 font-semibold text-xl mb-1.5">InApp</h2> + {# <p class="text-gray-500 mb-3">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque scelerisque diam non nisi semper, et elementum lorem ornare. Maecenas placerat facilisis mollis. Duis sagittis ligula in sodales vehicula.</p> #} + </div> + </li> + <li> + <div class="flex flex-start items-center pt-2"> + <div class="bg-gray-300 w-2 h-2 rounded-full -ml-1 mr-3"></div> + <p class="text-gray-500 text-sm">Jul 2017 - Jan 2020</p> + </div> + <div class="mt-0.5 ml-4 mb-6"> + <h4 class="text-gray-800 font-semibold text-xl mb-1.5">Senior Software Engineer</h4> + <h2 class="text-gray-500 font-semibold text-xl mb-1.5">InApp</h2> + <p class="text-gray-500 mb-3"></p> + </div> + </li> + <li> + <div class="flex flex-start items-center pt-2"> + <div class="bg-gray-300 w-2 h-2 rounded-full -ml-1 mr-3"></div> + <p class="text-gray-500 text-sm">Jan 2016 - Jul 2017</p> + </div> + <div class="mt-0.5 ml-4 pb-5"> + <h4 class="text-gray-800 font-semibold text-xl mb-1.5">Software Engineer</h4> + <h2 class="text-gray-500 font-semibold text-xl mb-1.5">InApp</h2> + <p class="text-gray-500 mb-3"></p> + </div> + </li> + <li> + <div class="flex flex-start items-center pt-2"> + <div class="bg-gray-300 w-2 h-2 rounded-full -ml-1 mr-3"></div> + <p class="text-gray-500 text-sm">Jun 2014 - Jan 2016</p> + </div> + <div class="mt-0.5 ml-4 pb-5"> + <h4 class="text-gray-800 font-semibold text-xl mb-1.5">Software Engineer</h4> + <h2 class="text-gray-500 font-semibold text-xl mb-1.5">Naga Info Solutions</h2> + <p class="text-gray-500 mb-3"></p> + </div> + </li> + <li> + <div class="flex flex-start items-center pt-2"> + <div class="bg-gray-300 w-2 h-2 rounded-full -ml-1 mr-3"></div> + <p class="text-gray-500 text-sm">Nov 2013 - Jun 2014</p> + </div> + <div class="mt-0.5 ml-4 pb-5"> + <h4 class="text-gray-800 font-semibold text-xl mb-1.5">Software Engineer</h4> + <h2 class="text-gray-500 font-semibold text-xl mb-1.5">SQube</h2> + <p class="text-gray-500 mb-3"></p> + </div> + </li> + <li> + <div class="flex flex-start items-center pt-2"> + <div class="bg-gray-300 w-2 h-2 rounded-full -ml-1 mr-3"></div> + <p class="text-gray-500 text-sm">Oct 2012 - Nov 2013</p> + </div> + <div class="mt-0.5 ml-4 pb-5"> + <h4 class="text-gray-800 font-semibold text-xl mb-1.5">Freelance Developer</h4> + <h2 class="text-gray-500 font-semibold text-xl mb-1.5">Simple Graphics</h2> + <p class="text-gray-500 mb-3"></p> + </div> + </li> +</ol>
\ No newline at end of file |