-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
62 lines (62 loc) · 3.41 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Me | sz5ylv1a</title>
<link rel="me" href="https://meow.social/@sz5ylv1a">
<link rel="stylesheet" media="screen and (max-width:850px)">
<meta content="sz5ylv1a" property="og:title" />
<meta content="it's sylvia's website!!!!!!!" property="og:description" />
<meta content="https://sz5ylv1a.github.io/" property="og:url" />
<meta content="https://sz5ylv1a.github.io/resources/images/thing.jpg" property="og:image" />
<meta content="#c5f5c3" data-react-helmet="true" name="theme-color" />
<style>
@import "style.min.css";
.content li, .content dd {padding-bottom:5px;}
.content li {font-weight:600;margin-left:-40px;}
.content dd {margin-left:-20px;}
h3 {padding-top:5px;}
.sylvia {
float: right;
border-radius: 10px;
margin-left: 15px;
box-shadow: 0 3px 5px #0006;
}
#faq {
margin-bottom: 8px;
}
</style>
</head>
<body>
<header></header>
<div class="content">
<img class="sylvia" src="resources/images/Sylvia.jpg" title='art by @littlebuizel on Twitter/X' width="256">
<h2 id="bio">About me!</h2>
<p>Hello! My name is Sylvia, and I'm a 19 year old hungarian girl with a huge interest in tech. I also sometimes draw digital art and make GFX!<br>
My favorite games are usually rhythm games, mainly StepMania. I also like Tetris, Puyo Puyo, as well as Touhou Project. I also sometimes play a variety of other games too!<br>
I have a huge interest in tech in nearly all aspects; mostly on the software side, and a little bit on the hardware side. I'm also learning programming at the moment.</p>
<h3>Online Statuses</h3>
<ul style="list-style-type:none;">
<li>🟢 Online</li>
<dd>I'm available!</dd>
<li>🟡 Away</li>
<dd>Away from my computer, or in a place where I'm nowhere near my computer.</dd>
<li>🔴 Do Not Disturb</li>
<dd>Busy with stuff. I'm most likely drawing, studying, working on something, etc.</dd>
<li>⚫ Offline/Invisible</li>
<dd>Unavailable, or I don't want to talk to anyone at the moment. Most likely asleep or in a place with no internet connection available.</dd>
</ul>
<hr class="majordiv">
<h2 id="faq">"FAQ"</h2>
<h3>Do you take commissions?</h3>
<p>Unfortunately, I don't really do at the moment, as I have no proper viable payment method set up for that yet. While I do have a Ko-Fi page for that, and a PayPal account to accept income, they're not yet ready to be used for commissions.</p>
<h3>What programming language(s) do you want to learn?</h3>
<p>I plan to start learning C, and maybe later on I could try others like C#, PHP and JavaScript. Right now I was learning Python, but I'm still having some troubles with that one.<br>
For now, I just tend to screw around with HTML and CSS from time to time.</p><br>
I have yet to put more stuff here, but for now; you can find my socials <i>(which can include other information about me)</i> on the <a href="socials.html"><u>Socials</u></a> page!</div>
</div>
<footer></footer>
</body>
<script src="script.js"></script>
</html>