add famous crafatar users + tools & plugins

This commit is contained in:
jomo 2015-10-17 21:54:11 +02:00
parent 3f06992cc1
commit 44a6a4961d

View File

@ -56,7 +56,8 @@
</div> </div>
</div> </div>
</div> </div>
<div class="container"> <div class="container row">
<div class="col-md-9">
<section id="documentation"> <section id="documentation">
<div id="alerts"> <div id="alerts">
<div class="alert alert-danger" role="alert"> <div class="alert alert-danger" role="alert">
@ -225,7 +226,7 @@
<section id="meta-cors"> <section id="meta-cors">
<h3><a href="#meta-cors">CORS</a></h3> <h3><a href="#meta-cors">CORS</a></h3>
<p>Crafatar supports CORS, so you can make AJAX request from other sites!</p> <p>Crafatar supports Cross-Origin Resource Sharing, so you can make AJAX request from other sites!</p>
</section> </section>
<section id="meta-http-headers"> <section id="meta-http-headers">
@ -265,11 +266,39 @@
</ul> </ul>
</section> </section>
</section> </section>
<footer>
<hr>
<p class="pull-right">Copyright Crafatar <%= new Date().getFullYear() %></p>
</footer>
</div> </div>
<div class="col-md-3">
<h4>Famous Crafatar users</h4>
<div class="list-group">
<a rel="nofollow" href="http://technicpack.net" target="_blank" class="list-group-item">Technic</a>
<a rel="nofollow" href="https://hypixel.net" target="_blank" class="list-group-item">Hypixel</a>
<a rel="nofollow" href="http://playmindcrack.com" target="_blank" class="list-group-item">Play Mindrack</a>
<a rel="nofollow" href="https://shotbow.net" target="_blank" class="list-group-item">Shotbow Network</a>
<a rel="nofollow" href="https://namemc.com" target="_blank" class="list-group-item">NameMC</a>
<a rel="nofollow" href="https://thenexusmc.com" target="_blank" class="list-group-item">The Nexus</a>
<a href="https://github.com/crafatar/crafatar/wiki/Who-uses-crafatar%3F" target="_blank" class="list-group-item">and many more…</a>
<p>See also: <a rel="nofollow" href="https://github.com/crafatar/crafatar/wiki/What-people-say-about-Crafatar" target="_blank">what users say</a> about Crafatar</p>
</div>
<hr>
<h4>Crafatar Tools & Plugins</h4>
<div class="list-group">
<a rel="nofollow" href="https://xenforo.com/community/resources/associationmc.3232/" target="_blank" class="list-group-item">AssociationMc <i>(XenForo)</i></a>
<a rel="nofollow" href="https://github.com/yeahwhat-mc/discourse-yeahwhat" target="_blank" class="list-group-item">Minecraft Heads <i>(Discourse)</i></a>
<a rel="nofollow" href="http://vanillaforums.org/addon/crafatar-plugin" target="_blank" class="list-group-item">Crafatar Avatars <i>(Vanilla)</i></a>
<a rel="nofollow" href="https://www.spigotmc.org/resources/picture-login.4514/" target="_blank" class="list-group-item">Picture Login <i>(Bukkit)</i></a>
<a rel="nofollow" href="https://github.com/qrush/wither" target="_blank" class="list-group-item">wither <i>(Slack)</i></a>
<a href="https://github.com/crafatar/crafatar/wiki/Who-uses-crafatar%3F#other-services-using-crafatar" target="_blank" class="list-group-item">and many more…</a>
</div>
</p>
</div>
</div>
<footer id="footer">
<hr>
<div class="container row">
<p class="pull-right">Copyright Crafatar <%= new Date().getFullYear() %></p>
</div>
</footer>
</body> </body>
</html> </html>