blob: 6d634d3a1817b226d870fd398b605715bf6f194f (
plain)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Projects</title>
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="alternate" type="application/rss+xml" title="" href='feed'>
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<header>
<nav>
<a href="/">Home</a><span> | </span>
<a href="/projects">Projects</a><span> | </span>
<a href="/services">Services</a><span> | </span>
<a href="/resume">Resume</a><span> | </span>
<a href="/now">Now</a><span> | </span>
<a href="/uses">Uses</a><span> | </span>
<a href="/donate">Donate</a><span> | </span>
<a href="/rss.xml">RSS</a>
</nav>
</header><main>
<h1 id="projects">Projects</h1>
<h2 id="active-projects">Active Projects</h2>
<ul>
<li><a href="/arena">arena</a>: Quake-like multiplayer FPS</li>
<li><a href="https://sr.ht/~adamski/dotfiles">dotfiles</a>: Configs for my different Linux machines</li>
<li><a href="https://sr.ht/~adamski/adast.xyz">adast.xyz</a>: Personal platform</li>
</ul>
<footer role="contentinfo">
<span><a href="#">↑ Back to Top</a></span><br><br>
<small>
Built with <a href="https://rgz.ee/ssg.html">ssg</a>.<br>
Maintained with ♥ for the web. <br>
The content for this site is <a href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>.<br>
The <a href="https://git.sr.ht/~adamski/adast.xyz">code for this site</a> is <a href="https://git.sr.ht/~adamski/adast.xyz/tree/main/item/LICENSE">MIT</a>.
</small>
</footer>
</main>
</body>
</html>
|