mirror of
https://github.com/GenShibe/website.git
synced 2025-02-12 09:34:48 +00:00
we do a bit of fucking around~
This commit is contained in:
parent
c8791a08f8
commit
a85378422b
4 changed files with 302 additions and 5 deletions
BIN
.DS_Store
vendored
BIN
.DS_Store
vendored
Binary file not shown.
60
help.html
Normal file
60
help.html
Normal file
|
@ -0,0 +1,60 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<link rel="stylesheet" href="sheet.css" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<main>
|
||||||
|
<h1>🐈🐩🦊 Animal Noise Currency Exchange FAQ 🐇🐈⬛🐕</h1>
|
||||||
|
<h2>Here are some frequently asked questions about Animal Noises Currency Exchange!</h2>
|
||||||
|
<hr/>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<h3>Where Can I Transfer My Money?</h3>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
You transfer your money by using one of our two dedicated ATMs, convininently located at
|
||||||
|
<br>
|
||||||
|
<a href="https://www.openstreetmap.org/#map=18/49.194327/-122.967305&layers=N" target="_blank">8081 Meadow Avenue, Burnaby, BC, V3N 2V9, Canada.</a>
|
||||||
|
<br>
|
||||||
|
and
|
||||||
|
<br>
|
||||||
|
<a href="https://www.openstreetmap.org/way/301017480" target="_blank">1280 Raymur Ave, Vancouver, BC V6A 3L8, Canada.</a>
|
||||||
|
</li>
|
||||||
|
<br>
|
||||||
|
<li> <h3>How Long Does It Take For My Subscription to be Processed?</h3></li>
|
||||||
|
<li>It usually takes around 3-4 quadrillion microseconds to be processed. </li>
|
||||||
|
<br>
|
||||||
|
<li><h3>What Are the Benefits of Using You Over the Competition?</h3></li>
|
||||||
|
<li>One notable benefit is that its ran by animals, for animals, therefore you can expect the lowest level of privacy and security.</li>
|
||||||
|
</ul>
|
||||||
|
<hr/>
|
||||||
|
<a href="https://ko-fi.com/ielenia"><h3>Homepage</h3></a>
|
||||||
|
|
||||||
|
<select class="theme-selector">
|
||||||
|
<option value="latte">Latte</option>
|
||||||
|
<option value="frappe">Frappé</option>
|
||||||
|
<option value="macchiato">Macchiato</option>
|
||||||
|
<option value="mocha">Mocha</option>
|
||||||
|
</select>
|
||||||
|
</main>
|
||||||
|
<footer>
|
||||||
|
<script>
|
||||||
|
window.addEventListener("DOMContentLoaded", () => {
|
||||||
|
const selector = document.querySelector(".theme-selector");
|
||||||
|
selector.value =
|
||||||
|
localStorage.getItem("theme") ||
|
||||||
|
window.matchMedia("(prefers-color-scheme: dark)").matches
|
||||||
|
? "mocha"
|
||||||
|
: "latte";
|
||||||
|
document.documentElement.setAttribute("theme", selector.value);
|
||||||
|
selector.addEventListener("change", function () {
|
||||||
|
localStorage.setItem("theme", this.value);
|
||||||
|
document.documentElement.setAttribute("theme", this.value);
|
||||||
|
});
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
227
sheet.css
Normal file
227
sheet.css
Normal file
|
@ -0,0 +1,227 @@
|
||||||
|
* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
:root[theme="latte"] {
|
||||||
|
--ctp-rosewater: #dc8a78;
|
||||||
|
--ctp-flamingo: #dd7878;
|
||||||
|
--ctp-pink: #ea76cb;
|
||||||
|
--ctp-mauve: #8839ef;
|
||||||
|
--ctp-red: #d20f39;
|
||||||
|
--ctp-maroon: #e64553;
|
||||||
|
--ctp-peach: #fe640b;
|
||||||
|
--ctp-yellow: #df8e1d;
|
||||||
|
--ctp-green: #40a02b;
|
||||||
|
--ctp-teal: #179299;
|
||||||
|
--ctp-sky: #04a5e5;
|
||||||
|
--ctp-sapphire: #209fb5;
|
||||||
|
--ctp-blue: #1e66f5;
|
||||||
|
--ctp-lavender: #7287fd;
|
||||||
|
--ctp-text: #4c4f69;
|
||||||
|
--ctp-subtext1: #5c5f77;
|
||||||
|
--ctp-subtext0: #6c6f85;
|
||||||
|
--ctp-overlay2: #7c7f93;
|
||||||
|
--ctp-overlay1: #8c8fa1;
|
||||||
|
--ctp-overlay0: #9ca0b0;
|
||||||
|
--ctp-surface2: #acb0be;
|
||||||
|
--ctp-surface1: #bcc0cc;
|
||||||
|
--ctp-surface0: #ccd0da;
|
||||||
|
--ctp-base: #eff1f5;
|
||||||
|
--ctp-mantle: #e6e9ef;
|
||||||
|
--ctp-crust: #dce0e8;
|
||||||
|
}
|
||||||
|
|
||||||
|
:root[theme="frappe"] {
|
||||||
|
--ctp-rosewater: #f2d5cf;
|
||||||
|
--ctp-flamingo: #eebebe;
|
||||||
|
--ctp-pink: #f4b8e4;
|
||||||
|
--ctp-mauve: #ca9ee6;
|
||||||
|
--ctp-red: #e78284;
|
||||||
|
--ctp-maroon: #ea999c;
|
||||||
|
--ctp-peach: #ef9f76;
|
||||||
|
--ctp-yellow: #e5c890;
|
||||||
|
--ctp-green: #a6d189;
|
||||||
|
--ctp-teal: #81c8be;
|
||||||
|
--ctp-sky: #99d1db;
|
||||||
|
--ctp-sapphire: #85c1dc;
|
||||||
|
--ctp-blue: #8caaee;
|
||||||
|
--ctp-lavender: #babbf1;
|
||||||
|
--ctp-text: #c6d0f5;
|
||||||
|
--ctp-subtext1: #b5bfe2;
|
||||||
|
--ctp-subtext0: #a5adce;
|
||||||
|
--ctp-overlay2: #949cbb;
|
||||||
|
--ctp-overlay1: #838ba7;
|
||||||
|
--ctp-overlay0: #737994;
|
||||||
|
--ctp-surface2: #626880;
|
||||||
|
--ctp-surface1: #51576d;
|
||||||
|
--ctp-surface0: #414559;
|
||||||
|
--ctp-base: #303446;
|
||||||
|
--ctp-mantle: #292c3c;
|
||||||
|
--ctp-crust: #232634;
|
||||||
|
}
|
||||||
|
|
||||||
|
:root[theme="macchiato"] {
|
||||||
|
--ctp-rosewater: #f4dbd6;
|
||||||
|
--ctp-flamingo: #f0c6c6;
|
||||||
|
--ctp-pink: #f5bde6;
|
||||||
|
--ctp-mauve: #c6a0f6;
|
||||||
|
--ctp-red: #ed8796;
|
||||||
|
--ctp-maroon: #ee99a0;
|
||||||
|
--ctp-peach: #f5a97f;
|
||||||
|
--ctp-yellow: #eed49f;
|
||||||
|
--ctp-green: #a6da95;
|
||||||
|
--ctp-teal: #8bd5ca;
|
||||||
|
--ctp-sky: #91d7e3;
|
||||||
|
--ctp-sapphire: #7dc4e4;
|
||||||
|
--ctp-blue: #8aadf4;
|
||||||
|
--ctp-lavender: #b7bdf8;
|
||||||
|
--ctp-text: #cad3f5;
|
||||||
|
--ctp-subtext1: #b8c0e0;
|
||||||
|
--ctp-subtext0: #a5adcb;
|
||||||
|
--ctp-overlay2: #939ab7;
|
||||||
|
--ctp-overlay1: #8087a2;
|
||||||
|
--ctp-overlay0: #6e738d;
|
||||||
|
--ctp-surface2: #5b6078;
|
||||||
|
--ctp-surface1: #494d64;
|
||||||
|
--ctp-surface0: #363a4f;
|
||||||
|
--ctp-base: #24273a;
|
||||||
|
--ctp-mantle: #1e2030;
|
||||||
|
--ctp-crust: #181926;
|
||||||
|
}
|
||||||
|
|
||||||
|
:root[theme="mocha"] {
|
||||||
|
--ctp-rosewater: #f5e0dc;
|
||||||
|
--ctp-flamingo: #f2cdcd;
|
||||||
|
--ctp-pink: #f5c2e7;
|
||||||
|
--ctp-mauve: #cba6f7;
|
||||||
|
--ctp-red: #f38ba8;
|
||||||
|
--ctp-maroon: #eba0ac;
|
||||||
|
--ctp-peach: #fab387;
|
||||||
|
--ctp-yellow: #f9e2af;
|
||||||
|
--ctp-green: #a6e3a1;
|
||||||
|
--ctp-teal: #94e2d5;
|
||||||
|
--ctp-sky: #89dceb;
|
||||||
|
--ctp-sapphire: #74c7ec;
|
||||||
|
--ctp-blue: #89b4fa;
|
||||||
|
--ctp-lavender: #b4befe;
|
||||||
|
--ctp-text: #cdd6f4;
|
||||||
|
--ctp-subtext1: #bac2de;
|
||||||
|
--ctp-subtext0: #a6adc8;
|
||||||
|
--ctp-overlay2: #9399b2;
|
||||||
|
--ctp-overlay1: #7f849c;
|
||||||
|
--ctp-overlay0: #6c7086;
|
||||||
|
--ctp-surface2: #585b70;
|
||||||
|
--ctp-surface1: #45475a;
|
||||||
|
--ctp-surface0: #313244;
|
||||||
|
--ctp-base: #1e1e2e;
|
||||||
|
--ctp-mantle: #181825;
|
||||||
|
--ctp-crust: #11111b;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
background-color: var(--ctp-base);
|
||||||
|
color: var(--ctp-text) !important;
|
||||||
|
font-family: "Urbanist", Arial, sans-serif;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* urbanist-regular - latin */
|
||||||
|
@font-face {
|
||||||
|
font-display: swap;
|
||||||
|
/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
||||||
|
font-family: 'Urbanist';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
src: url('./fonts/urbanist-v15-latin-regular.woff2') format('woff2');
|
||||||
|
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-size: 1em;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: var(--ctp-red);
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: var(--ctp-mauve);
|
||||||
|
}
|
||||||
|
|
||||||
|
a:visited {
|
||||||
|
color: var(--ctp-pink);
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
margin-bottom: 2px;
|
||||||
|
margin-top: 2px;
|
||||||
|
font-size: 3em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
margin-top: 2px;
|
||||||
|
margin-bottom: 2px;
|
||||||
|
font-size: 2em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
margin-bottom: 0.25em;
|
||||||
|
font-size: 1.5em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
li {
|
||||||
|
font-size: 1.5em;
|
||||||
|
text-align: center;
|
||||||
|
list-style-type: none;
|
||||||
|
margin-bottom: 1.5px;
|
||||||
|
align-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
select {
|
||||||
|
padding: 0.25rem 0.25rem;
|
||||||
|
background-color: var(--ctp-surface0);
|
||||||
|
color: var(--ctp-text);
|
||||||
|
border-radius: 5px;
|
||||||
|
border: 1px solid;
|
||||||
|
border-color: var(--ctp-mantle);
|
||||||
|
text-align: center;
|
||||||
|
align-content: center !important;
|
||||||
|
align-items: center !important;
|
||||||
|
display: inline-flex;
|
||||||
|
font-size: 1em;
|
||||||
|
border-radius: 7px;
|
||||||
|
box-shadow: 0 0 5px 0 var(--ctp-green);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
height: 2px;
|
||||||
|
width: 80%;
|
||||||
|
background-color: var(--ctp-yellow);
|
||||||
|
border: none;
|
||||||
|
margin: 1.5rem auto;
|
||||||
|
box-shadow: 0 0 15px 0 var(--ctp-yellow);
|
||||||
|
}
|
20
style.css
20
style.css
|
@ -173,6 +173,13 @@ h2 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
margin-bottom: 0.25em;
|
||||||
|
font-size: 1.5em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
@ -230,17 +237,20 @@ assets/right.svg {
|
||||||
}
|
}
|
||||||
|
|
||||||
select {
|
select {
|
||||||
padding: 0.25rem 0.5rem;
|
padding: 0.25rem 0.25rem;
|
||||||
background-color: var(--ctp-surface0);
|
background-color: var(--ctp-surface0);
|
||||||
color: var(--ctp-text);
|
color: var(--ctp-text);
|
||||||
border-radius: 7px;
|
border-radius: 5px;
|
||||||
border: 2px solid;
|
border: 1px solid;
|
||||||
border-color: var(--ctp-mantle);
|
border-color: var(--ctp-mantle);
|
||||||
text-align: left;
|
text-align: center;
|
||||||
|
align-content: center !important;
|
||||||
|
align-items: center !important;
|
||||||
|
display: inline-flex;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
line-height: 1.25em;
|
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
box-shadow: 0 0 5px 0 var(--ctp-peach);
|
box-shadow: 0 0 5px 0 var(--ctp-peach);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.socials a:hover {
|
.socials a:hover {
|
||||||
|
|
Loading…
Add table
Reference in a new issue