diff options
author | Indrajith K L | 2023-01-18 19:50:35 +0530 |
---|---|---|
committer | Indrajith K L | 2023-01-18 19:50:35 +0530 |
commit | 18d89a5482b32d2ee38b94fc6182cc3535ef75cf (patch) | |
tree | 63e04fbf8642a45fc8aea6bbc6d33f0e2b2b9e5d /src/timeline.njk | |
parent | e2e122a692313ef0719a03dad808235e16f07cd3 (diff) | |
download | indrajith-dev-18d89a5482b32d2ee38b94fc6182cc3535ef75cf.tar.gz indrajith-dev-18d89a5482b32d2ee38b94fc6182cc3535ef75cf.tar.bz2 indrajith-dev-18d89a5482b32d2ee38b94fc6182cc3535ef75cf.zip |
Cosmetic & Content Changes
* New Entry in Career Timeline
* Changes header Fonts
* Stylesheet changes (link font & font-family changes)
Diffstat (limited to 'src/timeline.njk')
-rw-r--r-- | src/timeline.njk | 26 |
1 files changed, 18 insertions, 8 deletions
diff --git a/src/timeline.njk b/src/timeline.njk index e1ae40c..ef70138 100644 --- a/src/timeline.njk +++ b/src/timeline.njk @@ -8,22 +8,32 @@ title: Career Timeline <li> <div> <div></div> - <p>Jan 2020 - Till Present</p> + <p>Jan 2023 - Till Present</p> </div> <div> - <h4>Systems Analyst</h4> - <h3>InApp</h3> + <h4>Senior Systems Analyst</h4> + <h5>[InApp Information Technologies]</h5> {# <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>Jan 2020 - Dec 2022</p> + </div> + <div> + <h4>Systems Analyst</h4> + <h5>[InApp Information Technologies]</h5> + </div> + </li> + <li> + <div> + <div></div> <p>Jul 2017 - Jan 2020</p> </div> <div> <h4>Senior Software Engineer</h4> - <h3>InApp</h3> + <h5>[InApp Information Technologies]</h5> <p></p> </div> </li> @@ -34,7 +44,7 @@ title: Career Timeline </div> <div> <h4>Software Engineer</h4> - <h3>InApp</h3> + <h5>[InApp Information Technologies]</h5> <p></p> </div> </li> @@ -45,7 +55,7 @@ title: Career Timeline </div> <div> <h4>Software Engineer</h4> - <h3>Naga Info Solutions</h3> + <h5>[Naga Info Solutions]</h5> <p></p> </div> </li> @@ -56,7 +66,7 @@ title: Career Timeline </div> <div> <h4>Software Engineer</h4> - <h3>SQube</h3> + <h5>[SQube]</h5> <p></p> </div> </li> @@ -67,7 +77,7 @@ title: Career Timeline </div> <div> <h4>Freelance Developer</h4> - <h3>Simple Graphics</h3> + <h5>[Simple Graphics]</h5> <p></p> </div> </li> |