aboutsummaryrefslogtreecommitdiff
path: root/src/views/about.ecr
blob: 70fc8b1596d7e75196129a8682a2c608ce5fc093 (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
<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 Technical Architect 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>,
        &amp;  <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 &amp; 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>