Add _site/homelab.html
This commit is contained in:
parent
4ae8f30564
commit
849da48991
24
_site/homelab.html
Normal file
24
_site/homelab.html
Normal file
@ -0,0 +1,24 @@
|
||||
|
||||
<!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>
|
Loading…
Reference in New Issue
Block a user