-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (31 loc) · 1.76 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<title>srifqi</title>
<meta charset="utf-8">
<meta name="author" content="srifqi">
<meta name="description" content="Hi! I'm srifqi.">
<meta name="viewport" content="width=device-width,height=device-height,initial-scale=1">
<link rel="stylesheet" href="/main.css">
</head>
<body>
<header><h1>srifqi</h1></header>
<main>
<nav>
<ul class="left-menu">
<li class="active"><div><a href="/">Home</a></div></li>
<li><div><a href="/experiment/">Experiments</a></div></li>
<li><div><a href="/minetest.html">Minetest</a></div></li>
<li><div><a href="/library.html">Libraries</a></div></li>
</ul>
</nav>
<section>
<p>Hi! I'm <b>srifqi</b>.</p>
<p>I like to do coding and creating mini projects. Sometimes, I document or review my progress in my blog. You can explore them using links on the left bar.</p>
<p>I'm currently taking a master's degree in computer science at <a href="https://ui.ac.id" target="_blank" rel="noopener">University of Indonesia</a> after I graduated with a bachelor's degree in computer science (<a href="https://id.wikipedia.org/wiki/Sarjana_Komputer" target="_blank" rel="noopener">S.Kom.</a>) from <a href="https://uns.ac.id" target="_blank" rel="noopener">Sebelas Maret University</a>.</p>
<p>I also like to play games made in <a href="https://www.minetest.net" target="_blank" rel="noopener">Minetest</a>, a voxel game engine. It is my longest game (engine) that I still play (and contribute!) until now. I make mods and published some of them to <a href="https://content.minetest.net" target="_blank" rel="noopener">Minetest Content Database</a>.</p>
<p>While exploring my projects, unless stated, my code is licensed under MIT License.</p>
</section>
</main>
</body>
</html>