From 31b0dd02ef7582faa0f7c2cbee3ebe1eb21c7400 Mon Sep 17 00:00:00 2001 From: Korbs Date: Tue, 13 Feb 2024 17:40:18 -0500 Subject: [PATCH] Format and add new background video --- html/landing.ejs | 232 ++++++++++++++++++++++++++--------------------- 1 file changed, 131 insertions(+), 101 deletions(-) diff --git a/html/landing.ejs b/html/landing.ejs index eb54af6c..0dc2d361 100644 --- a/html/landing.ejs +++ b/html/landing.ejs @@ -20,115 +20,145 @@ ---> - - Poke | The Ultimate Privacy App! - - - - - - - - - - - - - - <% if(isOldWindows) { %> - <% } %> + h1 { + font-family: "Ginto Nord" !important; + } + + <% } %> - - - -
-
- -
-
-
-
- - - -
+ .subtitle { + text-align: center; + color: #FFFF00; + text-shadow: 1px 1px 0px #000; + position: relative; + left: 68px; + top: -35px; + bottom: 50px; + animation: subtitle .25s; + animation-direction: alternate; + animation-iteration-count: infinite; + } + + @-webkit-keyframes subtitle { + 0% { + transform: scale(0.875) rotate(-20deg) + } + + 100% { + transform: scale(1) rotate(-20deg) + } + } + + + + + + +
+
+ +
+
+
+
+ + +
+
+ +
+

The Ultimate Privacy App

+

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!! +

-
-

The Ultimate Privacy App

-

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!!

-
-

No Tracking & Ads

-

Very Fast

-

Built-in video downloader

-

Web Search

-
- - - - - - - +

No Tracking & Ads

+

Very Fast

+

Built-in video downloader

+

Web Search

- + + + + + + + +
+ + \ No newline at end of file