-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathcontact-us.html
35 lines (33 loc) · 1.12 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
27
28
29
30
31
32
33
34
35
---
title: Contact
layout: page
meta-description: Contact the Scaleconf organisers
---
<!-- Main hero unit for a primary marketing message or call to action -->
<div class="hero-unit">
<h1>Contact</h1>
</div>
<div class="row">
<div class='span16'>
<p class='alert-message block-message info'>If you'd like to contact us, please feel free to reach us using either of the following:</p>
</div>
</div>
<div class="row">
<div class='span3'>
<p>
<span class='label notice'>Email</span>
</p>
<p>
<address>[email protected]</address>
</p>
</div>
<div class='span3'>
<p>
<span class='label notice'>Twitter</span>
</p>
<p>
<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>
</p>
</div>
</div>