mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-01-18 11:47:01 -08:00
deploy: 80addc6a74
This commit is contained in:
parent
2e164524b8
commit
fc20cdbd04
5 changed files with 65 additions and 11 deletions
4
404.html
4
404.html
|
@ -5,12 +5,12 @@
|
|||
|
||||
<meta name="referrer" content="no-referrer">
|
||||
<link rel="stylesheet" href="/styles/index.css">
|
||||
<title>zoey.dev</title><base href="https://zoey.dev"></head>
|
||||
<title>Zyllian</title><base href="https://zoey.dev"></head>
|
||||
|
||||
<body>
|
||||
<header class="main-header">
|
||||
<span>
|
||||
<span class="name">Zoey</span>'s website |
|
||||
<a class="name" href="/">Zyllian</a> |
|
||||
<span class="pronouns">she/they</span>
|
||||
</span>
|
||||
<span class="spacer"></span>
|
||||
|
|
|
@ -5,12 +5,12 @@
|
|||
|
||||
<meta name="referrer" content="no-referrer">
|
||||
<link rel="stylesheet" href="/styles/index.css">
|
||||
<title>zoey.dev</title><base href="https://zoey.dev"></head>
|
||||
<title>Zyllian</title><base href="https://zoey.dev"></head>
|
||||
|
||||
<body>
|
||||
<header class="main-header">
|
||||
<span>
|
||||
<span class="name">Zoey</span>'s website |
|
||||
<a class="name" href="/">Zyllian</a> |
|
||||
<span class="pronouns">she/they</span>
|
||||
</span>
|
||||
<span class="spacer"></span>
|
||||
|
@ -18,11 +18,10 @@
|
|||
</header>
|
||||
<main class="page">
|
||||
<h1>Zoey’s Website</h1>
|
||||
<p>Welcome to the site! There’s not really anything here.</p>
|
||||
<p>Links:</p>
|
||||
<p>Welcome! I’m Zoey (aka Zyllian), a trans woman living in the <abbr title="Pacific Northwest">PNW</abbr>. There’s not a whole lot here, so here are some links to other places I’m at:</p>
|
||||
<ul>
|
||||
<li><a href="https://github.com/Zyllian" rel="noopener noreferrer" target="_blank">GitHub</a></li>
|
||||
<li><a href="https://www.youtube.com/channel/UClXnco_MNJjhyNR_t-2CPpQ" rel="noopener noreferrer" target="_blank">YouTube</a> (Some videos with no particular theme)</li>
|
||||
<li><a href="https://www.youtube.com/channel/UClXnco_MNJjhyNR_t-2CPpQ" rel="noopener noreferrer" target="_blank">YouTube</a> (Mostly short video game clips)</li>
|
||||
<li><a href="https://twitter.com/Zylllian" rel="noopener noreferrer" target="_blank">Twitter</a> (I don’t post here much)</li>
|
||||
</ul>
|
||||
|
||||
|
|
26
secret.html
Normal file
26
secret.html
Normal file
|
@ -0,0 +1,26 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head><meta charset="utf-8">
|
||||
|
||||
<meta name="referrer" content="no-referrer">
|
||||
<link rel="stylesheet" href="/styles/index.css">
|
||||
<title>Zyllian</title><base href="https://zoey.dev"></head>
|
||||
|
||||
<body>
|
||||
<header class="main-header">
|
||||
<span>
|
||||
<a class="name" href="/">Zyllian</a> |
|
||||
<span class="pronouns">she/they</span>
|
||||
</span>
|
||||
<span class="spacer"></span>
|
||||
<a href="https://github.com/Zyllian/zyllian.github.io" rel="noopener noreferrer" target="_blank">Source</a>
|
||||
</header>
|
||||
<main class="page">
|
||||
<h1>You found the secret page! 🎉🎉</h1>
|
||||
<p>that’s it.</p>
|
||||
|
||||
</main>
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -6,14 +6,14 @@ body {
|
|||
height: 100vh;
|
||||
--bg-color: #eee;
|
||||
--text-color: black;
|
||||
--accent-color: #0ad;
|
||||
--accent-text-color: var(--text-color);
|
||||
--accent-color: #b520e7;
|
||||
--accent-text-color: var(--bg-color);
|
||||
}
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
--bg-color: #333;
|
||||
--text-color: #aaa;
|
||||
--accent-text-color: var(--bg-color);
|
||||
--text-color: #ccc;
|
||||
--accent-text-color: black;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -43,3 +43,7 @@ a:hover, a:focus {
|
|||
main.page {
|
||||
margin: 8px;
|
||||
}
|
||||
|
||||
abbr {
|
||||
cursor: help;
|
||||
}
|
||||
|
|
25
test.html
Normal file
25
test.html
Normal file
|
@ -0,0 +1,25 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head><meta charset="utf-8">
|
||||
|
||||
<meta name="referrer" content="no-referrer">
|
||||
<link rel="stylesheet" href="/styles/index.css">
|
||||
<title>Zyllian</title><base href="https://zoey.dev"></head>
|
||||
|
||||
<body>
|
||||
<header class="main-header">
|
||||
<span>
|
||||
<a class="name" href="/">Zyllian</a> |
|
||||
<span class="pronouns">she/they</span>
|
||||
</span>
|
||||
<span class="spacer"></span>
|
||||
<a href="https://github.com/Zyllian/zyllian.github.io" rel="noopener noreferrer" target="_blank">Source</a>
|
||||
</header>
|
||||
<main class="page">
|
||||
<p>just a test page to check something</p>
|
||||
|
||||
</main>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Reference in a new issue