cobra.vern.cc/projects.html

23 lines
892 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport">
<link rel="stylesheet" href="//gcdn.vern.cc/users/cobra/website/style.css">
<title>Projects | Cobra's Webpage</title>
</head>
<body>
<a id=projects></a>
<!--#include file="/nav" -->
<div class=h><h1>My projects</h1> <a aria-hidden=true href=#projects>#projects</a></div>
<p>I have contributed to a few projects, namely:</p>
<ul>
<li><a href=//vern.cc>~vern</a> - A tilde hosting many front-ends and services</li>
<li><a href=//git.vern.cc/cobra/libHelical>libHelical</a> - A library for Matrix clients written in C</li>
<li><a href=//codeberg.org/nontel>Nontel</a> - Free firmware for wifi devices</li>
<li><a href=//git.vern.cc/cobra/.files/src/branch/main/.prompt>Untitled BASH prompt</a> - An elegant and complex BASH prompt</li>
</ul>
<!--#include file="/footer" -->
</body>
</html>