From c8fe6efe40373d4254a2d32e7a8d16982e1b935c Mon Sep 17 00:00:00 2001 From: MrLetsplay Date: Tue, 5 Apr 2022 15:34:07 +0200 Subject: [PATCH] Rick roll Co-authored-by: Julian; Co-authored-by: Akito123321 --- index.html | 113 ++++++++++++++++++++++++++++++++++++++++++++++++++--- sus.html | 62 +++++++++++++++-------------- 2 files changed, 139 insertions(+), 36 deletions(-) diff --git a/index.html b/index.html index 2599905..08daf84 100644 --- a/index.html +++ b/index.html @@ -22,6 +22,8 @@ body { text-align: center; font-family: 'Courier'; + overflow-x: hidden; + padding-top: 10px; } footer { @@ -34,11 +36,87 @@ padding: 10px; margin:-2px 0 0 -2px; } + + .impostor-image { + animation: amogus 1000s infinite linear; + } .article { text-align:left; } + .leftRight { + animation: left2Right 20s infinite linear; + } + + .rightLeft { + animation: right2Left 20s infinite linear; + } + + .video { + animation: rickRoll 10s infinite linear; + } + + @keyframes rickRoll { + 0% { + transform: translateX(0vw); + scale: 1; + } + 25% { + transform: translateX(50vw); + scale: -1; + } + 50% { + transform: translateX(100vw); + scale: 1; + } + 75% { + transform: translateX(50vw); + scale: -1; + } + 100% { + transform: translateX(0vw); + scale: 1; + } + } + + @keyframes left2Right { + 0% { + transform: translateX(-50vw); + } + 25% { + transform: translateX(0vw); + } + 50% { + transform: translateX(50vw); + } + 75% { + transform: translateX(100vw); + } + 100% { + transform: translateX(150vw); + } + } + + @keyframes right2Left { + 0% { + transform: translateX(150vw); + } + 25% { + transform: translateX(100vw); + } + 50% { + transform: translateX(50vw); + } + 75% { + transform: translateX(0vw); + } + 100% { + + transform: translateX(-50vw); + } + } + /* Bootstrap: small */ @media only screen and (max-width: 576px) { .gurke { @@ -52,6 +130,24 @@ margin:0 -2px -2px 0; } } + + @keyframes amogus { + 0% { + transform: rotateZ(0deg); + } + 25% { + transform: rotateZ(90deg); + } + 50% { + transform: rotateZ(180deg); + } + 75% { + transform: rotateZ(270deg); + } + 100% { + transform: rotateZ(360deg); + } + } @@ -62,7 +158,7 @@

Cringe CEO

- Picture of the Cringe CEO + Picture of the Cringe CEO

@@ -82,7 +178,7 @@

Kölian

- JulianA
+ JulianA

Alias: MrLetsplay

@@ -92,7 +188,7 @@

Bolbert

- JulianB
+ JulianB

Alias: Blobert

@@ -106,7 +202,7 @@
-
+

Projects

Cringe Studios Github: Cringe Studios; @@ -124,7 +220,7 @@
-
+

Honorable Mentions

    @@ -136,7 +232,12 @@
-
+
+
+
+
+ +