add misc other stuff
This commit is contained in:
parent
e868621ab8
commit
67da1b74ca
12 changed files with 347 additions and 1 deletions
26
about.html
Normal file
26
about.html
Normal file
|
@ -0,0 +1,26 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta content="width=device-width, initial-scale=1" charset="utf-8" />
|
||||
<title>About Me</title>
|
||||
<link href="/style.css" type="text/css" rel="stylesheet" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar" id="navbar">
|
||||
<a href="/" class="active">Home</a>
|
||||
<a href="https://engl.askiiart.net">Blog</a>
|
||||
<a href="/proposal.html"
|
||||
<a href="/resume.html">Resume</a>
|
||||
<a href="/about.html">About Me</a>
|
||||
<a href="/static/instructional-video.mp4">Instructional Video</a>
|
||||
<a href="https://git.askiiart.net/askiiart/engl-2311-webfolio">Code</a>
|
||||
</div>
|
||||
<h1 id="about-me">About Me</h1>
|
||||
<p>Not much to say here that I haven't already; I'm Benjamin
|
||||
Zimmerman, a student at Tarrant County College doing a webfolio
|
||||
for Business and Technical Writing, and this is that!</p>
|
||||
</body>
|
||||
<footer>
|
||||
<p>Created by Benjamin Zimmerman | <a href="/feed.xml">RSS</a></p>
|
||||
</footer>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue