Plumbing for the contact us page.

This commit is contained in:
yackob03 2013-12-17 17:02:37 -05:00
parent a53106be3b
commit 7c93688e30
5 changed files with 45 additions and 3 deletions

View file

@ -0,0 +1,32 @@
<div class="container">
<h2>
Contact Us<br>
<small>We are here to help!</small>
</h2>
<div class="row">
<div class="col-md-12">
<p>For sales or technical support, please use one of the following methods.</p>
</div>
</div>
<div class="row">
<div class="col-md-4">
<h4><i class="fa fa-envelope"></i> Email</h4>
<h4><a href="mailto:support@quay.io">support@quay.io</a></h4>
</div>
<div class="col-md-4">
<h4><i class="fa fa-comment"></i> IRC</h4>
<h4><a href="irc://chat.freenode.net:6665/quayio">Freenode: #quayio</a></h4>
</div>
<div class="col-md-4">
<h4>
<i class="fa fa-phone"></i> Telephone<br>
</h4>
<h4><a href="tel:+1-888-930-3475">888-930-3475</a></h4>
</div>
</div>
</div>