Skip to content

Commit

Permalink
Addition of html
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbates committed Jan 30, 2024
1 parent d4626fc commit 397a6e8
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Alex Bates - Home</title>
<link href="home.css" rel='stylesheet' type='text/css'>
</head>
<body>

<header id="navbar">
<h2>Alex Bates</h2>
<nav>
<ul>
<li>Home</li>
<li><a href="/about/">About</a></li>
<li><a href="/contact/">Contact</a></li>
</ul>
</nav>
</header>

<main>
<h3>Hi, I'm Alex Bates. I'm an Information Technology student and I enjoy building things.</h3>
</main>

<footer>
<span>&copy; Alex Bates 2024</span>
<nav>
<ul>
<li>Home</li>
<li><a href="/about/">About</a></li>
<li><a href="/contact/">Contact</a></li>
</ul>
</nav>
</footer>

</body>
</html>

0 comments on commit 397a6e8

Please sign in to comment.