diff options
Diffstat (limited to 'src/about.njk')
-rw-r--r-- | src/about.njk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/about.njk b/src/about.njk index 5b0195f..c889e98 100644 --- a/src/about.njk +++ b/src/about.njk @@ -3,12 +3,13 @@ layout: base.njk title: About --- <h2>About Me</h2> -<div> +<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 Angular 2+, React, AngularJS (v1.x), JQuery, RequireJS etc. + <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 > |