diff options
author | Indrajith K L | 2022-11-20 04:59:39 +0530 |
---|---|---|
committer | Indrajith K L | 2022-11-20 04:59:39 +0530 |
commit | ff11d9e237e51a5eb40690e44f690108ac7175b7 (patch) | |
tree | a6db124e19c9f3ae5dfffe3bc1e8d4028e8225ce /src/timeline.njk | |
parent | 143915cc03764082fd97d484fd3c0f3b7c018c89 (diff) | |
download | indrajith-dev-ff11d9e237e51a5eb40690e44f690108ac7175b7.tar.gz indrajith-dev-ff11d9e237e51a5eb40690e44f690108ac7175b7.tar.bz2 indrajith-dev-ff11d9e237e51a5eb40690e44f690108ac7175b7.zip |
Website Updatefeature/remove-tailwind
* Full Rewrite
* Removed Tailwind CSS
* Stripdowned to barebone css
Diffstat (limited to 'src/timeline.njk')
-rw-r--r-- | src/timeline.njk | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/src/timeline.njk b/src/timeline.njk new file mode 100644 index 0000000..e1ae40c --- /dev/null +++ b/src/timeline.njk @@ -0,0 +1,74 @@ +--- +layout: base.njk +title: Career Timeline +--- +<div><h1>Career Timeline</h1></div> + +<ol> + <li> + <div> + <div></div> + <p>Jan 2020 - Till Present</p> + </div> + <div> + <h4>Systems Analyst</h4> + <h3>InApp</h3> + {# <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> + <div></div> + <p>Jul 2017 - Jan 2020</p> + </div> + <div> + <h4>Senior Software Engineer</h4> + <h3>InApp</h3> + <p></p> + </div> + </li> + <li> + <div> + <div></div> + <p>Jan 2016 - Jul 2017</p> + </div> + <div> + <h4>Software Engineer</h4> + <h3>InApp</h3> + <p></p> + </div> + </li> + <li> + <div> + <div></div> + <p>Jun 2014 - Jan 2016</p> + </div> + <div> + <h4>Software Engineer</h4> + <h3>Naga Info Solutions</h3> + <p></p> + </div> + </li> + <li> + <div> + <div></div> + <p>Nov 2013 - Jun 2014</p> + </div> + <div> + <h4>Software Engineer</h4> + <h3>SQube</h3> + <p></p> + </div> + </li> + <li> + <div> + <div></div> + <p>Oct 2012 - Nov 2013</p> + </div> + <div> + <h4>Freelance Developer</h4> + <h3>Simple Graphics</h3> + <p></p> + </div> + </li> +</ol>
\ No newline at end of file |