mangadex/templates/bootstrap4/static_pages/affiliates.tpl.php

38 lines
2.2 KiB
PHP
Raw Normal View History

2021-03-14 17:31:55 -04:00
<div class="row">
<div class="col-lg-6 text-center mb-3">
<div class="card">
<h6 class="card-header">sdbx.moe</h6>
<div class="card-body">
<a href="https://sdbx.moe/" alt="sdbx.moe" target="_blank"><img style="max-width: 100%" class="m-2 rounded" src="/images/affiliates/sdbx.png" /></a>
<h3 class="p-3">Seedboxes</h3>
<p class="card-text">sdbx.moe is a seedbox provider, specialising in gigabit unlimited bandwidth seedboxes. </p>
<p class="card-text">Free two day trials are available.</p>
<p class="card-text">sdbx.moe helped us with infrastructure when we launched initially, and currently donates spare bandwidth to MangaDex@Home.</p>
</div>
</div>
</div>
<div class="col-lg-6 text-center mb-3">
<div class="card">
<h6 class="card-header">Path Network</h6>
<div class="card-body">
<a href="https://path.net/" alt="Path Network" target="_blank"><img style="max-width: 100%" class="m-2 rounded" src="/images/affiliates/path.png" /></a>
<h3 class="p-3">DDoS Mitigation</h3>
<p class="card-text">Path has deployed one of the largest Layers 3 through 7 monitoring and mitigation platforms.</p>
<p class="card-text">Combining a global anycast network with the power of Artificial Intelligence, Path Network has become the new industry standard in DDoS mitigation.</p>
<p class="card-text">Path provides some DDoS mitigation for us.</p>
</div>
</div>
</div>
<div class="col-lg-6 text-center mb-3">
<div class="card">
<h6 class="card-header">SauceNAO</h6>
<div class="card-body">
<a href="https://saucenao.com/" alt="SauceNAO" target="_blank"><img style="max-width: 100%" class="m-2 rounded" src="/images/affiliates/saucenao.png" /></a>
<h3 class="p-3">Reverse Image Search Engine</h3>
<p class="card-text">SauceNAO indexes several billion images from anime, manga, and various other sources.</p>
<p class="card-text">The name 'SauceNAO' is derived from a slang form of "Need to know the source of this Now!"</p>
<p class="card-text">SauceNAO has been continuously indexing all chapters across all languages on our site to allow for easy reverse image search of manga pages available on the site.</p>
</div>
</div>
</div>
</div>