Compare commits

...

4 Commits
irl ... master

Author SHA1 Message Date
Yuki 441f3d8476 Add and change some buttons (including mine, + favicon) 2024-06-23 17:04:00 -04:00
Yuki 3fb1d368b0 add friends for real 2024-03-20 22:40:16 -04:00
Yuki 3d227cd4a9 Add sites and friends 2024-03-20 22:34:42 -04:00
Yuki 9ef1fb3671 Add contact form 2023-11-06 00:21:08 -05:00
19 changed files with 177 additions and 4 deletions

BIN
buttons/a39.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
buttons/biribiri.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
buttons/codewalrus.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 938 B

BIN
buttons/djomni.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

BIN
buttons/dreamofomni.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

BIN
buttons/ezio.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 801 B

BIN
buttons/hl98.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

BIN
buttons/mariomasta64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 339 B

BIN
buttons/mjdxp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
buttons/silk.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

BIN
buttons/skye.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

BIN
buttons/tengu.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
buttons/toastersrocks.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
buttons/xn--u80a.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

42
contact.html Normal file
View File

@ -0,0 +1,42 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Rampart+One&family=Shantell+Sans:wght@400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<link rel="me" href="https://groupe-tazor.com/@Yuki">
<link rel="me" href="https://im-in.space/@Yuki">
<link rel="shortcut icon" href="favicon.png" type="image/png">
<title>contact - Yuki's website</title>
</head>
<body>
<main>
<h1>Send a message</h1>
<form action="/thanks.html" name="contact" method="POST" netlify netlify-honeypot="bot">
<p>
<label for="name">Name</label>
<br/><input type="text" name="name" />
</p>
<p>
<label for="email">Email</label>
<br/><input type="email" name="email" />
</p>
<p>
<label for="message">Message</label>
<br/><textarea name="message" rows="6"></textarea>
</p>
<p title="Which means, don't type anything here">
<label for="bot">If you're a bot, type something here</label>
<br/><input type="text" name="bot" />
</p>
<p class="center">
<button type="submit">Submit</button>
</p>
</form>
<a href=".">go back</a>
</main>
</body>
</html>

BIN
favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -7,7 +7,9 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Rampart+One&family=Shantell+Sans:wght@400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<link rel="me" href="https://groupe-tazor.com/@Yuki">
<link rel="me" href="https://im-in.space/@Yuki">
<link rel="shortcut icon" href="favicon.png" type="image/png">
<title>Yuki's website</title>
</head>
<body>
@ -25,11 +27,56 @@
<li><a href="https://yukiis.moe" title="The life and tribulations of Yuki and Tsuki, a pair of foxgirls who have no idea of what they're doing.">horse life 98</a></li>
<li><a href="https://toasters.rocks" title="Sometimes I write things.">toasters rocks</a></li>
<li><a href="https://codewalr.us" title="A community of calculator hackers, game makers, and artists.">codewalrus</a></li>
<li><a rel="me" href="https://im-in.space/@Yuki" title="My main social media account. I don't really use any other social media aside from this one.">fediverse</a></li>
<li><a href="https://dansunegalaxie.ca" title="Fan wiki for TV show Dans une Galaxie près de chez vous">dans une galaxie wiki</a></li>
<li><a href="https://toile.qc.to" title="Search engine based on SearXNG">toile</a></li>
<li><a rel="me" href="https://groupe-tazor.com/@Yuki" title="My main social media account. I don't really use any other social media aside from this one.">fediverse</a></li>
<li><a href="https://patreon.com/a39" title="Shut up and throw me money. Might send devlogs and exclusivities on my work in exchange.">patreon</a></li>
<li><a href="https://git.a39.ca/yuki" title="A repository of code I wrote. May contain sources for the above websites.">source code</a></li>
<li><a href="mailto:yuki@a39.ca" title="If you ever need to send me email, but that's probably a last resort, I guess.">mailto</a></li>
<li><a href="contact.html" title="If you ever need to send me email, but that's probably a last resort, I guess.">contact</a></li>
</ul>
<nav>
<a href="." title="This website">
<img src="buttons/xn--u80a.png" alt="This website">
</a>
<a href="https://a39.ca" title="a39">
<img src="buttons/a39.png" alt="a39">
</a>
<a href="https://codewalr.us" title="CodeWalrus">
<img src="buttons/codewalrus.png" alt="CodeWalrus">
</a>
<a href="https://yukiis.moe" title="Horse Life 98">
<img src="buttons/hl98.png" alt="Horse Life 98">
</a>
<a href="https://toasters.rocks" title="Toasters Rocks">
<img src="buttons/toastersrocks.png" alt="Toasters Rocks">
</a>
</nav>
<nav>
<a href="https://dreamofomnimaga.page/" title="Dream of Omnimaga Music">
<img src="buttons/dreamofomni.png" alt="Dream of Omnimaga Music">
</a>
<a href="https://reimu.info/" title="Ezio's website">
<img src="buttons/ezio.png" alt="Ezio's website">
</a>
<a href="https://mjdxp.neocities.org/" title="mjdxp's website">
<img src="buttons/mjdxp.png" alt="mjdxp's website">
</a>
<a href="https://silk.ms/" title="silk.ms">
<img src="buttons/silk.png" alt="silk.ms">
</a>
<a href="https://skyeweeb.weebly.com" title="Skye's website">
<img src="buttons/skye.png" alt="Skye's website">
</a>
<a href="https://mariomasta64.me" title="Flan's website">
<img src="buttons/mariomasta64.png" alt="Flan's website">
</a>
<a href="https://biribiri.dev" title="Project Radio Noise">
<img src="buttons/biribiri.png" alt="Project Radio Noise">
</a>
<a href="https://tengu.space" title="tengu.space">
<img src="buttons/tengu.png" alt="tengu.space">
</a>
</nav>
<footer>
avatar by sutemo
<br/>website designed by Yuki

View File

@ -6,7 +6,11 @@ body
background-position: center;
background-attachment: fixed;
text-align: center;
@supports (background-image: url("bg.avif"))
}
@supports (background-image: url("bg.avif"))
{
body
{
background-image: url("bg.avif");
}
@ -107,10 +111,11 @@ li
transition: 0.2s;
}
li:hover
li:hover, button:hover, input:focus, textarea:focus
{
transform: translate(4px, 4px);
box-shadow: 2px 2px black;
outline: none;
}
li a, li a:visited
@ -123,6 +128,62 @@ li a, li a:visited
padding: 0.5em 0;
}
form
{
text-align: left;
}
input, button, textarea
{
width: calc(100% - 8px);
font-family: 'Shantell Sans', cursive;
background-color: blueviolet;
color: white;
border: none;
border-radius: 8px;
box-shadow: 6px 6px black;
padding: 4px;
transition: 0.2s;
}
button
{
width: inherit;
padding: 4px 4em;
}
textarea
{
resize: vertical;
}
.center
{
text-align: center;
}
footer
{
padding-top: 2em;
}
nav a
{
text-decoration: none;
}
nav a img
{
box-shadow: 4px 4px black;
transition: 0.2s;
}
nav a img:hover
{
transform: translate(2px, 2px);
box-shadow: 2px 2px black;
}
@media screen and (max-width: 992px) {
main
{

23
thanks.html Normal file
View File

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Rampart+One&family=Shantell+Sans:wght@400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<link rel="me" href="https://im-in.space/@Yuki">
<title>contact - Yuki's website</title>
</head>
<body>
<main>
<p>
thanks for your hopefully kind message :)
</p>
<p>
<a href=".">go back</a>
</p>
</main>
</body>
</html>