Add Discord link and update features.

This commit is contained in:
David Reid
2020-05-23 09:23:33 +10:00
parent a2d824bfcc
commit 534419fac4
2 changed files with 9 additions and 5 deletions
+8 -5
View File
@@ -131,6 +131,9 @@ a:hover {
</tr>
</table>
</td>
<td style="padding:0; width:25%; text-align:right; vertical-align:center;">
<a style="padding:0;" href="https://discord.gg/9vpqbjU"><img src="img/Discord-Logo-White.svg" style="padding:0; height:32px; width:32px;"></a>
</td>
<td style="padding:0; width:25%; text-align:right; vertical-align:center;">
<a style="padding:0;" href="https://twitter.com/mackron"><img src="img/twitter_white.png" style="padding:0; height:32px; width:32px;"></a>
</td>
@@ -261,11 +264,10 @@ a:hover {
</td>
<td style="width:50%; vertical-align:top; text-align:left; padding:2em;">
<ul>
<li>Liberally licensed, with your choice of either public domain or MIT No Attribution for those
regions who don't recognize public domain.</li>
<li>Everything is implemented in a single file for easy integration into your source tree.</li>
<li>No external dependencies except for the C standard library and backend APIs.</li>
<li>Written in C89 and compilable as C++ which should enable miniaudio to work with almost all compilers.</li>
<li>Your choice of either public domain or <a href="https://github.com/aws/mit-0">MIT No Attribution</a>.</li>
<li>Entirely contained within a single file for easy integration into your source tree.</li>
<li>No external dependencies except for the C standard library and backend libraries.</li>
<li>Written in C and compilable as C++, enabling miniaudio to work on almost all compilers.</li>
<li>Supports all major desktop and mobile platforms, with multiple backends for maximum compatibility.
<ul>
<li>WASAPI (Windows Vista+)</li>
@@ -293,6 +295,7 @@ a:hover {
<table style="margin:0 auto; padding:1em 0px; text-align:center;">
<tr>
<td style="vertical-align:center;"><a style="padding:0;" href="https://discord.gg/9vpqbjU"><img src="img/Discord-Logo-White.svg" style="padding:0; height:32px; width:32px;"></a></td>
<td style="vertical-align:center;"><a style="padding:0;" href="https://twitter.com/mackron"><img src="img/twitter_white.png" style="padding:0; height:32px; width:32px;"></a></td>
<td style="vertical-align:center;"><a style="padding:0;" href="https://github.com/dr-soft/miniaudio"><img src="img/github_white.png" style="padding:0; height:24px; width:24px;"></a></td>
</tr>