From 1d422d90f8d923ea8644a65d37de7d2948f1ddc4 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Fri, 21 Jun 2024 02:42:38 +0530 Subject: * 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 --- src/views/404.ecr | 2 ++ src/views/about.ecr | 28 ++++++++++++++++ src/views/contact.ecr | 11 +++++++ src/views/home.ecr | 2 +- src/views/layout.ecr | 21 ++++++------ src/views/timeline.ecr | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 142 insertions(+), 11 deletions(-) create mode 100644 src/views/404.ecr create mode 100644 src/views/about.ecr create mode 100644 src/views/contact.ecr create mode 100644 src/views/timeline.ecr (limited to 'src/views') diff --git a/src/views/404.ecr b/src/views/404.ecr new file mode 100644 index 0000000..4a3cb6d --- /dev/null +++ b/src/views/404.ecr @@ -0,0 +1,2 @@ +

404

+I once asked for overtime compensation. The reply was "You should earn it rather than demand it...." \ No newline at end of file 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 @@ +

About Me

+
+
+ me +
+

+ 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 + Angular 2+, + React, + AngularJS (v1.x), + JQuery, + RequireJS etc. +

+ +

+ Fluent in + ES6, + Typescript, + & NodeJS. Started out as an Android Developer in 2012, and then switched to Web Development and now focusing on frontend & other web technologies. +

+ + +
\ No newline at end of file diff --git a/src/views/contact.ecr b/src/views/contact.ecr new file mode 100644 index 0000000..abad87a --- /dev/null +++ b/src/views/contact.ecr @@ -0,0 +1,11 @@ +

Want to talk with me?

+ + +CAUTION: Please don't send me ads or spam. \ No newline at end of file diff --git a/src/views/home.ecr b/src/views/home.ecr index 5d7eb54..fb4973f 100644 --- a/src/views/home.ecr +++ b/src/views/home.ecr @@ -16,7 +16,7 @@ diff --git a/src/views/layout.ecr b/src/views/layout.ecr index f16eefc..2a537ea 100644 --- a/src/views/layout.ecr +++ b/src/views/layout.ecr @@ -3,9 +3,9 @@ - {indrajith.dev} - + <%= page_title %> | {indrajith.dev} +
@@ -15,20 +15,22 @@

(Software is Art)


-
+ +
<%= content %>
+

    @@ -38,7 +40,6 @@
-