-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·44 lines (41 loc) · 3.11 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="🌸 Sakura - Home" property="og:title"/>
<meta content="Stardust-kyun's personal website and blog." property="og:description"/>
<meta content="https://stardust-kyun.github.io" property="og:url"/>
<meta content="https://stardust-kyun.github.io/src/thumbnail.png" property="og:image"/>
<meta content="#F199AA" data-react-helmet="true" name="theme-color"/>
<meta name="twitter:card" content="summary_large_image">
<title>Home</title>
<link rel="stylesheet" href="css/style.css"/>
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🌸</text></svg>">
<script src="./js/main.js" type="text/javascript"></script>
</head>
<body>
<header-component id="header"></header-component>
<div class="main">
<sidebar-component id="sidebar" class="side"></sidebar-component>
<div id="body" class="box">
<a class="headertext">About</a>
<hr>
<p>Welcome to my website! My name is Stella, and I'm a hobbyist programmer in the linux desktop space. I'm also a <a href="https://www.merriam-webster.com/dictionary/potter" class="link">potter</a>
focusing in traditional Japanese aesthetics, my main focuses being form and glazes. I'm currently working on developing my own glaze recipes.</p>
<p>I listen to all genres of music and bounce between them often. My favorite band is <a href="https://www.last.fm/music/Last+Dinosaurs" class="link">Last Dinosaurs</a>,
some others I enjoy being <a href="https://www.last.fm/music/Good+Kid" class="link">Good Kid</a>, <a href="https://www.last.fm/music/The+Polar+Boys" class="link">The Polar Boys</a>,
<a href="https://www.last.fm/music/The+Rare+Occasions" class="link">The Rare Occasions</a>, and <a href="https://www.last.fm/music/Sarah+and+the+Sundays" class="link">Sarah and the Sundays</a>.
I'd recommend that anyone listen to <a href="https://www.last.fm/music/Casiopea/MINT+JAMS(Live)" class="link">Mint Jams</a>,
<a href="https://www.last.fm/music/Grandbrothers/All+the+Unknown" class="link">All the Unknown</a>,
<a href="https://www.last.fm/music/Sarah+and+the+Sundays/The+Living+End" class="link">The Living End</a>,
and <a href="https://www.last.fm/music/Last+Dinosaurs/Wellness" class="link">Wellness</a>.</p>
<p>I read a lot of manga, mainly light hearted romance. Favorites are Bloom Into You, Our Wonderful Days, The Sheep Princess in Wolf's Clothing, and more.
Aside from that I read a variety of books, my favorites being Ender's Game, The Electric State, and The Stone Gods.</p>
<p>Video games are a consistent part of my free time, usually relaxing games that you can turn your brain off for, but sometimes more competitive ones when I feel up for it.
My favorites are (in no particular order) Team Fortress 2, Celeste, Terraria, Minecraft, Momodora: RutM, Omori, and Stardew Valley.</p>
</div>
<contact-component id="contact" class="side"></contact-component>
</div>
</body>
</html>