add resume to navbar
This commit is contained in:
parent
7bbe3d807b
commit
091994c72f
4 changed files with 4 additions and 1 deletions
2
feed.xml
2
feed.xml
|
@ -5,7 +5,7 @@
|
|||
<title>Benjamin Zimmerman's webfolio</title>
|
||||
<description>The feed for my webfolio, I guess</description>
|
||||
<link>https://engl-webfolio.askiiart.net</link>
|
||||
<lastBuildDate>Wed, 20 Nov 2024 14:41:23 +0000</lastBuildDate>
|
||||
<lastBuildDate>Wed, 20 Nov 2024 14:43:51 +0000</lastBuildDate>
|
||||
<item>
|
||||
<title>Resume</title>
|
||||
<link>https://askiiart.net/resume.html</link>
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<body>
|
||||
<div class="navbar" id="navbar">
|
||||
<a href="/" class="active">Home</a>
|
||||
<a href="/resume.html">Resume</a>
|
||||
<a href="https://git.askiiart.net/askiiart/engl-2311-webfolio">Code</a>
|
||||
</div>
|
||||
<h1 id="webfolio">Webfolio</h1>
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<body>
|
||||
<div class="navbar" id="navbar">
|
||||
<a href="/" class="active">Home</a>
|
||||
<a href="/resume.html">Resume</a>
|
||||
<a href="https://git.askiiart.net/askiiart/engl-2311-webfolio">Code</a>
|
||||
</div>
|
||||
<h1 id="resume">Resume</h1>
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<body>
|
||||
<div class="navbar" id="navbar">
|
||||
<a href="/" class="active">Home</a>
|
||||
<a href="/resume.html">Resume</a>
|
||||
<a href="https://git.askiiart.net/askiiart/engl-2311-webfolio">Code</a>
|
||||
</div>
|
||||
$body$
|
||||
|
|
Loading…
Reference in a new issue