From 191fb0c0aa31a5142f81ea6f7fcf253b10f0297c Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sun, 28 Aug 2022 00:41:33 +0530 Subject: * Project Restructred * Adds Tailwind * Completed Intro Page, About, Posts Listing * Changes build and development scripts --- src/about.njk | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/about.njk (limited to 'src/about.njk') diff --git a/src/about.njk b/src/about.njk new file mode 100644 index 0000000..d679c88 --- /dev/null +++ b/src/about.njk @@ -0,0 +1,19 @@ +--- +layout: base.njk +title: About +--- +

About Me

+
+
+ me +
+

+ My Name is Indrajith K L, a Web Developer currently working as a Systems Analyst with 9+ years of experience with various + frontend frameworks and libraries like Angular 2+, React, Old Skool JQuery, Require JS etc. +

+ +

+ I'm fluent in ES6, Typescript & NodeJS. I started out as a Android Developer in 2012 and then switched to Web Development and focused on + frontend technologies. +

+
\ No newline at end of file -- cgit v1.2.3