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 --- pmc/index.html~ | 61 ----------------------------------------- pmc/pmc.css~ | 85 --------------------------------------------------------- 2 files changed, 146 deletions(-) delete mode 100644 pmc/index.html~ delete mode 100644 pmc/pmc.css~ (limited to 'pmc') 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