cv/_site/homelab.html

24 lines
443 B
HTML
Raw Normal View History

2024-02-15 13:41:32 +00:00
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Home</title>
<link rel="stylesheet" href="/assets/css/styles.css">
</head>
<body>
<nav>
<a href="/" class="current">Home</a>
<a href="/about.html" >About</a>
<a href="/education.html" >Education</a>
<a href="/work.html" >Work</a>
<a href="/volunteer.html" >Volunteering</a>
<a href="/homelab.html" >Homelab</a>
</nav>