This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/static/partials/contact.html

32 lines
793 B
HTML
Raw Normal View History

2013-12-17 22:02:37 +00:00
<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>