blob: bab19e59e970736024eba3971d806933d9211a62 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
---
layout: base.njk
title: About
---
<h2 class="text-2xl font-bold text-main-dark-brown-2 p-2 text-center">About Me</h2>
<div class="mt-2 text-justify">
<div class="flex justify-center items-center">
<img class="object-cover h-48 rounded-full" src="/images/me.jpg" alt="me"/>
</div>
<p class="mt-3 text-main-dark-brown">
My Name is Indrajith K L, a Web Developer currently working as a Systems Analyst with 9+ years of experience in various frontend frameworks and libraries like Angular 2+, React, AngularJS (v1.x), JQuery, RequireJS etc.
</p>
<p class="mt-2 text-main-dark-brown">
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.
</p>
</div>
|