Initial commit - based off old webfolio
This commit is contained in:
commit
da058b7fb5
16 changed files with 276 additions and 0 deletions
30
index.html
Normal file
30
index.html
Normal file
|
@ -0,0 +1,30 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta content="width=device-width, initial-scale=1" charset="utf-8" />
|
||||
<title>Webfolio</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://git.askiiart.net/askiiart/engl-2311-webfolio">Code</a>
|
||||
</div>
|
||||
<h1 id="webfolio">Webfolio</h1>
|
||||
<h2 id="helloooooo">Helloooooo</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>
|
||||
if you want to check it out.</p>
|
||||
<p>Anyways, here a picture I took of a baby turtle I used to
|
||||
have:</p>
|
||||
<figure>
|
||||
<img src="/static/askiiart.gif" alt="A baby turtle basking" />
|
||||
<figcaption aria-hidden="true">A baby turtle
|
||||
basking</figcaption>
|
||||
</figure>
|
||||
</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