-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (39 loc) · 1.23 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css.css">
<title>zxen</title>
</head>
<body>
<div class="center-div">
<img src="/bg.jpg" class="bg">
<h1 class="header">zxen</h1>
<ul class="navbar">
<li><a href="https://github.com/zxen-xi" target="_blank">Github</a></li>
<li> / </li>
<li><a href="https://zxen-xi.github.io/blog" target="_blank">Blog</a></li>
<li> / </li>
<li><a href="https://reddit.com/u/144Z" target="_blank">Reddit</a></li>
</ul>
<br>
<img class="pfp" src="./pfp.jpg">
<br>
<div class="myn">
<h2 class="myn">
azlan@zxen-xi>
</h2>
<span>█</span>
</div>
<p class="about-me">
Programmer, literary enthusiast, NixOS user.
<br>
Azure Dragon brooding in the void, judging the music tastes of this generation.
<br>
Devoted to the ultimate pursuit of food.
</p>
</div>
</body>
</html>