This repository has been archived by the owner on Nov 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
22 lines (21 loc) · 1.48 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>about me</title>
<link rel="icon" href="assets/favicon/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<h1>About me</h1>
<ul>
<li>I'm a Vietnamese student who's wandering around the Internet.</li>
<li>My mother tongue is Vietnamese, but I can also use English.</li>
<li>I am an otaku (?). I love anime, manga and Japanese culture in general.</li>
<li>I play lots of different video games. I have played video games since first time I used a computer (3yo). The first video game I played was Counter Strike, it's still one of my favorite games.</li>
<li>I listen to multiple genres of music, but mostly (lofi) hip-hop, (indie/pop/alt) rock and some subgenres of electronic music. I also listen to some J-Pop and Japanese Vocaloid. You can check out my listens on last.fm</li>
<li>I have been using (GNU/)Linux as my main operating system since 2018, from that I learned more about Internet privacy, free and open-source software and so on.</li>
<li>My transition to Linux also changed my perspective on many things. I'm more concerned about digital privacy, and I also have been to digital minimalism. Someone once told me I was an ape for not using social media.</li>
</ul>
</body>
</html>