diff options
Diffstat (limited to 'src/about.njk')
-rw-r--r-- | src/about.njk | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/about.njk b/src/about.njk deleted file mode 100644 index ee867fd..0000000 --- a/src/about.njk +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: page -title: About Me ---- - -<h2>{{ metadata.author.name }}</h2> -<img alt="A Photo of me" src="{{ metadata.author.image}}" class="side"> -<p>I am an analytical and passionate second year CHRIST University student pursuing B. Tech in Computer Engineering in Bengaluru. I am eager to further my knowledge, develop my skills and gain experience to convert my interest in computers into a fulfilling career. -<p>Contact Details -<ul> -<li><a href="mailto:{{ metadata.author.email }}">Email</a> -<li><a href="{{ metadata.author.github}}">Github</a> -<li><a href="{{ metadata.author.linkedin}}">LinkedIn</a> -</ol> |