summaryrefslogtreecommitdiff
path: root/views/partials/top
diff options
context:
space:
mode:
authorRafael Marçalo <raroma09@gmail.com>2022-10-22 02:09:30 +0100
committerRafael Marçalo <raroma09@gmail.com>2022-10-22 02:09:30 +0100
commit35a7a347d93b015bb429f611d291830bc8a283a8 (patch)
tree77890a2efd12112cdd1e7ae8416d3315033e914d /views/partials/top
parent4cd938a29ec1c07b57138bd03f6a79cb4d7bfaf5 (diff)
Added info page and improved index page
Diffstat (limited to 'views/partials/top')
-rw-r--r--views/partials/top/head.ejs1
-rw-r--r--views/partials/top/navbar.ejs8
2 files changed, 2 insertions, 7 deletions
diff --git a/views/partials/top/head.ejs b/views/partials/top/head.ejs
index f1c3c7b..dcf1afd 100644
--- a/views/partials/top/head.ejs
+++ b/views/partials/top/head.ejs
@@ -4,5 +4,6 @@
<meta name="description" content="sneedBay, piratebay indexer">
<link rel="shortcut icon" href="static/images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
+<link rel="stylesheet" type="text/css" href="css/extra.css">
<script src="js/bootstrap.bundle.js"></script>
<title>SNEEDBAY</title>
diff --git a/views/partials/top/navbar.ejs b/views/partials/top/navbar.ejs
index 77ec14b..25a8b69 100644
--- a/views/partials/top/navbar.ejs
+++ b/views/partials/top/navbar.ejs
@@ -1,7 +1,7 @@
<nav class="navbar navbar-expand bg-light shadow sticky-top">
<div class="container-fluid">
<a class="navbar-brand" href="/">
- <img src="static/images/sneedab.gif" alt="Logo" width="60" height="30" class="d-inline-block align-text-top">
+ <img src="static/images/sneedsfeednseed-store.png" alt="Logo" width="30" height="30" class="d-inline-block align-text-top">
SNEEDBAY
</a>
<div class="align-items-center d-flex justify-content-between gap-3">
@@ -12,12 +12,6 @@
</svg>
</a>
- <a href="/settings" class="link-dark">
- <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" viewBox="0 0 16 16">
- <path d="M7.068.727c.243-.97 1.62-.97 1.864 0l.071.286a.96.96 0 0 0 1.622.434l.205-.211c.695-.719 1.888-.03 1.613.931l-.08.284a.96.96 0 0 0 1.187 1.187l.283-.081c.96-.275 1.65.918.931 1.613l-.211.205a.96.96 0 0 0 .434 1.622l.286.071c.97.243.97 1.62 0 1.864l-.286.071a.96.96 0 0 0-.434 1.622l.211.205c.719.695.03 1.888-.931 1.613l-.284-.08a.96.96 0 0 0-1.187 1.187l.081.283c.275.96-.918 1.65-1.613.931l-.205-.211a.96.96 0 0 0-1.622.434l-.071.286c-.243.97-1.62.97-1.864 0l-.071-.286a.96.96 0 0 0-1.622-.434l-.205.211c-.695.719-1.888.03-1.613-.931l.08-.284a.96.96 0 0 0-1.186-1.187l-.284.081c-.96.275-1.65-.918-.931-1.613l.211-.205a.96.96 0 0 0-.434-1.622l-.286-.071c-.97-.243-.97-1.62 0-1.864l.286-.071a.96.96 0 0 0 .434-1.622l-.211-.205c-.719-.695-.03-1.888.931-1.613l.284.08a.96.96 0 0 0 1.187-1.186l-.081-.284c-.275-.96.918-1.65 1.613-.931l.205.211a.96.96 0 0 0 1.622-.434l.071-.286zM12.973 8.5H8.25l-2.834 3.779A4.998 4.998 0 0 0 12.973 8.5zm0-1a4.998 4.998 0 0 0-7.557-3.779l2.834 3.78h4.723zM5.048 3.967c-.03.021-.058.043-.087.065l.087-.065zm-.431.355A4.984 4.984 0 0 0 3.002 8c0 1.455.622 2.765 1.615 3.678L7.375 8 4.617 4.322zm.344 7.646.087.065-.087-.065z" />
- </svg>
- </a>
-
<form class="d-flex" action="search" method="POST">
<input class="form-control me-2" id="search" name="search" placeholder="Search Torrent" aria-label="Search Torrent">
<button class="btn btn-outline-success" type="submit">Search</button>