-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
29 lines (29 loc) · 1.71 KB
/
about.php
File metadata and controls
29 lines (29 loc) · 1.71 KB
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
<?php $_GET['page'] = "about"; $_GET['title'] = "About"; include "data/head.php"; ?>
<body>
<?php $_GET['page'] = "about"; $_GET['title'] = "About"; include 'data/header.php'; ?>
<br>
<fieldset>
<legend>Welcome to my personal website!</legend>
<p>Hosted by Veltron, I hope you enjoy it here!
<br>I am your local chaos demon who plays various games, does design and even programs time to time!
<br>Otherwise, I am truly glad that the internet can let anybody design and show their own work, even if nobody will see it.
</p>
</fieldset>
<br>
<fieldset>
<legend>About me</legend>
<p>I am JinxCade, however I tend to go by one of these names: キネイ (Kinei), Jinxie or Jinx.
<br>I have a taste in a lot of J-Pop, Chiptune and Piano music. Part of that plays the part on why the website looks like a Windows 98 window!
<br>I love using and playing older devices whenever I do so, as things nowadays are more boring I feel.
<br>I support Black Lives, Trans Rights, LGBTQ+ (Pride), and other minorities I find!
<br>I also support a completely free internet, as it lets people express their creativity in their own ways.
<br>My favorite games currently: Minecraft (Java), VRChat (Yes, I do play in VR!).
<br>Other games I enjoy: osu!, Scrap Mechanic, Project Diva Mega Mix+, Terraria (and tModLoader), Lethal Company, Stardew Valley.
<br>When programming, I tend to like neater code and like modular pieces of code to make my life easier, only if its done right.
<br>I like the colors (from loved to like): Purple, Magenta, Cyan, Blue, Orange, Red, Pink.
<br>I also cannot resist a good waffle.
<fieldset style="width: 256px; height: 256px;"><img src="favicon-large.png" class="loadslow">
</fieldset>
</p>
</fieldset>
<?php include 'data/footer.php'; ?>