blob: 608a079f6f8b3b17725fc83508464f21cc43fd79 [file] [log] [blame]
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2 class="section-heading">Get In Touch!</h2>
<hr class="primary">
<p>Join the Apache Amaterasu community</p>
</div>
<div class="col-lg-2 col-lg-offset-media text-center">
<a href="https://twitter.com/{{ site.twitter_username }}">
<i class="fa fa-twitter fa-3x wow bounceIn" data-wow-delay=".1s"></i>
<p>{{ site.twitter_username }}</p>
</a>
</div>
<div class="col-lg-4 col-lg-offset-1 text-center">
<a href="mailto:{{ site.email }}">
<i class="fa fa-envelope-o fa-3x wow bounceIn" data-wow-delay=".1s"></i>
<p>{{ site.email }}</p>
</a>
</div>
<div class="col-lg-2 col-lg-offset-media text-center">
<a href="https://github.com/{{ site.github_username }}">
<i class="fa fa-github fa-3x wow bounceIn" data-wow-delay=".1s"></i>
<p>{{ site.github_username }}</p>
</a>
</div>
<div class="col-lg-2 col-lg-offset-1 text-center">
<a href="https://apacheamaterasu.slack.com/">
<i class="fa fa-slack fa-3x wow bounceIn" data-wow-delay=".1s"></i>
<p>apacheamaterasu.slack.com</p>
</a>
</div>
</div>
</section>