added sites page

This commit is contained in:
Aaron Langham 2023-12-14 14:34:53 +00:00
parent cdcbafece3
commit 0630b551f3
4 changed files with 37 additions and 0 deletions

View File

@ -1,4 +1,6 @@
- name: Home - name: Home
link: / link: /
- name: Sites
link: /sites.html
#- name: About #- name: About
# link: /about.html # link: /about.html

View File

@ -10,6 +10,8 @@
<a href="/" class="current">Home</a> <a href="/" class="current">Home</a>
<a href="/sites.html" >Sites</a>
</nav> </nav>
<h1 id="aaron-langham">Aaron Langham</h1> <h1 id="aaron-langham">Aaron Langham</h1>

25
_site/sites.html Normal file
View File

@ -0,0 +1,25 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Sites</title>
<link rel="stylesheet" href="/assets/css/styles.css">
</head>
<body>
<nav>
<a href="/" >Home</a>
<a href="/sites.html" class="current">Sites</a>
</nav>
<h1 id="sites">Sites</h1>
<p>Links:</p>
<ul>
<li><a href="https://cv.aaronlangham.com">CV</a></li>
</ul>
</body>
</html>

8
sites.md Normal file
View File

@ -0,0 +1,8 @@
---
layout: default
title: Sites
---
# Sites
Links:
- [CV](https://cv.aaronlangham.com)