-
Notifications
You must be signed in to change notification settings - Fork 13
/
contact.html
21 lines (17 loc) · 863 Bytes
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
layout: default
meta: Various ways to contact Vikas Lalwani | Email, GitHub, Twitter and CodePen.
title: Contact | Vikas Lalwani
---
<div class="wrapper">
<header>
<h1>CONTACT</h1>
<p>So you want to talk to me?</p>
</header>
<div class="about">
<p><a href="mailto:[email protected]">Email</a> - email is probably the fastest way to reach me, and you are sure to get a response.</p>
<p><a href="https://github.com/lalwanivikas">GitHub</a> - if you want to talk about any of my projects, please use GitHub issues.</p>
<p><a href="http://codepen.io/lalwanivikas">CodePen</a> - if you want to talk about any of my CodePens, it is best to leave a comment there.</p>
<p><a href="https://twitter.com/LalwaniVikas">Twitter</a> - Although I am on Twitter, I am trying not to use it because it is extremely addictive.</p>
</div>
</div>