From 74c8426c0d5c112342cad69089b0ae76b878f67e Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 17 Sep 2021 18:11:53 -0700 Subject: feat(yucky.fun): push live --- favicon.html | 13 +++++ index.html | 157 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ style.css | 61 +++++++++++++++++++++++ video.mp4 | Bin 0 -> 48688262 bytes 4 files changed, 231 insertions(+) create mode 100644 favicon.html create mode 100644 index.html create mode 100644 style.css create mode 100644 video.mp4 diff --git a/favicon.html b/favicon.html new file mode 100644 index 0000000..1dbe251 --- /dev/null +++ b/favicon.html @@ -0,0 +1,13 @@ + + + + 404 Not Found + + + +

Not Found

+

The requested URL /favicon.ico was not found on this server.

+
+
Apache/2.4.18 (Ubuntu) Server at yucky.fun Port 80
+ + diff --git a/index.html b/index.html new file mode 100644 index 0000000..64f37ad --- /dev/null +++ b/index.html @@ -0,0 +1,157 @@ + + + + + yucky // nasty, even. + + + + + + + +
+ +
yucky // nasty, even.
+
+ +
+

+ [ application_form . + discord_server . + twitter . + github ] +

+
+ + +
+ + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..868da42 --- /dev/null +++ b/style.css @@ -0,0 +1,61 @@ +body { + background-color: black; + -webkit-background-size: cover; + -moz-background-size: cover; + -ms-background-size: cover; + -o-background-size: cover; + background-size: cover; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + -o-user-select: none; + user-select: none; + font-family: monospace; + font-weight: bold; + color: #ffffff; + text-shadow: 1px 1px 1px rgba(0,0,0,100), 1px 1px 1px rgba(0,0,0,100); +} + +pre { + text-align: center; + font-family: monospace; +} + +p { + text-align: center; + font-family: monospace; +} + +#center { + position: absolute; + left: 50%; + top: 50%; + transform: translate(-50%, -50%); + -webkit-transform: translate(-50%, -50%); + -moz-transform: translate(-50%, -50%); + -ms-transform: translate(-50%, -50%); + -o-transform: translate(-50%, -50%); +} + +a { + color: inherit; + text-decoration: none; +} + +video { + position: fixed; + top: 50%; + left: 50%; + min-width: 100%; + min-height: 100%; + width: auto; + height: auto; + z-index: -100; + transform: translateX(-50%) translateY(-50%); + background-size: cover; + -webkit-filter: blur(125px); + -moz-filter: blur(125px); + -o-filter: blur(125px); + -ms-filter: blur(125px); + filter: blur(0px); +} \ No newline at end of file diff --git a/video.mp4 b/video.mp4 new file mode 100644 index 0000000..69048cc Binary files /dev/null and b/video.mp4 differ -- cgit v1.2.3