diff options
| author | ParliamentMan <parliamentman@tfwno.gf> | 2026-06-26 20:44:00 -0700 |
|---|---|---|
| committer | ParliamentMan <parliamentman@tfwno.gf> | 2026-06-26 20:44:00 -0700 |
| commit | 4aa18de493e88aafc9e8c20269923b71278dbac0 (patch) | |
| tree | c6ac8151d2ea7e3783b1fadce2260d6796ef0808 /pmc | |
| parent | 715b4c472a050aaae50c65333dd7b247cbc938c3 (diff) | |
Added better contact & icons for headers
Diffstat (limited to 'pmc')
| -rw-r--r-- | pmc/index.html~ | 61 | ||||
| -rw-r--r-- | pmc/pmc.css~ | 85 |
2 files changed, 0 insertions, 146 deletions
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 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - - <link rel="stylesheet" href="pmc.css?v=1"> - <meta http-equiv="content-type" content="text/html; charset=windows-1252"> - <meta name="author" content="Jodian Buenaventura" > - <meta name="keywords" content="PMC, /hmofa/, hmofa, index, furry, military, humor"> - <meta name="description" content="PMC Contractor by and for /hmofa/"> - <link rel="icon" type="image/x-icon" href="placeholder.ico"> - <title>Chimera PMC</title> - </head> - - <body> - <header> - <h1>CHIMERA DEFENSE GROUP</h1> - <h2><q>We get it done for a price.</q></h2> - </header> - - <hr> - - <nav> - <a href="website.com">Ground Operations</a> - <a href="website.com">Aerial Support</a> - <a href="website.com">Maritime Defense</a> - <a href="website.com">Civilian & Police Training</a> - </nav> - <hr> - - <main> - <h2>Why Choose Us?</h2> - <figure> - <img src="img/kaboom.png" alt="Kaboom"> - <figcaption>Peacekeeping operation in Kekistan (2016). <small>SpaceDimSum drew this.</small></figcaption> - </figure> - <hr> - <div class="mainindent"> - <h3>Security Wherever You Need It</h3> - <p>We discretely operate around the world, ensuring that your integrity, assets, secrets, and foreign interests are well protected.</p> - - <h3>Advanced Weaponry</h3> - <p>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.</p> - - <h3>Elite Operators</h3> - <p>Our team of veterans and specialists bring unmatched experience and precision to every mission. From civilian training to political destabilization, we do it all.</p> - </div> - <h2>Flawless Track Record</h2> - <hr> - <div class="mainindent"> - <ul> - <li>10+ Years of Experience</li> - <li>25+ Countries</li> - <li>24/7/365 Operations</li> - <li>0 Reported Casualties</li> - </ul> - </div> - </main> - - </body> -</html> - 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; -} - |
