From 4aa18de493e88aafc9e8c20269923b71278dbac0 Mon Sep 17 00:00:00 2001 From: ParliamentMan Date: Fri, 26 Jun 2026 20:44:00 -0700 Subject: Added better contact & icons for headers --- bev_fig.html | 8 +++--- contact.html | 18 ++++++------ fig.html | 6 ++-- index.html | 6 ++-- map.html | 8 +++--- pmc/index.html~ | 61 ----------------------------------------- pmc/pmc.css~ | 85 --------------------------------------------------------- 7 files changed, 23 insertions(+), 169 deletions(-) delete mode 100644 pmc/index.html~ delete mode 100644 pmc/pmc.css~ diff --git a/bev_fig.html b/bev_fig.html index 569b538..0b88d0a 100644 --- a/bev_fig.html +++ b/bev_fig.html @@ -17,11 +17,11 @@ El Arriero Home of the Britishly Mediocre - +

"Stop faffin' about and come 'ere"

diff --git a/contact.html b/contact.html index d8e981f..a3de72f 100644 --- a/contact.html +++ b/contact.html @@ -15,20 +15,20 @@ El Arriero Home of the Britishly Mediocre

How to Contact Me

- The best way is through my email: parliamentman@elarriero.org - Mail Address. - Don't use Outlook or Gmail. - These providers are hostile to my service, and will reject outgoing and incoming mail to/from this place. - Instead, use Proton Mail or cock.li. - I check my email frequently, almost hourly, so please do send me something. I love responding to you guys Heart. + Fig eucolor diff --git a/fig.html b/fig.html index 8596d14..30610de 100644 --- a/fig.html +++ b/fig.html @@ -18,9 +18,9 @@ El Arriero Home of the Britishly Mediocre diff --git a/index.html b/index.html index 3b07ec2..be7ed8b 100644 --- a/index.html +++ b/index.html @@ -18,9 +18,9 @@ El Arriero Home of the Britishly Mediocre diff --git a/map.html b/map.html index 4328d67..49faab5 100644 --- a/map.html +++ b/map.html @@ -17,11 +17,11 @@ El Arriero Home of the Britishly Mediocre - +

Welcome to Beverly

diff --git a/pmc/index.html~ b/pmc/index.html~ deleted file mode 100644 index 32207e4..0000000 --- a/pmc/index.html~ +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - - - - - Chimera PMC - - - -
-

CHIMERA DEFENSE GROUP

-

We get it done for a price.

-
- -
- - -
- -
-

Why Choose Us?

-
- Kaboom -
Peacekeeping operation in Kekistan (2016). SpaceDimSum drew this.
-
-
-
-

Security Wherever You Need It

-

We discretely operate around the world, ensuring that your integrity, assets, secrets, and foreign interests are well protected.

- -

Advanced Weaponry

-

We source gear from reputable runners and trusted manufacturers. Our wide range of equipment is tailored to your specific needs and price range, and is rigorously tested before any mission.

- -

Elite Operators

-

Our team of veterans and specialists bring unmatched experience and precision to every mission. From civilian training to political destabilization, we do it all.

-
-

Flawless Track Record

-
-
-
    -
  • 10+ Years of Experience
  • -
  • 25+ Countries
  • -
  • 24/7/365 Operations
  • -
  • 0 Reported Casualties
  • -
-
-
- - - - diff --git a/pmc/pmc.css~ b/pmc/pmc.css~ deleted file mode 100644 index ea57cc0..0000000 --- a/pmc/pmc.css~ +++ /dev/null @@ -1,85 +0,0 @@ -:root { - --main-fg-color: #003400; - --main-ac-color: #007400; -background-color: darkgray;; -} - -header { - font-size: 150%; - color: crimson; - text-align: center; - background-image: linear-gradient(to bottom, white, black 40%); - padding: 1.5%; -} - -header h1, h2 { - margin: 0 0 0 0; /* top right bottom left */ -} - -header h2 { - font-style: italic; -} - -header h2 { - font-size: 1.5rem; -} - -body { - font-family: sans-serif; - font-size: 100%; - margin: 0%; -} - -h3 { - -} - -nav { - display: flex; - justify-content: center; -} - -nav a { - margin-top: 0; - padding: 0.5% 4%; - text-decoration: none; - color: crimson; - font-weight: bold; -} - -nav a:hover { - background-color: gray; -} - -hr { - color: crimson; - margin: 0%; -} - -main { - color: white; - padding: 2% 5%; -} - -figure { - float: right; - width: 25%; - margin: 0 0 10% 10%; -} - -.mainindent { - padding-left: 1.5%; -} - -figure img { - width: 100%; - height: auto; - border-style: groove; - border-width: 1vw; - border-color: brown; -} -small { - font-style: italic; - color: gray; -} - -- cgit v1.2.3