-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
102 lines (94 loc) · 5.62 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>netcatcat.net</title>
<meta property="og:title" content="netcatcat.net">
<meta property="og:type" content="website">
<meta property="og:url" content="https://netcatcat.net/">
<meta property="og:image" content="https://netcatcat.net/assets/images/KBITY_TRANSEDEN_TEAL_HEHE_.png">
<link rel="stylesheet" href="assets/style.css?version=7">
<link rel="icon" href="assets/favicon.ico" type="image/x-icon">
</head>
<body>
<script type="module" src="index.js?version=5"></script>
<div id="page-container-and-content-wrap">
<div class="header-container">
<header class="header-border">
<h1 class="front-page-title">Luka Vivi Starr Alice</h1>
<h2>Personal website & navigation for a little bit more than that.</h2>
</header> <!-- class=header-border -->
</div> <!-- class=header-container -->
<div class="nav-main-aside-container">
<nav>
<h3 class="silly-terminal"><nav></h3>
<hr class="hr-nav">
<div class="kbity-container">
<h5><em>BEHOLD!</em> A kbity randomizer!!</h5>
<img
alt="A stylized ASCII art of a kitty."
id="kbity-left">
</div> <!-- class=kbity-container -->
<hr class="hr-nav">
<div class="kofi">
<a href="https://ko-fi.com/starrflowerr">
<img
src="assets/images/ko-fi_logo_official.png"
alt="Donation link to my Ko-Fi!"
>
</a>
</div> <!-- class=kofi -->
<hr class="hr-nav">
<div class="button-container">
<button id="cv-puter_0" type="button">SWE/SRE portfolio</button>
<button id="blog-puter_0" type="button">Blog</button>
<button id="nw4_0" type="button">New World 4</button>
<button id="omega-psi_0" type="button">ω Notes/ψ Notes</button>
<button id="co-re_0" type="button">Co-Re/P2E</button>
</div> <!-- class=button-container -->
<hr class="hr-nav">
<h3 class="silly-terminal"></nav></h3>
</nav>
<main>
<h3>Website under contruction!</h3>
<h4>However, when you think about it, when is anything not under construction? What's a living being, if not a story that continues to write itself, for all eternity or until its impermanence finally catches up to it?</h4>
<hr class="hr-main" />
<div class="button-container">
<button id="cv-puter_1" type="button">SWE/SRE portfolio</button>
<button id="blog-puter_1" type="button">Computing blog</button>
<button id="nw4_1" type="button">New World 4</button>
<button id="omega-psi_1" type="button">ω Notes/ψ Notes</button>
<button id="co-re_1" type="button">Co-Re/P2E</button>
</div> <!-- class=button-container -->
<hr class="hr-main" />
<h3 class="silly-terminal">[creature57@puter ~]$ whoami</h3>
<p> I'm Luka Vivi Starr Alice, also known as different variations of the nicknames "StarRflowerR" or "Celest1nee", but you can just call me Luka. I've often introduced myself as a "serial doer and liker of things" due to the variety of interests I have, and a much greater interest that I have in actually indulging myself in said interests or talking about them, rather than introducing myself (hence such a scatterbrained bio).</p>
<p> However, there a few thing you might want to know about me, so here goes a lazy little list:</p>
<ul>
<li>I am/was an undergraduate IT student! Yes, I know things and continuously learn brand new things and gather <em>brave new experiences</em>, and want a job. Hire me now. (Please.)</li>
<li>I have participated in an art exhibition project at a queer library & local community space <a href="https://www.instagram.com/biblioteka_azyl/?hl=en">"Biblioteka Azyl" (Azyl Library)</a>, the project itself concerning the experiences of trans & non-binary artists.</li>
<li>I have a 98.5% legit Minecraft survival world that I've been working on since 26th September 2019! (and it's very much ongoing). My MC world's official name is New World 4.</li>
<li>I have a "casual STEM+ research project" called "ω Notes" (omega Notes) that I work on from time to time. Currently a bit on hold, while I'm figuring out how to port it to a website format under the name of "ψ Notes" (psi Notes)</li>
<li>There's a strange, long-term, narrative art project me and my weird sister and a few other people are working on from time to time. It's called Continuum Reverie. Feel free to check it out!</li>
</ul>
<h4>And that would be all! Have fun exploring my silly website!</h4>
</main>
<aside>
<h3 class="silly-terminal"><aside></h3>
<hr class="hr-aside">
<div class="kbity-container">
<h5><em>BEHOLD!</em> A kbity randomizer!!</h5>
<img
alt="A stylized ASCII art of a kitty."
id="kbity-right">
</div> <!-- class=kbity-container -->
<p>To be filled with interesting stuff!</p>
<hr class="hr-aside">
<h3 class="silly-terminal"></aside></h3>
</aside>
</div> <!-- class=nav-main-aside-container -->
</div> <!-- id=page-container-and-content-wrap -->
<div id="footer-paster"></div> <!-- id=footer-paster (duh) -->
</body>
</html>