-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (31 loc) · 1.2 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>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="coding, designing, visualising">
<title>Code ∴ Explanations</title>
<link rel="canonical" href="https://bart747.github.io" />
<link rel="icon" type="image/x-icon" href="/images/favicon.svg">
<link rel="stylesheet" href="./style.css">
<meta name="google-site-verification" content="vBPgvbkTPtu2MKsCfMMETSBB-crQhj8AZuJ2JUUF2_0" />
</head>
<body>
<header>
<h1>Code ∴ Explanations</h1>
</header>
<h2>Articles:</h2>
<nav>
<ul>
<li><a href="./unicode-ui.html" class="prefLink">Unicode Symbols for UI – A Handy List</a></li>
<li><a href="./fonts-linux.html" class="prefLink">Font Settings in Linux Distros Suck – Write Your Own font.conf</a></li>
<li><a href="./resilient-ui.html" class="prefLink">5 Notes on How to Design a Resilient UI</a></li>
<li><a href="./complexity.html" class="prefLink">We're so Bad at Judging Complexity, yet We Like to Predict</a></li>
</ul>
</nav>
<footer>
Bartosz Wieczorek, 2024.
</footer>
<script src="./js/prefetch.js"></script>
</body>
</html>