-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
28 lines (26 loc) · 3.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Doraiiworld | About</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/x-icon" href="favicon.png">
</head>
<body style="background-image: none;">
<div class="mainframe">
<img src="images/pfp.jpg" style="float: left; width: 20vw; margin: 1.5rem;border: 3px double pink;">
<h1>Meet the webmaster, Doraii!</h1>
<img src="images/malelabel.png" style="width: 129px;">
<img src="images/autismlabel.png" style="width: 129px;">
<img src="images/artlabel.png" style="width: 129px;">
<img src="images/himlabel.png" style="width: 129px;">
<img src="images/furlabel.png" style="width: 129px;">
<img src="images/zestlabel.png" style="width: 129px;">
<hr>
<p>Hi, I'm Doraii! I'm an ameteur artist, developer, and gamer. I mostly draw furry art (big surprise, huh?) and script in HTML. I'm currently trying to learn Rust, yet shit's moving at a snails pace.<br><br>As for games, I mostly play VSRGs, FPS games (mostly boomer shooters), and survival games. I'd call myself fairly open to other genres though. It's pretty hard to pick favorites, but if I had to say, it would be Rain World, Minecraft, Quaver, and DOOM. Despite these games being pretty intense compared to something like a puzzle game, I find that they have a great mix between gameplay that hooks you in and makes it easy to chill, while offering a fun challenge here and there!<br><br>I'm pretty lenient in terms of music genres. Not like that "I listen to all genres" bullshit though. Can't say the same to songs though. When I want to listen to a song, everything else temporarily sounds like shit to me. This is why my playlist is pretty small. There are some genres I listen to most though, which are Pop, Metal, Dariacore, and EDM. Quaver showed me Dariacore and it hooked me so quick. And I listen to metal because... Well, how couldn't I with how much my family shills it? I mostly listen to my music through Spotify on PC, as well as this bootleg iPod Nano from 5Below because it works... mostly.<br><br>Art's a pretty hard thing to master. I was never the best with creativity, and I get easily influenced my others creative works, how it kinda fluctuates. I suppose it's good to try new things, though. You never know what sticks!<br><br>Ever since I was about 7 or 8, the concept of programming enthralled me. I loved the idea of making my own games and apps. Using a utility and realizing I never downloaded it off the internet, but <i>I made it.</i> So, I started programming in Scratch. I was never the best, but I made some cool things that while primitive, felt magical. This feeling still stants today, it's just that programming is a bit hard to grasp. I know many people tought <i>everything</i> to themselves, but I think enrolling in a High School Programming class will bring me right on the Yellow Brick Road again. Despite my hardships, I still love to code and even while it rarely amounts to much, I still make time in my day for that one hobby that clung to me and wouldn't let go.<br><br>
<p>
Anyways, there's certainly still work to be done here, but I hope you enjoy this little online abode!
</p>
</div>
</body>
</html>