misc small updates

This commit is contained in:
askiiart 2024-11-20 08:49:15 -06:00
parent 091994c72f
commit b04bda2eaa
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
4 changed files with 8 additions and 2 deletions

View file

@ -8,11 +8,12 @@
<body> <body>
<div class="navbar" id="navbar"> <div class="navbar" id="navbar">
<a href="/" class="active">Home</a> <a href="/" class="active">Home</a>
<a href="https://engl.askiiart.net">Blog</a>
<a href="/resume.html">Resume</a> <a href="/resume.html">Resume</a>
<a href="https://git.askiiart.net/askiiart/engl-2311-webfolio">Code</a> <a href="https://git.askiiart.net/askiiart/engl-2311-webfolio">Code</a>
</div> </div>
<h1 id="webfolio">Webfolio</h1> <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 <p>I'm Benjamin Zimmerman, and this is my webfolio for Business
and Technical Writing. The code is available <a and Technical Writing. The code is available <a
href="https://git.askiiart.net/askiiart/engl-2311-webfolio">here</a> href="https://git.askiiart.net/askiiart/engl-2311-webfolio">here</a>
@ -24,6 +25,7 @@
<figcaption aria-hidden="true">A baby turtle <figcaption aria-hidden="true">A baby turtle
basking</figcaption> basking</figcaption>
</figure> </figure>
<p>This site has some stuff, read it if you want.</p>
</body> </body>
<footer> <footer>
<p>Created by Benjamin Zimmerman | <a href="/feed.xml">RSS</a></p> <p>Created by Benjamin Zimmerman | <a href="/feed.xml">RSS</a></p>

View file

@ -1,9 +1,11 @@
# Webfolio # 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. 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: Anyways, here a picture I took of a baby turtle I used to have:
![A baby turtle basking](/static/askiiart.gif) ![A baby turtle basking](/static/askiiart.gif)
This site has some stuff, read it if you want.

View file

@ -8,6 +8,7 @@
<body> <body>
<div class="navbar" id="navbar"> <div class="navbar" id="navbar">
<a href="/" class="active">Home</a> <a href="/" class="active">Home</a>
<a href="https://engl.askiiart.net">Blog</a>
<a href="/resume.html">Resume</a> <a href="/resume.html">Resume</a>
<a href="https://git.askiiart.net/askiiart/engl-2311-webfolio">Code</a> <a href="https://git.askiiart.net/askiiart/engl-2311-webfolio">Code</a>
</div> </div>

View file

@ -8,6 +8,7 @@
<body> <body>
<div class="navbar" id="navbar"> <div class="navbar" id="navbar">
<a href="/" class="active">Home</a> <a href="/" class="active">Home</a>
<a href="https://engl.askiiart.net">Blog</a>
<a href="/resume.html">Resume</a> <a href="/resume.html">Resume</a>
<a href="https://git.askiiart.net/askiiart/engl-2311-webfolio">Code</a> <a href="https://git.askiiart.net/askiiart/engl-2311-webfolio">Code</a>
</div> </div>