diff options
author | Indrajith K L | 2022-11-24 00:22:30 +0530 |
---|---|---|
committer | Indrajith K L | 2022-11-24 00:22:30 +0530 |
commit | 5952db43c480daac5092bd41ffba435f5f91b32b (patch) | |
tree | 1eb21ff9815a93ffa79b1855336dd94062a9cc08 /src/about.njk | |
parent | e52cb8f5462f2c341281aaec246022d58f42dae5 (diff) | |
download | indrajith-dev-5952db43c480daac5092bd41ffba435f5f91b32b.tar.gz indrajith-dev-5952db43c480daac5092bd41ffba435f5f91b32b.tar.bz2 indrajith-dev-5952db43c480daac5092bd41ffba435f5f91b32b.zip |
Main Website Changes
* Layout and Style Changes
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 > |