From 52d65587bc56cf130f1d517a671e3f7d903aeb68 Mon Sep 17 00:00:00 2001
From: Boof <97455552+hexahigh@users.noreply.github.com>
Date: Mon, 28 Nov 2022 13:55:22 +0100
Subject: [PATCH 1/7] add animation
---
index.html | 2 +-
style.css | 10 ++++++++++
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 875669c..9a5eefb 100644
--- a/index.html
+++ b/index.html
@@ -14,7 +14,7 @@
On this website i host games and other stuff.
Contact:
-
+
Discord: Boof V2#4806
Email: admin@boof.eu.org
Links
diff --git a/style.css b/style.css
index 74c8f4c..adc774b 100644
--- a/style.css
+++ b/style.css
@@ -21,6 +21,16 @@
background: rgb(0,0,191);
background: linear-gradient(225deg, rgba(0,0,191,1) 35%, rgba(0,212,255,1) 100%);
}
+.animated-back {
+ animation: animateBg 6s linear infinite;
+ background-image: linear-gradient(90deg,#00ffff,#0834e2,#00ffff,#0834e2);
+ background-size: 300% 100%;
+}
+@keyframes animateBg {
+ 0% { background-position: 100% 0%; }
+ 100% { background-position: 0% 0%; }
+}
+
.footer {
height: auto;
From f3812e1fd68c64c701f2edeea779142dbd95f8fc Mon Sep 17 00:00:00 2001
From: Boof <97455552+hexahigh@users.noreply.github.com>
Date: Mon, 28 Nov 2022 13:56:51 +0100
Subject: [PATCH 2/7] fix grad
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 9a5eefb..a0f92dd 100644
--- a/index.html
+++ b/index.html
@@ -10,7 +10,7 @@
-
+
On this website i host games and other stuff.
Contact:
From 0f82895e80350354c99e7d9574abee69949bfb64 Mon Sep 17 00:00:00 2001
From: Boof <97455552+hexahigh@users.noreply.github.com>
Date: Mon, 28 Nov 2022 14:04:25 +0100
Subject: [PATCH 3/7] added animated gradient to tools and games and made it
more compact
---
Games/index.html | 60 +++++++++++++++++++++++++++++++-----------------
tools/index.html | 4 ++--
2 files changed, 41 insertions(+), 23 deletions(-)
diff --git a/Games/index.html b/Games/index.html
index 4c58f56..284b4c8 100644
--- a/Games/index.html
+++ b/Games/index.html
@@ -1,21 +1,39 @@
-
-Here you can find a list of games. All games are hosted on this website.
-Flash games
-Bad website
-Tic Tac Toe
-Pacman
-Tetris
-Getting over it scratch edition
-Cookie Clicker
-Chrome dino runner
-2048
-3D Chess
-Flappy bird
-Dark Platformer
-2D physics
-Hextris
-Black hole raytracing
-3D list-based raytracing
-3D tearable cloth
-Full sphere path-tracer
-Knotted
+
+
+
+
+
+
+
+
+ Bad website
+
+
+
+
+ Here you can find a list of games. All games are hosted on this website.
+ Flash games
+ Bad website
+
+
+
+
\ No newline at end of file
diff --git a/tools/index.html b/tools/index.html
index 640764e..3491290 100644
--- a/tools/index.html
+++ b/tools/index.html
@@ -10,11 +10,11 @@
Bad website
-
+
Calculator
Online torrent downloader/seeder
Chat app made with scratch's cloud variable system
Online nes emulator
-
+
\ No newline at end of file
From 411902d000bd524fcfd0a2673087de5d95230084 Mon Sep 17 00:00:00 2001
From: Boof <97455552+hexahigh@users.noreply.github.com>
Date: Mon, 28 Nov 2022 14:09:24 +0100
Subject: [PATCH 4/7] add footer
---
index.html | 2 +-
style.css | 9 ++++++---
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/index.html b/index.html
index a0f92dd..1f5706a 100644
--- a/index.html
+++ b/index.html
@@ -26,7 +26,7 @@
-