added sites page
This commit is contained in:
parent
cdcbafece3
commit
0630b551f3
@ -1,4 +1,6 @@
|
||||
- name: Home
|
||||
link: /
|
||||
- name: Sites
|
||||
link: /sites.html
|
||||
#- name: About
|
||||
# link: /about.html
|
||||
|
@ -10,6 +10,8 @@
|
||||
|
||||
<a href="/" class="current">Home</a>
|
||||
|
||||
<a href="/sites.html" >Sites</a>
|
||||
|
||||
</nav>
|
||||
|
||||
<h1 id="aaron-langham">Aaron Langham</h1>
|
||||
|
25
_site/sites.html
Normal file
25
_site/sites.html
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user