mirror of
https://github.com/GenShibe/website.git
synced 2025-02-12 10:04:48 +00:00
fix and break shit :D
This commit is contained in:
parent
df35eedcd3
commit
049a69f628
5 changed files with 85 additions and 184 deletions
BIN
.DS_Store
vendored
BIN
.DS_Store
vendored
Binary file not shown.
31
404.html
Normal file
31
404.html
Normal file
|
@ -0,0 +1,31 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta property="og:title" content="Gen's Website" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="A little bit of information about Gen :3"/>
|
||||
<meta property="og:type" content="website" />
|
||||
<meta name="author" content="GenShibe" />
|
||||
<meta property="og:image" content="/assets/logo.svg" />
|
||||
<meta property="og:image:height" content="350" />
|
||||
<meta property="og:image:width" content="350" />
|
||||
<meta property="og:url" content="https://genshibe.ca" />
|
||||
<title>Gen's Website</title>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link rel="icon" type="image/x-icon" href="/assets/logo.svg">
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<br>
|
||||
<h1>ERR: 404</h1>
|
||||
<p>Try harder. It doesn't exist.</p>
|
||||
<br>
|
||||
<footer>
|
||||
<a rel="me" href="index.html" target="_blank">TAKE ME HOMEEEEEEEE, COUNTRY ROADSSSSS</a>
|
||||
</footer>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 31 31" xml:space="preserve" width="31" height="31" transform="rotate(180)"><path d="m5.267 15.08 6.46-6.458-.594-.595-7.473 7.474 7.473 7.473.594-.594-6.46-6.46h21.249v-.84z"/><path d="M15.5 0C6.954 0 .001 6.953.001 15.501.001 24.046 6.954 31 15.5 31s15.499-6.954 15.499-15.499C30.999 6.953 24.047 0 15.5 0m0 30.267C7.358 30.267.733 23.643.733 15.501.733 7.357 7.358.732 15.5.732S30.267 7.357 30.267 15.5c0 8.142-6.625 14.767-14.767 14.767"/></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 31 31" xml:space="preserve" width="31" height="31" transform="rotate(180)"><path style="fill:#c6d0f5" d="m5.267 15.08 6.46-6.458-.594-.595-7.473 7.474 7.473 7.473.594-.594-6.46-6.46h21.249v-.84z"/><path style="fill:#c6d0f5" d="M15.5 0C6.954 0 .001 6.953.001 15.501.001 24.046 6.954 31 15.5 31s15.499-6.954 15.499-15.499C30.999 6.953 24.047 0 15.5 0m0 30.267C7.358 30.267.733 23.643.733 15.501.733 7.357 7.358.732 15.5.732S30.267 7.357 30.267 15.5c0 8.142-6.625 14.767-14.767 14.767"/></svg>
|
Before Width: | Height: | Size: 501 B After Width: | Height: | Size: 543 B |
31
index.html
31
index.html
|
@ -14,6 +14,7 @@
|
|||
<meta property="og:url" content="https://genshibe.ca" />
|
||||
<title>Gen's Website</title>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link rel="icon" type="image/x-icon" href="/assets/logo.svg">
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
|
@ -31,7 +32,6 @@
|
|||
<li>Maintainer at <a class="catppuccin" href="https://github.com/catppuccin/userstyles" target="_blank">Catppuccin</a></li>
|
||||
</ul>
|
||||
<hr/>
|
||||
<footer>
|
||||
<div class="socials">
|
||||
<a href="https://discord.com/users/217892728875253760" target="_blank">Discord</a>
|
||||
<a href="https://www.instagram.com/spotter_gen/" target="_blank">Instagram</a>
|
||||
|
@ -39,11 +39,13 @@
|
|||
<a href="mailto:contact@genshibe.ca">Email</a>
|
||||
<a href="https://ko-fi.com/genshibe" target="_blank">Ko-Fi</a>
|
||||
</div>
|
||||
<br>
|
||||
<br>
|
||||
<div class ="buttons">
|
||||
<a href="https://genshibe.ca"><img alt="Gen's Website" src="assets/button.png"></a>
|
||||
<a href="https://blog.catwithaclari.net" target="_blank"><img alt="ChloeCat's website" src ="https://blog.catwithaclari.net/button.png"></a>
|
||||
<a href="https://isabelroses.com" target="_blank"><img alt ="Izsybelle's website" src="assets/bell.gif"> </a>
|
||||
<a href="https://marq42.xyz" target="_blank"><img alt="mir's website" src ="https://marq42.xyz/88x31/mir.png"></a>
|
||||
<!-- <a href="https://marq42.xyz" target="_blank"><img alt="mir's website" src ="https://marq42.xyz/88x31/mir.png"></a> -->
|
||||
<a href="https://amy.rip" target="_blank"><img alt = "amy's website" src="https://amy.rip/88x31.png"> </a>
|
||||
<a href="https://trinkey.com/" target="_blank"><img src="https://trinkey.com/img/88x31.png"></a>
|
||||
<a href="https://alyxia.dev" target="_blank"><img alt="Alyxia's website" src= "https://alyxia.dev/static/img/88x31/self.png"></a>
|
||||
|
@ -60,7 +62,8 @@
|
|||
<img src ="https://cyber.dabamos.de/88x31/she-her.gif">
|
||||
<img src ="https://cyber.dabamos.de/88x31/they-them.gif">
|
||||
</div>
|
||||
<span>
|
||||
<hr/>
|
||||
<span class="updated">
|
||||
Last updated at: <span class="last-updated"></span>
|
||||
</span>
|
||||
<div class="webring">
|
||||
|
@ -70,32 +73,12 @@
|
|||
<a href="https://ctp-webr.ing"><img alt="Catppuccin Webring" src="assets/webbring.webp"></a>
|
||||
<a href="https://ctp-webr.ing/genshibe/next"><img src="assets/right.svg"></a>
|
||||
</div>
|
||||
<footer>
|
||||
<div class="source">
|
||||
<p>©️ GenShibe | Licensed under GPL v3</p>
|
||||
<a href="https://github.com/GenShibe/website/">Source</a>
|
||||
</div>
|
||||
<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>
|
||||
</footer>
|
||||
</main>
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
||||
|
|
205
style.css
205
style.css
|
@ -2,125 +2,9 @@
|
|||
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;
|
||||
background-color: #1e1e2e;
|
||||
color: #cdd6f4;
|
||||
font-family: "Urbanist", Arial, sans-serif;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
@ -145,18 +29,19 @@ p {
|
|||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
text-align: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
a {
|
||||
color: var(--ctp-blue);
|
||||
color:#89b4fa;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: var(--ctp-sapphire);
|
||||
color: #74c7ec;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: var(--ctp-mauve);
|
||||
color: #cba6f7;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
@ -202,71 +87,73 @@ footer {
|
|||
gap: 2rem;
|
||||
}
|
||||
|
||||
.socials {
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
.buttons {
|
||||
margin: auto;
|
||||
align-items: center;
|
||||
align-content: center;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
.webring {
|
||||
margin: auto;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.updated {
|
||||
margin: auto;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.socials {
|
||||
margin: auto;
|
||||
display: block;
|
||||
gap: 2em;
|
||||
}
|
||||
|
||||
.socials a {
|
||||
padding: 0.25rem 0.5rem;
|
||||
text-decoration: none;
|
||||
color: var(--ctp-text);
|
||||
background-color: var(--ctp-surface0);
|
||||
color: #cdd6f4;
|
||||
background-color: #313244;
|
||||
border-radius: 10px;
|
||||
border: 2px solid;
|
||||
border-color: var(--ctp-peach);
|
||||
text-align: center;
|
||||
border-color: #fab387;
|
||||
font-size: 1.25em;
|
||||
margin: 5px;
|
||||
margin: auto;
|
||||
line-height: 1.75em;
|
||||
box-shadow: 0 0 5px 0 var(--ctp-peach);
|
||||
box-shadow: 0 0 5px 0 #fab387;
|
||||
font-style: bold;
|
||||
animation: 3s ease-in 1s infinite;
|
||||
transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
|
||||
align-items: center !important;
|
||||
}
|
||||
|
||||
.socials a:hover {
|
||||
background-color: var(--ctp-peach);
|
||||
color: var(--ctp-mantle);
|
||||
background-color: #fab387;
|
||||
color: #11111b;
|
||||
}
|
||||
|
||||
assets/left.svg {
|
||||
fill: var(--ctp-peach) !important;
|
||||
stroke: var(--ctp-peach) !important;
|
||||
fill: #fab387 !important;
|
||||
stroke: #fab387 !important;
|
||||
}
|
||||
|
||||
assets/right.svg {
|
||||
fill: var(--ctp-peach);
|
||||
stroke: var(--ctp-peach);
|
||||
fill: #fab387;
|
||||
stroke: #fab387;
|
||||
}
|
||||
|
||||
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-peach);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
hr {
|
||||
height: 2px;
|
||||
width: 80%;
|
||||
background-color: var(--ctp-peach);
|
||||
background-color: #fab387;
|
||||
border: none;
|
||||
margin: 1.5rem auto;
|
||||
box-shadow: 0 0 15px 0 var(--ctp-peach);
|
||||
box-shadow: 0 0 15px 0 #fab387;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue