-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
64 lines (60 loc) · 3 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
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Alexander Martinez">
<meta name="description" content="This is the About Me page for OpticIlluzhion.com">
<title>About Me</title>
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/4c410d41d4.js" crossorigin="anonymous"></script>
</head>
<body>
<nav id="navbar"></nav>
<main>
<h1 data-text="About Me"></data-text>
About Me
</h1>
<article>
<p>
I go by Optic online mainly, although my real name is Alex. Regarding pronouns etc. for those who are interested in that sort of thing I go by he/him - the defaults seem to be working properly for me, at least when it comes to gender. I am owned by two cats, Void and Frodo, whom I am legally obligated to call the cutest and best boys. Because they are. I aspire to be a soundtrack composer for games and am applying for a degree in composition at the time of writing. I can speak, read and write in five languages (English, Spanish, Italian, German and French), although English is the only language I can say I'm truly comfortable in. Ultimately, technically this entire website is about me, so I've decided to keep this section relatively short.
</p>
<figure>
<img src="media/void.jpg" alt="My cat Void" width="40%">
<img src="media/frodo.jpg" alt="My cat Frodo" width="40%">
<figcaption>My cats, Void and Frodo</figcaption>
</figure>
</article>
<article>
<p>
I've had a large variety of interests and hobbies growing up, although the ones that have stuck with me to this day are:
</p>
<ul>
<li>
Music (listening/producing/composing/performing/jamming/sound design)
</li>
<li>
Chess (see my <a href="https://www.chess.com/member/optic_illuzhion">chess.com</a> and <a href="https://lichess.org/@/matent">lichess</a> profiles)
</li>
<li>
Math, or at least the part of it which you can apply to physics, engineering, statistics and/or software development
</li>
<li>
Programming and automation (I'm currently writing a file management app in Python, planning to write MIDI scripts to automate some aspects of music production and learning C++ to hopefully contribute to MuseScore some time in the future)
</li>
<li>
Front end web dev
</li>
<li>
Psychology and mental health
</li>
<li>
Video essays
</li>
</ul>
</article>
</main>
<footer id="footer"></footer>
<script src="add_stuff_dynamically.js"></script>
</body>
</html>