aboutsummaryrefslogtreecommitdiff
path: root/src/views/about.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/about.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/about.ecr')
-rw-r--r--src/views/about.ecr28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/views/about.ecr b/src/views/about.ecr
new file mode 100644
index 0000000..70fc8b1
--- /dev/null
+++ b/src/views/about.ecr
@@ -0,0 +1,28 @@
+<h2>About Me</h2>
+<div class="article">
+ <div>
+ <img height="100px" src="/images/me.jpg" alt="me"/>
+ </div>
+ <p>
+ My Name is Indrajith K L, a Web Developer currently working as a Technical Architect with 9+ years of experience in various frontend frameworks and libraries like
+ <span class="highlight tags">Angular 2+</span>,
+ <span class="highlight tags">React</span>,
+ <span class="highlight tags">AngularJS (v1.x)</span>,
+ <span class="highlight tags">JQuery</span>,
+ <span class="highlight tags">RequireJS</span> etc.
+ </p>
+
+ <p >
+ Fluent in
+ <span class="highlight tags">ES6</span>,
+ <span class="highlight tags">Typescript</span>,
+ &amp; <span class="highlight tags">NodeJS</span>. Started out as an Android Developer in 2012, and then switched to Web Development and now focusing on frontend &amp; other web technologies.
+ </p>
+
+ <ul>
+ <li><a title="Twitter" target="_blank" href="https://twitter.com/indrajithKLIS" class="links">Twitter</a></li>
+ <li><a title="Github" target="_blank" href="https://github.com/cooljith91112" class="links">Github</a></li>
+ <li><a title="LinkedIn" target="_blank" href="https://www.linkedin.com/in/indrajithklis/" class="links">LinkedIn</a></li>
+ <li><a title="Ko-Fi" target="_blank" href="https://ko-fi.com/indrajith" class="links">Buy Me a Coffee</a></li>
+ </ul>
+</div> \ No newline at end of file