blob: 10801a605d2965e972e8e21146c87c60b58addd8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
---
layout: base.njk
title: About
---
<h2>About Me</h2>
<div class="article">
<div>
<img height="100px" src="/images/me.jpg" alt="me"/>
</div>
<p>
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
<span class="highlight tags">Angular 2+</span>,
<span class="highlight tags">React</span>,
<span class="highlight tags">AngularJS (v1.x)</span>,
<span class="highlight tags">JQuery</span>,
<span class="highlight tags">RequireJS</span> etc.
</p>
<p >
Fluent in
<span class="highlight tags">ES6</span>,
<span class="highlight tags">Typescript</span>,
& <span class="highlight tags">NodeJS</span>. Started out as an Android Developer in 2012, and then switched to Web Development and now focusing on frontend & other web technologies.
</p>
<ul>
<li><a title="Twitter" target="_blank" href="https://twitter.com/indrajithKLIS" class="links">Twitter</a></li>
<li><a title="Github" target="_blank" href="https://github.com/cooljith91112" class="links">Github</a></li>
<li><a title="LinkedIn" target="_blank" href="https://www.linkedin.com/in/indrajithklis/" class="links">LinkedIn</a></li>
<li><a title="Ko-Fi" target="_blank" href="https://ko-fi.com/indrajith" class="links">Buy Me a Coffee</a></li>
</ul>
</div>
|