-
Notifications
You must be signed in to change notification settings - Fork 8
/
contact.html
executable file
·33 lines (32 loc) · 1.71 KB
/
contact.html
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
29
30
31
32
33
---
layout: default
title: Contact
---
<p>Feel free to contact me anytime, my handle "kennedysgarage" for pretty much everything. Lately I have been bad at replying to emails and sometimes Twitter @ & DM. Don't take it personally, I <strike>hate</strike> love everyone equally. If you really want to get a hold of me or just say hi, add me on Google Talk or AIM. </p>
<ul class="contact">
<li><a href="mailto:[email protected]"><span id="email"></span></a></li>
<li><a href="http://twitter.com/kennedysgarage"><span id="twitter"></span></a></li>
<li><a href="aim:goIM?screenname=kennedysgarage"><span id="aim"></span></a></li>
<li><a href="http://dribbble.com/kennedysgarage"><span id="dribbble"></span></a></li>
<li><a href="https://plus.google.com/115398388795575778115/posts"><span id="plus"></span></a></li>
<li><a href="http://forrst.com/people/kennedysgarage"><span id="forrst"></span></a></li>
</ul>
<!-- <hr/>
<form action="" method="post">
<ul>
<li>
<label for="name">Name:</label>
<input type="name" size="30" name="name" id="name">
</li>
<li>
<label for="email">Email Adress:</label>
<input type="email" size="30" name="email" id="emailadd">
</li>
<li>
<label for="message">Message:</label>
<textarea size="30" name="message" id="message"></textarea>
</li>
</ul>
<a class="btn action" href="">Send</a>
<div class="clear"></div>
</form> -->