aboutsummaryrefslogtreecommitdiff
path: root/src/views/timeline.ecr
diff options
context:
space:
mode:
authorIndrajith K L2024-06-21 02:42:38 +0530
committerIndrajith K L2024-06-21 02:42:38 +0530
commit1d422d90f8d923ea8644a65d37de7d2948f1ddc4 (patch)
tree940f9d9c97753510245b062352300a6df35b4917 /src/views/timeline.ecr
parentbb6528e4cf66a2eb6e8306d73c9a608d036ae001 (diff)
downloadindrajith-dev-crystal-1d422d90f8d923ea8644a65d37de7d2948f1ddc4.tar.gz
indrajith-dev-crystal-1d422d90f8d923ea8644a65d37de7d2948f1ddc4.tar.bz2
indrajith-dev-crystal-1d422d90f8d923ea8644a65d37de7d2948f1ddc4.zip
* Removes HTMX - Will be covering in the future
* Adds 404, about, contact, timeline * Updates layout - removes HTMX, cleanup macros * Update template renderer macro to accept page title
Diffstat (limited to 'src/views/timeline.ecr')
-rw-r--r--src/views/timeline.ecr89
1 files changed, 89 insertions, 0 deletions
diff --git a/src/views/timeline.ecr b/src/views/timeline.ecr
new file mode 100644
index 0000000..62ef123
--- /dev/null
+++ b/src/views/timeline.ecr
@@ -0,0 +1,89 @@
+<div><h1>Career Timeline</h1></div>
+
+<ol>
+ <li>
+ <div>
+ <div></div>
+ <p>March 2023 - Present</p>
+ </div>
+ <div>
+ <h4>Technical Architect</h4>
+ <h5>[InApp Information Technologies]</h5>
+ </div>
+ </li>
+ <li>
+ <div>
+ <div></div>
+ <p>Jan 2023 - Feb 2023</p>
+ </div>
+ <div>
+ <h4>Senior Systems Analyst</h4>
+ <h5>[InApp Information Technologies]</h5>
+ </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>
+ <h5>[InApp Information Technologies]</h5>
+ <p></p>
+ </div>
+ </li>
+ <li>
+ <div>
+ <div></div>
+ <p>Jan 2016 - Jul 2017</p>
+ </div>
+ <div>
+ <h4>Software Engineer</h4>
+ <h5>[InApp Information Technologies]</h5>
+ <p></p>
+ </div>
+ </li>
+ <li>
+ <div>
+ <div></div>
+ <p>Jun 2014 - Jan 2016</p>
+ </div>
+ <div>
+ <h4>Software Engineer</h4>
+ <h5>[Naga Info Solutions]</h5>
+ <p></p>
+ </div>
+ </li>
+ <li>
+ <div>
+ <div></div>
+ <p>Nov 2013 - Jun 2014</p>
+ </div>
+ <div>
+ <h4>Software Engineer</h4>
+ <h5>[SQube]</h5>
+ <p></p>
+ </div>
+ </li>
+ <li>
+ <div>
+ <div></div>
+ <p>Oct 2012 - Nov 2013</p>
+ </div>
+ <div>
+ <h4>Freelance Developer</h4>
+ <h5>[Simple Graphics]</h5>
+ <p></p>
+ </div>
+ </li>
+</ol> \ No newline at end of file