From f5f41bf680fe13c355a3b99c80ff404f2379abb6 Mon Sep 17 00:00:00 2001 From: Rafael Marçalo Date: Sun, 23 Oct 2022 19:42:25 +0100 Subject: Updated Interface --- public/css/extra.css | 8 ++++++++ views/index.ejs | 21 ++++++--------------- views/info.ejs | 15 ++++++++++++++- views/partials/top/navbar.ejs | 7 +------ 4 files changed, 29 insertions(+), 22 deletions(-) diff --git a/public/css/extra.css b/public/css/extra.css index 978d2cb..8e34546 100644 --- a/public/css/extra.css +++ b/public/css/extra.css @@ -26,4 +26,12 @@ text-overflow: ellipsis; overflow: hidden; white-space: nowrap; +} + +.search-bar:focus::placeholder{ + color: transparent; +} + +.fs-7 { + font-size: 0.7rem !important; } \ No newline at end of file diff --git a/views/index.ejs b/views/index.ejs index c1aa2b3..f934a13 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -1,20 +1,11 @@ <%- include('partials/header'); %> -

SneedBay

- -
-
-

Making Torrents Great Again

-

SneedBay is a PirateBay indexing tool which facilitates the use of the website through it's api(apibay).

-

In order to download and seed the torrents, I recommend either using qBitorrent or transmission softwares.

-

Remember: Don't be a city slicker and please seed your torrents, otherwise, Al Sneed will pay you a visit.

-
- -
- - Index Cover - -
+
+ info_conver +
+ +
+

In order to download and seed the torrents, I recommend either using qBitorrent or transmission softwares

diff --git a/views/info.ejs b/views/info.ejs index 8aeddd2..8ab4efd 100644 --- a/views/info.ejs +++ b/views/info.ejs @@ -2,7 +2,20 @@

About

- info_conver +
+
+
+ + Index Cover + +
+
SneedBay
+

Making Torrents Great Again

+

Remember: Don't be a city slicker and please seed your torrents, otherwise, Al Sneed will pay you a visit.

+
+
+
+
diff --git a/views/partials/top/navbar.ejs b/views/partials/top/navbar.ejs index 9cbe0b2..3e003a4 100644 --- a/views/partials/top/navbar.ejs +++ b/views/partials/top/navbar.ejs @@ -1,4 +1,4 @@ -
-- cgit v1.2.3