From 710da88eed9d6bb9f3f17c691ba71ad85fb2cf22 Mon Sep 17 00:00:00 2001 From: ElDoc-s Date: Tue, 28 Apr 2026 11:47:25 -0700 Subject: Removed garbage --- britons.css | 29 +++++++++++++++++++++++++++++ contact.html | 2 +- index.html | 7 ++++--- map.html | 41 +++++++++++++++++++++++++++++++++++++++++ media/eucolor.png | Bin 0 -> 875 bytes media/stars.png | Bin 0 -> 4873 bytes 6 files changed, 75 insertions(+), 4 deletions(-) create mode 100644 map.html create mode 100644 media/eucolor.png create mode 100644 media/stars.png diff --git a/britons.css b/britons.css index b64e713..bb4b44f 100644 --- a/britons.css +++ b/britons.css @@ -75,3 +75,32 @@ header i { opacity: 1; } +.eu { + position: fixed; + bottom: 70%; + left: 80%; + opacity: 1; + z-index: -1; + scale: 0.25; + width: 25%; +} + +.stars { + position: fixed; + bottom: 70%; + left: 80%; + opacity: 1; + z-index: -1; + scale: 0.25; + width: 25%; +} + +.stars:hover { + animation: spin 5s linear infinite; +} + + +@keyframes spin { + 0% { transform: rotate(0deg); } + 100% { transform: rotate(360deg); } +} diff --git a/contact.html b/contact.html index 8946c53..9dda901 100644 --- a/contact.html +++ b/contact.html @@ -3,7 +3,7 @@ - + El Arriero - Contact diff --git a/index.html b/index.html index 1715a1e..72e3162 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - + El Arriero @@ -27,6 +27,7 @@

"The Most Britishly Mediocre Thing Ever"

Interesting HMOFA

@@ -34,8 +35,8 @@
  • Story Masterbin of /hmofa/ - (Sorted by Author) Outgoing Link (Organized with Tags) Outgoing Link
  • - - Fig + + diff --git a/map.html b/map.html new file mode 100644 index 0000000..6fb8ea8 --- /dev/null +++ b/map.html @@ -0,0 +1,41 @@ + + + + + + + + + + El Arriero + + + + + +
    + El Arriero + Home of the Britishly Mediocre + +
    +
    + +

    Welcome to Beverly

    + We offer many tourist attractions: + + + eucolor + + stars + + + + + diff --git a/media/eucolor.png b/media/eucolor.png new file mode 100644 index 0000000..0129fb3 Binary files /dev/null and b/media/eucolor.png differ diff --git a/media/stars.png b/media/stars.png new file mode 100644 index 0000000..1ab3f29 Binary files /dev/null and b/media/stars.png differ -- cgit v1.2.3