diff options
author | Indrajith K L | 2022-08-28 00:41:33 +0530 |
---|---|---|
committer | Indrajith K L | 2022-08-28 00:41:33 +0530 |
commit | 191fb0c0aa31a5142f81ea6f7fcf253b10f0297c (patch) | |
tree | 019ad6000e0be1e01779a962b42ce437e84aaed9 /src/about.njk | |
parent | 7524f9aa94368d28250813a4e3bad965d178aa7c (diff) | |
download | indrajith-dev-191fb0c0aa31a5142f81ea6f7fcf253b10f0297c.tar.gz indrajith-dev-191fb0c0aa31a5142f81ea6f7fcf253b10f0297c.tar.bz2 indrajith-dev-191fb0c0aa31a5142f81ea6f7fcf253b10f0297c.zip |
* Project Restructred
* Adds Tailwind
* Completed Intro Page, About, Posts Listing
* Changes build and development scripts
Diffstat (limited to 'src/about.njk')
-rw-r--r-- | src/about.njk | 19 |
1 files changed, 19 insertions, 0 deletions
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 +--- +<h2 class="text-2xl font-bold text-black p-2 text-center">About Me</h2> +<div class="mt-2 text-center"> + <div class="flex justify-center items-center"> + <img class="object-cover h-48 rounded-full" src="/images/me.png" alt="me"/> + </div> + <p class="mt-3"> + 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. + </p> + + <p class="mt-2"> + 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. + </p> +</div>
\ No newline at end of file |