summaryrefslogtreecommitdiff
path: root/hosts/ahmed/torrenting/portal
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/ahmed/torrenting/portal')
-rw-r--r--hosts/ahmed/torrenting/portal/anime.jpgbin0 -> 82170 bytes
-rw-r--r--hosts/ahmed/torrenting/portal/index.css68
-rw-r--r--hosts/ahmed/torrenting/portal/index.html26
-rw-r--r--hosts/ahmed/torrenting/portal/movie.jpgbin0 -> 76334 bytes
-rw-r--r--hosts/ahmed/torrenting/portal/thief.webpbin0 -> 7568 bytes
-rw-r--r--hosts/ahmed/torrenting/portal/watching-tv.jpgbin0 -> 9137 bytes
6 files changed, 94 insertions, 0 deletions
diff --git a/hosts/ahmed/torrenting/portal/anime.jpg b/hosts/ahmed/torrenting/portal/anime.jpg
new file mode 100644
index 0000000..9361510
--- /dev/null
+++ b/hosts/ahmed/torrenting/portal/anime.jpg
Binary files differ
diff --git a/hosts/ahmed/torrenting/portal/index.css b/hosts/ahmed/torrenting/portal/index.css
new file mode 100644
index 0000000..8132a1f
--- /dev/null
+++ b/hosts/ahmed/torrenting/portal/index.css
@@ -0,0 +1,68 @@
+body {
+ font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
+ box-sizing: border-box;
+
+ max-width: 600px;
+ margin: 1rem auto;
+ padding: 0 1rem;
+}
+
+.title {
+ text-align: center;
+}
+
+.actions {
+ list-style: none;
+ padding: 0;
+ margin: 0;
+}
+
+.actions__item {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+
+ margin-bottom: 1rem;
+
+ aspect-ratio: 4 / 1;
+ background-position-x: center;
+ background-repeat: no-repeat;
+}
+
+.actions__item--watch {
+ background-image:
+ radial-gradient(rgba(0, 0, 0, 10%), black),
+ url(/watching-tv.jpg);
+ background-position-y: 40%;
+}
+
+.actions__item--fetch {
+ background-image:
+ radial-gradient(rgba(0, 0, 0, 10%), black),
+ url(/thief.webp);
+ background-position-y: 20%;
+}
+
+.actions__item--find-anime {
+ background-image:
+ radial-gradient(rgba(0, 0, 0, 10%), black),
+ url(/anime.jpg);
+ background-position-y: 38%;
+}
+
+.actions__item--find-movies {
+ background-image:
+ radial-gradient(rgba(0, 0, 0, 10%), black),
+ url(/movie.jpg);
+ background-position-y: center;
+}
+
+.actions__link {
+ /* Remove link styling */
+ text-decoration: none;
+ color: white;
+
+ font-size: xx-large;
+ font-weight: bold;
+}
+
diff --git a/hosts/ahmed/torrenting/portal/index.html b/hosts/ahmed/torrenting/portal/index.html
new file mode 100644
index 0000000..46226c2
--- /dev/null
+++ b/hosts/ahmed/torrenting/portal/index.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<html lang="da">
+ <head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Ulovlig hacker download</title>
+ <link rel="stylesheet" href="/index.css">
+ </head>
+ <body>
+ <h1 class="title">Ulovlig hacker portalen</h1>
+ <ul class="actions">
+ <li class="actions__item actions__item--watch">
+ <a class="actions__link" href="//@jellyfinDomain@">Se film</a>
+ </li>
+ <li class="actions__item actions__item--fetch">
+ <a class="actions__link" rel="noreferrer" href="//@qbDomain@">Styr torrents</a>
+ </li>
+ <li class="actions__item actions__item--find-anime">
+ <a class="actions__link" rel="noreferrer" href="https://nyaa.si">Find animé</a>
+ </li>
+ <li class="actions__item actions__item--find-movies">
+ <a class="actions__link" rel="noreferrer" href="https://1337x.to">Find film</a>
+ </li>
+ </ul>
+ </body>
+</html>
diff --git a/hosts/ahmed/torrenting/portal/movie.jpg b/hosts/ahmed/torrenting/portal/movie.jpg
new file mode 100644
index 0000000..5b57faa
--- /dev/null
+++ b/hosts/ahmed/torrenting/portal/movie.jpg
Binary files differ
diff --git a/hosts/ahmed/torrenting/portal/thief.webp b/hosts/ahmed/torrenting/portal/thief.webp
new file mode 100644
index 0000000..11f0060
--- /dev/null
+++ b/hosts/ahmed/torrenting/portal/thief.webp
Binary files differ
diff --git a/hosts/ahmed/torrenting/portal/watching-tv.jpg b/hosts/ahmed/torrenting/portal/watching-tv.jpg
new file mode 100644
index 0000000..f268099
--- /dev/null
+++ b/hosts/ahmed/torrenting/portal/watching-tv.jpg
Binary files differ