Added contact page, changed other stuff

This commit is contained in:
2016-04-08 20:17:12 +01:00
parent 247aadc479
commit 9284695fd3
6 changed files with 131 additions and 13 deletions

View File

@ -1,7 +1,34 @@
---
layout: contentpage
layout: core
title: "Contact"
icon: "envelope-o"
order: 1
---
This will probably have some fancy panels or something.
<div class="animated">
<div class="animated">
<div>
<div class="icon fa fa-envelope"></div>
If you'd like to send me an email, you can reach me on <a href="mailto:contact@timstallard.me.uk">contact@timstallard.me.uk</a>.
</div>
</div>
<div class="animated">
<div>
You'll also find me elsewhere around the internet...
<br>
<a class="icon fa fa-github" style="display: inline-block; margin-right: 0.2em;" href="https://github.com/TimStallard"></a>
<a class="icon fa fa-twitter" style="display: inline-block;" href="https://twitter.com/Tim_Stallard"></a>
</div>
</div>
<div class="animated">
<div>
Or, if you're feeling lazy, you can just fill out this form:
<form>
<input name="name" placeholder="Name"></input>
<input name="subject" placeholder="Subject"></input>
<input name="contact" placeholder="Email/Phone/Twitter"></input>
<textarea></textarea>
<input type="submit" value="Send!"></input>
</form>
</div>
</div>
</div>