forked from dmackie/scaleconf.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact-us.html
26 lines (25 loc) · 1.1 KB
/
contact-us.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
---
title: Contact
layout: page
meta-description: Contact the Scaleconf organisers
---
<div class='container'>
<h1>Contact</h1>
<p class='herotext' style="padding:20px 0 30px 0; width:600px;">
If you'd like to contact us, please feel free to reach us using either of the following:
</p>
<div>
<img src='/images/twitter_button.png' style='display:inline-block;margin-right:20px;'/>
<a href='http://twitter.com/scaleconf/' style='font-size:30px;vertical-align:middle;'>Follow us on Twitter</a>
</div>
<br/>
<div>
<img src='/images/envelope.png' style='display:inline-block;margin-right:20px;'/>
<a href="mailto:[email protected]" style='font-size:30px;vertical-align:middle;display:inline-block;'><address style='margin:0;'>[email protected]</address></a>
</div>
<!-- not sure if we want to use this somewhere -->
<!--
<a href="https://twitter.com/scaleconf" class="twitter-follow-button" data-show-count="false">Follow @scaleconf</a>
<script src="//platform.twitter.com/widgets.js" type="text/javascript"></script>
-->
</div>