oddluck-limnoria-plugins/TriviaTime/php/views/about.html.php

25 lines
1.1 KiB
PHP

<div class="hero-unit">
<h1>About TriviaTime</h1>
<p>We are <a href="irc://irc.snoonet.org/#trivia">#trivia</a> on Snoonet. Come join us!</p>
</div>
<div class="row">
<div class="span12">
<h2>About</h2>
<p>TriviaTime is a feature-packed trivia plugin developed by the Trivialand channel on Freenode, written in Python for <a href="https://github.com/jamessan/Supybot">Supybot</a> with a built-in website generator. Be the first to answer the question to score points. On KAOS, it's a team effort to get all the answers before the time runs out. As you play you'll earn badges and level up.</p>
</div>
</div>
<div class="row">
<div class="span12">
<h2>Source</h2>
<p>The source code is available on <a target="_blank" href="https://github.com/oddluck/limnoria-plugins">GitHub</a>, be sure to check it out.
Fork us and contribute!</p>
</div>
</div>
<!--CSS to keep footer on bottom, since there isn't much content on about.html-->
<style>
.footer {
position:absolute;
bottom:0px;
}
</style>