bot.benharr.is/_includes/contact.html

39 lines
1.6 KiB
HTML
Raw Normal View History

2015-09-12 11:52:49 +00:00
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
2017-05-24 18:12:21 +00:00
<h2 class="section-heading">Get In Touch With Me</h2>
2015-09-12 11:52:49 +00:00
<hr class="primary">
2017-11-08 17:12:48 +00:00
<p>Hit me up if you have any questions or suggestions for my bot. I'm also on Discord as @bork#7062. Feel free to message me there as well.</p>
2015-09-12 11:52:49 +00:00
</div>
2015-09-13 08:02:38 +00:00
</div>
2017-05-24 18:12:21 +00:00
<div class="row">
<div class="col-lg-3 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-3 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-3 text-center">
2017-11-08 17:18:18 +00:00
<a href="https://github.com/{{ site.github_username }}">
<i class="fa fa-github fa-3x wow bounceIn" data-wow-delay=".1s"></i>
2017-05-24 18:12:21 +00:00
<p>{{ site.github_username }}</p>
</a>
</div>
<div class="col-lg-3 text-center">
<a href="https://t.me/{{ site.telegram_username }}">
<i class="fa fa-paper-plane fa-3x wow bounceIn" data-wow-delay=".1s"></i>
<p>{{ site.telegram_username }}</p>
</a>
</div>
2015-09-12 11:52:49 +00:00
</div>
2015-09-13 08:02:38 +00:00
2015-09-12 11:52:49 +00:00
</div>
</section>