-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
executable file
·69 lines (66 loc) · 3.52 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
65
66
67
68
69
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>gangnamstyle.dev | about</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz"
crossorigin="anonymous"></script>
<link rel="stylesheet" href="styles/style.css">
</head>
<body>
<div class="d-flex align-items-center vw-100 main flex-column">
<h1>ABOUT ME</h1>
<div class="middle">
<div class="main-section">
<div class="module">
<h2>SO YOU WANT TO KNOW MORE?</h2>
<p>I guess you want to know a little bit more about me.</p>
<div class="mt-4">
<h3>> I like to code</h3>
<p>I've been coding since I was like 14, but that was in Python and I was only making a simple
Python Discord bot.</p>
<p>Later on I decided to go to an IT school, and started coding a lot since then. I learnt Java
there,
but I know C# some Python and know how to make websites :D</p>
</div>
<div class="mt-4">
<h3>> So what's my favorite programming language?</h3>
<p>Currently it has to be C# just because I'm using it more than Java. Though I love Java
through and through just because of me learning it in school. Also making Minecraft mods is
quite fun. I would like to make an actual good, high effort Minecraft mod.</p>
</div>
<div class="mt-4">
<h3>> What browser do I use?</h3>
<p>I started with Chrome, probably like most people. However I switched to Brave after a friend
recommended it to me. I have then used Brave for like 5 years I think? and decided it's time
for a change and started using Firefox. Not gonna lie, Firefox is quite nice. It's quite
nostalgic to me, as my grandpa uses it and has been using it for decades now.</p>
</div>
<div class="mt-4">
<h3>> I'm Czech</h3>
<p>Born in the beautiful Czech Republic, or Czechia. Yeah.</p>
</div>
<div class="mt-4">
<h3>> I'm an epic gaming prodigy</h3>
<p>Absolute professional at video games, <a href="https://steamcommunity.com/id/flowyan/"
class="clickable" target="_blank">here's my Steam if you wanna check it out</a>.</p>
</div>
</div>
</div>
<div class="side-section">
<div class="module">
<a href="/">
<h2 class="m-0">GO BACK</h2>
</a>
</div>
</div>
</div>
</div>
</body>
</html>