bot.benharr.is/_includes/services.html

43 lines
2.1 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<section id="features">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">BenBot Features</h2>
<hr class="primary">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-paper-plane wow bounceIn text-primary" data-wow-delay=".1s"></i>
<h3>Ready to Use</h3>
<p class="text-muted">You can add BenBot to your server and use as is, or you can make changes and host your own fork of it.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-code wow bounceIn text-primary"></i>
<h3>Sophisticated Argument Parsing</h3>
<p class="text-muted">Positionally parsed arguments to bot commands.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-trophy wow bounceIn text-primary" data-wow-delay=".2s"></i>
<h3>Fun Commands</h3>
<p class="text-muted">Jokes, Games, Dice Rolls, Reaction Faces (like ( ͡° ͜ʖ ͡°)), Magic 8 Ball, Unicode Font-Changing , and much more!</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-photo wow bounceIn text-primary" data-wow-delay=".3s"></i>
<h3>User-Specific Content</h3>
<p class="text-muted">User-uploaded images, customizable text-response commands, localized time and weather with a saved city for each user.</p>
</div>
</div>
</div>
</div>
</section>