-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.html
36 lines (35 loc) · 1.06 KB
/
project.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mitchell Talyat</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Mitchell Talyat</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<main>
<div class="container">
<div class="content">
<section id="body" class="blog">
</section>
<br><br><br><br><br>
</div>
</div>
</main>
<footer>
<a href="https://github.com/mtalyat">GitHub</a> | <a href="https://bigmintymitch.itch.io">Itch.io</a> | <a href="https://twitter.com/bigmintymitch">Twitter (X)</a>
</footer>
<script src="project.js"></script>
</body>
</html>