-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.html
34 lines (34 loc) · 1.27 KB
/
library.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<title>Libraries - srifqi</title>
<meta charset="utf-8">
<meta name="author" content="srifqi">
<meta name="description" content="srifqi's libraries">
<meta name="viewport" content="width=device-width,height=device-height,initial-scale=1">
<link rel="stylesheet" href="/main.css">
</head>
<body>
<header><h1>Libraries</h1></header>
<main>
<nav>
<ul class="left-menu">
<li><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 class="active"><div><a href="/library.html">Libraries</a></div><ul>
<li><a href="https://github.com/srifqi/calendar.js" target="_blank" rel="noopener">calendar.js</a></li>
<li><a href="/seven.js/">seven.js</a></li>
</ul></li>
</ul>
</nav>
<section>
<p>I created some (small, maybe unusable) libraries. These were created to teach me about creating API and GitHub Pages. Here are some of them.</p>
<ul>
<li><a href="https://github.com/srifqi/calendar.js" target="_blank" rel="noopener">calendar.js</a>: calendar widget</li>
<li><a href="/seven.js/">seven.js</a>: seven segment display using canvas or SVG</li>
</ul>
</section>
</main>
</body>
</html>