Add dev API info to about page

This commit is contained in:
NovaFox161
2018-03-22 10:01:48 -05:00
parent 05fb4ddd98
commit 7138f937d7
2 changed files with 24 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

View File

@@ -148,7 +148,7 @@
<hr>
<div id="patreon">
<div class="image-wrapper" style="float: left">
<div class="image-wrapper" style="float: right">
<img src="/assets/images/other/novafox-patreon-page.png"
style="max-width: 450px; max-height: 300px;">
</div>
@@ -170,6 +170,29 @@
</p>
</div>
<hr>
<div id="developer-api">
<div class="image-wrapper" style="float: left">
<img src="/assets/images/examples/DisCal-Developer-API.jpg"
style="max-width: 450px; max-height: 300px;">
</div>
<h3>Developer API</h3>
<p>
With DisCal growing everyday, we decided that a developer API should exist. So, that's exactly what
we did!
<br>
We have built a fully RESTful API into DisCal for you to hook into! Use it for your bots, websites,
apps, and more!
<br>
<br>
Simply check out the API documentation and learn how you can easily use DisCal in your projects!
</p>
<a target="_blank" href="/docs/api/overview">
<button>View API Docs</button>
</a>
</div>
</div>
</body>