misc small updates
This commit is contained in:
parent
091994c72f
commit
b04bda2eaa
4 changed files with 8 additions and 2 deletions
|
@ -8,11 +8,12 @@
|
|||
<body>
|
||||
<div class="navbar" id="navbar">
|
||||
<a href="/" class="active">Home</a>
|
||||
<a href="https://engl.askiiart.net">Blog</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>
|
||||
<h2 id="helloooooo">Helloooooo</h2>
|
||||
<h2 id="about-me">About Me</h2>
|
||||
<p>I'm Benjamin Zimmerman, and this is my webfolio for Business
|
||||
and Technical Writing. The code is available <a
|
||||
href="https://git.askiiart.net/askiiart/engl-2311-webfolio">here</a>
|
||||
|
@ -24,6 +25,7 @@
|
|||
<figcaption aria-hidden="true">A baby turtle
|
||||
basking</figcaption>
|
||||
</figure>
|
||||
<p>This site has some stuff, read it if you want.</p>
|
||||
</body>
|
||||
<footer>
|
||||
<p>Created by Benjamin Zimmerman | <a href="/feed.xml">RSS</a></p>
|
||||
|
|
4
index.md
4
index.md
|
@ -1,9 +1,11 @@
|
|||
# Webfolio
|
||||
|
||||
## Helloooooo
|
||||
## About Me
|
||||
|
||||
I'm Benjamin Zimmerman, and this is my webfolio for Business and Technical Writing. The code is available [here](https://git.askiiart.net/askiiart/engl-2311-webfolio) if you want to check it out.
|
||||
|
||||
Anyways, here a picture I took of a baby turtle I used to have:
|
||||
|
||||
![A baby turtle basking](/static/askiiart.gif)
|
||||
|
||||
This site has some stuff, read it if you want.
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<body>
|
||||
<div class="navbar" id="navbar">
|
||||
<a href="/" class="active">Home</a>
|
||||
<a href="https://engl.askiiart.net">Blog</a>
|
||||
<a href="/resume.html">Resume</a>
|
||||
<a href="https://git.askiiart.net/askiiart/engl-2311-webfolio">Code</a>
|
||||
</div>
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<body>
|
||||
<div class="navbar" id="navbar">
|
||||
<a href="/" class="active">Home</a>
|
||||
<a href="https://engl.askiiart.net">Blog</a>
|
||||
<a href="/resume.html">Resume</a>
|
||||
<a href="https://git.askiiart.net/askiiart/engl-2311-webfolio">Code</a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue