-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
79 lines (48 loc) · 2.08 KB
/
about.html
File metadata and controls
79 lines (48 loc) · 2.08 KB
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
70
71
72
73
74
75
76
77
78
79
<html>
<head>
<link rel="stylesheet" type="text/css" href="general_style.css">
<link rel="stylesheet" type="text/css" href="gallery_style.css">
</head>
<body>
<div class="big">
<a href="index.html"><img src="images/7.png" alt="back" style="width:3%"></a>
<h1>About</h1>
<p>
Hello. It is a great pleasure to have you here. This website serves as my personal blog. Here I will share my interest, discoveries, and side projects.
<br>
Please note that this is blog is still under constant construction. If you want to report anything, please contact me through email.
<br><br>
I like Minecraft, Paradox games, and quirky pixel games. Aesthetics, which arise from them, have constituted my most essential passion to learn and explore, serving as an indispensable guide to live my life, and offering me a purpose to overcome difficulties and challenges in my life. It is by basing on them, that I can develop my enthusiasm in every aspect of humans' studies.
<br><br>
It is hard for me to put a finger on what my aesthetics are. It is more of a mystical experience. I will share several images which in some ways that especially make me feel satisfied. If you can somehow resonate with me, we can be really alike.
</p>
<h2>Paradox games</h2>
<div class="gallery">
<div class="big_box">
<div class="box"><a href="images/5.png"><img src="images/5.png" alt="hoi4"></a></div>
</div>
<div class="big_box">
<div class="box"><a href="images/1.png"><img src="images/1.png" alt="hoi4"></a></div>
</div>
<div class="big_box">
<div class="box"><a href="images/3.png"><img src="images/3.png" alt="hoi4"></a></div>
</div>
</div>
<br>
<h2>Minecraft</h2>
<div class="gallery">
<div class="big_box">
<div class="box"><a href="images/4.png"><img src="images/4.png" alt="hoi4"></a></div>
</div>
<div class="big_box">
<div class="box"><a href="images/2.png"><img src="images/2.png" alt="hoi4"></a></div>
</div>
<div class="big_box">
<div class="box"><a href="images/6.png"><img src="images/6.png" alt="hoi4"></a></div>
</div>
</div>
<h2>Pixel Games</h2>
<p>Will be continued</p>
</div>
</body>
</html>