summaryrefslogtreecommitdiff
path: root/views/index.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'views/index.ejs')
-rw-r--r--views/index.ejs23
1 files changed, 14 insertions, 9 deletions
diff --git a/views/index.ejs b/views/index.ejs
index f87b60f..c1aa2b3 100644
--- a/views/index.ejs
+++ b/views/index.ejs
@@ -1,16 +1,21 @@
<%- include('partials/header'); %>
-<div class="text-center">
- <h1>SneedBay</h1>
+<h1>SneedBay</h1>
- <p>Making Torrents Great Again</p>
- <p>SneedBay is a PirateBay indexing tool which facilitates the use of the website through it's api(apibay).</p>
- <p>In order to download and seed the torrents, I recommend either using <a href="https://www.qbittorrent.org/">qBitorrent</a> or <a href="https://transmissionbt.com/">transmission</a> softwares.</p>
- <p><strong>Remember</strong>: Don't be a city slicker and please seed your torrents, otherwise, Al Sneed will pay you a <a href="/visit">visit</a>.</p>
+<div class="row">
+ <div class="col-sm align-self-center">
+ <p>Making Torrents Great Again</p>
+ <p>SneedBay is a PirateBay indexing tool which facilitates the use of the website through it's api(apibay).</p>
+ <p>In order to download and seed the torrents, I recommend either using <a href="https://www.qbittorrent.org/">qBitorrent</a> or <a href="https://transmissionbt.com/">transmission</a> softwares.</p>
+ <p><strong>Remember</strong>: Don't be a city slicker and please seed your torrents, otherwise, Al Sneed will pay you a <a href="/visit">visit</a>.</p>
+ </div>
- <a href="static/pdf/ISaiF.pdf">
- <img class="mw-100 w-50 img-fluid rounded" src="static/images/cover.png" alt="app_cover">
- </a>
+ <div class="col-md text-center">
+ <a href="static/pdf/ISaiF.pdf">
+ <img class="mw-100 w-75 img-fluid rounded" src="static/images/cover.png" alt="Index Cover">
+ </a>
+ </div>
</div>
+
<%- include('partials/footer'); %>