full site
This commit is contained in:
parent
1881b03da7
commit
47e23a3751
2 changed files with 144 additions and 2 deletions
140
index.html
140
index.html
|
@ -9,13 +9,149 @@
|
|||
/>
|
||||
<style>
|
||||
:root {
|
||||
--l0: #1b1f21;
|
||||
--l1: #262b2e;
|
||||
--l2: #441452;
|
||||
--l3: #752565;
|
||||
--l4: #ce2a66;
|
||||
--l5: #ce9bb7;
|
||||
--l6: #fdf4f4;
|
||||
|
||||
font-family: "Atkinson Hyperlegible", sans-serif;
|
||||
background-color: var(--l0);
|
||||
color: var(--l6);
|
||||
}
|
||||
|
||||
section {
|
||||
border: 2px solid var(--l1);
|
||||
max-width: 90vw;
|
||||
width: 720px;
|
||||
padding: 1em;
|
||||
border-bottom: 0;
|
||||
&:last-of-type {
|
||||
border-bottom: 2px solid var(--l1);
|
||||
}
|
||||
}
|
||||
|
||||
.locations li {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
footer {
|
||||
padding-top: 0.5em;
|
||||
text-align: center;
|
||||
max-width: 90vw;
|
||||
width: 720px;
|
||||
}
|
||||
</style>
|
||||
<!-- otherwise, empty. -->
|
||||
</head>
|
||||
<body>
|
||||
<h1>local doll repair</h1>
|
||||
<p>▖▘▌▘▘▌▌▌▖▘</p>
|
||||
<section class="first">
|
||||
<h1>Solar Metro Doll Repair</h1>
|
||||
<p>
|
||||
Serving the Solar Metro area with repair & maintenance services for dolls,
|
||||
drones, and exosuits of any make and model for over 15,000 years.
|
||||
</p>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Services Offered</h2>
|
||||
<ul>
|
||||
<li>Lubrication Service</li>
|
||||
<li>Combat Readiness Inspections (All-Federation Certified)</li>
|
||||
<li>Filter Changes</li>
|
||||
<li>Electromotive System Repair</li>
|
||||
<li>Battery Replacements</li>
|
||||
<li>Software, Firmware & Protocol Updates</li>
|
||||
<li>Memory Rewriting</li>
|
||||
<li>Ceramic, Glass, & Composite Reworks</li>
|
||||
<li>...and more!</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="locations">
|
||||
<h2>Locations</h2>
|
||||
<p>
|
||||
We have many convenient locations within the Solar region. Please stop by
|
||||
soon!
|
||||
</p>
|
||||
<p>
|
||||
All locations have free tea service, a waiting room, and overnight
|
||||
services where possible.
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<b>Earth Headquarters</b><br />
|
||||
<i>
|
||||
B. Obama Memorial Tower, Floor 521, Unit A<br />
|
||||
Eastern Banks, Inner Colonies YY5-X3B<br />
|
||||
Hours: 16:00 to 01:00 Monday - Thursday<br />
|
||||
Managing Partner: Hideri Calliope
|
||||
</i>
|
||||
</li>
|
||||
<li>
|
||||
<b>Earth West</b><br />
|
||||
<i>
|
||||
41 Eigenvector Loop<br />
|
||||
Old San Francisco, New California A00-P4X<br />
|
||||
Hours: 09:00 to 17:00 Tuesday - Thursday<br />
|
||||
Managing Partner: RHD-5525-1022
|
||||
</i>
|
||||
</li>
|
||||
<li>
|
||||
<b>Helios Inner Zone</b><br />
|
||||
<i>
|
||||
Deck 30, Hangars B-F<br />
|
||||
Luna L5 Relay Station<br />
|
||||
Hours: 24/7 (except Earth & System Holidays)<br />
|
||||
Managing Partner: RHD-0000-0001
|
||||
</i>
|
||||
</li>
|
||||
<li>
|
||||
<b>Cererian Commune</b><br />
|
||||
<i>
|
||||
Orbiter #450<br />
|
||||
Section 2, CerCom, 1 Ceres Orbit<br />
|
||||
Hours: 24/7 (except Belt Holidays)<br />
|
||||
Managing Partner: Ethyl Ng
|
||||
</i>
|
||||
</li>
|
||||
<li>
|
||||
<b>Outer Rim</b><br />
|
||||
<i>
|
||||
Level 10, Unit 14B<br />
|
||||
Neptune Jump Station<br />
|
||||
Hours: By Appointment Only<br />
|
||||
Managing Partners: Quaarius Lucent & RHD-1200-6721
|
||||
</i>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section>
|
||||
<h2>About Us</h2>
|
||||
<p>
|
||||
Hideri Calliope has been providing excellent customer service and repair
|
||||
work for thousands of years. Hideri is an FMSE® Certified™
|
||||
Master Technician since 2017.
|
||||
</p>
|
||||
<p>
|
||||
We are the primary hivekeeper for the RHD system, providing the system
|
||||
with the best in class repair service drones to meet your service needs.
|
||||
</p>
|
||||
<p>Please stop by, and tell us you found us through our website!</p>
|
||||
</section>
|
||||
<footer>
|
||||
<a href="https://noe.sh" target="_blank"
|
||||
><img src="https://noe.sh/yay/88x31.png" width="88" height="31" alt="noe"
|
||||
/></a>
|
||||
<img
|
||||
src="https://noe.sh/yay/88x31-nap.png"
|
||||
width="88"
|
||||
height="31"
|
||||
alt="not a person"
|
||||
/>
|
||||
</footer>
|
||||
<!-- otherwise, empty. -->
|
||||
</body>
|
||||
<script defer async>
|
||||
document.body.innerHTML += `<p>turn off javascript for a better experience</p>`;
|
||||
</script>
|
||||
|
|
6
robots.txt
Normal file
6
robots.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
User-agent: *
|
||||
Disallow: /
|
||||
|
||||
User-agent: doll
|
||||
User-agent: witch # brave of Miss to check this file :)
|
||||
Allow: /
|
Loading…
Add table
Add a link
Reference in a new issue