add notice about dead benbot and dotbot rewrite

This commit is contained in:
Ben Harris 2017-12-11 09:38:44 -05:00
parent e5703df4cc
commit d0961ad8d8
3 changed files with 14 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<h2>Check out my source code</h2>
<hr class="light">
<p>See how I did it. Feel free to fork a copy for yourself to try your hand at making a DiscordPHP bot.</p>
<a href="https://gitlab.com/benharri/benbot" class="btn btn-default btn-xl"><i class="fa fa-gitlab"></i> Source Code on GitLab.com</a>
<a href="https://github.com/benharri/benbot" class="btn btn-default btn-xl"><i class="fa fa-github"></i> Source Code on GitHub</a>
</div>
</div>
</aside>

12
_includes/notice.html Executable file
View File

@ -0,0 +1,12 @@
<aside class="bg-dark">
<div class="container text-center">
<div class="call-to-action">
<h2>BenBot is mostly dead</h2>
<hr class="light">
<p>The <a href="https://github.com/teamreflex/DiscordPHP">DiscordPHP framework</a> is dead and no longer up to date with the Discord back end. </p>
<p>I'm currently rewriting BenBot in C# (the current goal is feature parity with the origin PHP version)</p>
<a href="https://github.com/tilde-team/dotbot" class="btn btn-default btn-xl"><i class="fa fa-github"></i> Check out the rewrite here</a>
</div>
</div>
</aside>

View File

@ -5,6 +5,7 @@
<body id="page-top">
{% include nav.html %}
{% include notice.html %}
{% include header.html %}
{% include services.html %}
{% include call-to-action.html %}