mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 06:48:33 +01:00
Merge pull request 'Optimize Landing and Improve Theather Mode' (#87) from Korbs/poke:main into main
Reviewed-on: https://codeberg.org/ashley/poke/pulls/87
This commit is contained in:
commit
81e74bdfa3
7 changed files with 10 additions and 14 deletions
BIN
css/bg-720.webm
BIN
css/bg-720.webm
Binary file not shown.
BIN
css/bg-full.webm
BIN
css/bg-full.webm
Binary file not shown.
|
@ -830,6 +830,12 @@ marquee {
|
|||
display:none;
|
||||
}
|
||||
|
||||
@media screen and (max-height: 840px) {
|
||||
.video-player-container {
|
||||
max-height: 10% !important;
|
||||
}
|
||||
}
|
||||
|
||||
#video:target {
|
||||
object-fit:contain;
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<%- include('error.ejs', {
|
||||
<%- include('./layouts/error.ejs', {
|
||||
error: "404 ER_ROR",
|
||||
description: "you are in violation. thEy mustn't know you were here. no one should ever find out About this. you can never tell anyone about thiS -- for The sake of the others' survIval, you muSt keep this silent. we mUst keeP silent. no one can know. no one can know. no o ne c an kn ow_ (Violation Code. 15398642_14)"
|
||||
}) %>
|
|
@ -1,4 +1,4 @@
|
|||
<%- include('error.ejs', {
|
||||
<%- include('./layouts/error.ejs', {
|
||||
error: "502",
|
||||
description: "An error has occurred. Try again or come back later."
|
||||
}) %>
|
|
@ -87,23 +87,13 @@
|
|||
|
||||
<body>
|
||||
<%- include('./partials/header.ejs') %>
|
||||
<video id="HD-BG" playsinline autoplay muted loop><source src="/bg-full.webm" type="video/webm"/></video>
|
||||
<video id="SD-BG" playsinline autoplay muted loop><source src="/bg-480.webm" type="video/webm"/></video>
|
||||
<!-- <div class="features">
|
||||
<a style="color: white; text-decoration: none;" href="https://war.ukraine.ua/donate/">
|
||||
<p><i class="fa-duotone fa-handshake-angle"></i> Support Ukraine </p>
|
||||
</a>
|
||||
<a style="color: white; text-decoration: none;"
|
||||
href="https://buildpalestine.com/2021/05/15/trusted-organizations-to-donate-to-palestine/">
|
||||
<p><i class="fa-duotone fa-handshake-angle"></i> Support Palestine</p>
|
||||
</a>
|
||||
</div> -->
|
||||
<video id="HD-BG" playsinline autoplay muted loop><source src="/bg-480.webm" type="video/webm"/></video>
|
||||
<div class="landing">
|
||||
<h1>The Ultimate Privacy App</h1>
|
||||
<p style="max-width: 800px;"> Be Anonymous watching epic videos, searching
|
||||
thingys on the interwebs and listening to music on poketube - the free yt front end thats focused on ur privacy!!
|
||||
</p><br>
|
||||
<a href="https://buildpalestine.com/2021/05/15/trusted-organizations-to-donate-to-palestine">Help & Support Palestine</a> - <a href="https://war.ukraine.ua/donate"> Donate to Ukraine </a>
|
||||
<a style="color: white; text-decoration: underline;" href="https://buildpalestine.com/2021/05/15/trusted-organizations-to-donate-to-palestine">Help & Support Palestine</a> - <a style="color: white; text-decoration: underline;" href="https://war.ukraine.ua/donate"> Donate to Ukraine </a>
|
||||
|
||||
<img src="/static/poke-chan-outfit-a.png" title="Poke-chan sitting :3">
|
||||
<div style="display: flex; gap: 12px;">
|
||||
|
|
Loading…
Reference in a new issue