From 58343142420a0ab464c2512e212d689f91bdb8cf Mon Sep 17 00:00:00 2001 From: ParliamentMan Date: Sun, 28 Jun 2026 18:59:17 -0700 Subject: Change today --- bev_fig.html | 4 ++-- britons.css | 35 ++++++++++++----------------------- changelog.html | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ contact.html | 17 +++++++++++------ fig.html | 18 +++++++++++------- index.html | 27 +++++++++++++-------------- map.html | 8 ++++---- media/eu.gif | Bin 0 -> 7920 bytes media/eu_anim.gif | Bin 0 -> 50616 bytes media/stars.png | Bin 4873 -> 4564 bytes 10 files changed, 107 insertions(+), 56 deletions(-) create mode 100644 changelog.html create mode 100644 media/eu.gif create mode 100644 media/eu_anim.gif diff --git a/bev_fig.html b/bev_fig.html index 0b88d0a..028db9b 100644 --- a/bev_fig.html +++ b/bev_fig.html @@ -2,7 +2,7 @@ - + @@ -31,6 +31,6 @@ stars Fig - + diff --git a/britons.css b/britons.css index 079f099..391fa40 100644 --- a/britons.css +++ b/britons.css @@ -10,11 +10,12 @@ body { font-family: "Liberation Serif", "Times New Roman"; display: block; background-color: whitesmoke; - width: 70%; + padding: 2%; padding-top: 1%; - margin: 2%; - border-style: dotted; + margin: 2.5%; + border-style: solid; + border-width: thick; border-color: var(--main-fg-color); } @@ -25,7 +26,7 @@ small { .title { - font-size: 250%; + font-size: 250%; color: var(--main-fg-color); font-weight: bold; @@ -70,9 +71,9 @@ header i { position: fixed; bottom: 0%; right: -2%; - opacity: 0.5; + opacity: 0.25; transition: opacity 0.25s ease-in; - z-index: -1; + z-index: 1; width: 25%; } @@ -81,26 +82,14 @@ header i { } .eu { - position: fixed; - bottom: 70%; - left: 80%; - opacity: 1; - z-index: -1; - scale: 0.25; - width: 25%; -} - -.stars { - position: fixed; - bottom: 70%; - left: 80%; + position: absolute; + right: 0%; + top: 0%; opacity: 1; - z-index: -1; - scale: 0.25; - width: 25%; + scale: 25%; } -.stars:hover { +.eu:hover { animation: spin 5s linear infinite; } diff --git a/changelog.html b/changelog.html new file mode 100644 index 0000000..bfe1f63 --- /dev/null +++ b/changelog.html @@ -0,0 +1,54 @@ + + + + + + + + + + + El Arriero + + + + + +
+ El Arriero + Home of the Britishly Mediocre + +
+ +
+ +
+
28-06-2026
+
+
    +
  • Added Changelog
  • +
  • Changed E-Mail address.
  • +
  • Navbar made more lively.
  • +
  • Added Restore Britain button.
  • +
  • Replaced EU Easter egg with mobile-friendly version.
  • +
  • Fixed text on main page.
  • +
+
+
+ + Fig +
+ + RESTORE BRITAIN! + + + + EUistan Flag + + + diff --git a/contact.html b/contact.html index a3de72f..56b2e2e 100644 --- a/contact.html +++ b/contact.html @@ -1,7 +1,7 @@ - + @@ -16,6 +16,7 @@ Home of the Britishly Mediocre @@ -25,16 +26,20 @@

How to Contact Me

Fig - eucolor - - stars - + + RESTORE BRITAIN! + + + + EUistan Flag + diff --git a/fig.html b/fig.html index 30610de..213e824 100644 --- a/fig.html +++ b/fig.html @@ -2,7 +2,7 @@ - + @@ -13,12 +13,12 @@ -
El Arriero Home of the Britishly Mediocre @@ -63,10 +63,14 @@ It would be funny to give our protagonist the worst case of culture shock. Fig - eucolor - - stars - - +
+ + RESTORE BRITAIN! + + + + EUistan Flag + + diff --git a/index.html b/index.html index be7ed8b..83826f1 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + @@ -11,14 +11,13 @@ El Arriero - -
El Arriero Home of the Britishly Mediocre @@ -61,22 +60,22 @@

Real/pol/itik

Restore Britain Outgoing link
-
This is not Reform UK, it is Britain's last hope at peacefully and democratically solving the immigration crisis, impending economic collapse, and Sharia law in the UK - They are the fastest growing political party in the UK, being only ~5 months old (21/June/2026). - Please check it out if you're English. The media is heavily censoring this poltical party and its recent steamroll in Great Yarmouth. +
This is not Reform UK, it's Britain's chance at peacefully and democratically solving the immigration crisis, impending economic collapse, and creeping Sharia law. + Please check it out if you're English.
Fig - eucolor - - stars - - + +
+ + RESTORE BRITAIN! + - - RESTORE BRITAIN! - + + EUistan Flag + + diff --git a/map.html b/map.html index 49faab5..b1d8aa5 100644 --- a/map.html +++ b/map.html @@ -2,7 +2,7 @@ - + @@ -12,16 +12,16 @@ -
El Arriero Home of the Britishly Mediocre -
+

Welcome to Beverly

@@ -37,6 +37,6 @@ stars Fig - + diff --git a/media/eu.gif b/media/eu.gif new file mode 100644 index 0000000..0ac5343 Binary files /dev/null and b/media/eu.gif differ diff --git a/media/eu_anim.gif b/media/eu_anim.gif new file mode 100644 index 0000000..0ba7944 Binary files /dev/null and b/media/eu_anim.gif differ diff --git a/media/stars.png b/media/stars.png index 1ab3f29..cce9576 100644 Binary files a/media/stars.png and b/media/stars.png differ -- cgit v1.2.3