From f7275309ad3ec062ebed915a097766daf126813b Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Fri, 21 Jun 2024 00:43:41 +0530 Subject: Basic Home Page Implementation * Moves assets from old website * Basic layout based on old website * Move home page from old website --- src/views/home.ecr | 23 +++++++++++++++++++++++ src/views/layout.ecr | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 76 insertions(+) create mode 100644 src/views/home.ecr create mode 100644 src/views/layout.ecr (limited to 'src/views') diff --git a/src/views/home.ecr b/src/views/home.ecr new file mode 100644 index 0000000..5d7eb54 --- /dev/null +++ b/src/views/home.ecr @@ -0,0 +1,23 @@ +
+
+

+ "Hello Friend!! My name is Indrajith K L." I'm a web developer, hobbyist game developer from India, working as a front-end developer. + This site is where I write about my fun side projects, R&D's, random thoughts, game development etc. Since you are here why don't you read some posts. +

+
+
+ +
+
+

Books I'm reading now

+
+
+

Recent Posts

+ +
+ + diff --git a/src/views/layout.ecr b/src/views/layout.ecr new file mode 100644 index 0000000..f16eefc --- /dev/null +++ b/src/views/layout.ecr @@ -0,0 +1,53 @@ + + + + + + {indrajith.dev} + + + + +
+
+ +
+

(Software is Art)

+ +
+
+
+ <%= content %> +
+ + + + + -- cgit v1.2.3