forked from hack4impact-calpoly/bootcamp-project-2024
-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
28 lines (28 loc) · 951 Bytes
/
blog.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
<!DOCTYPE html>
</html>
<head>
<title>Blog</title>
<link rel="stylesheet" href="styles.min.css" />
</head>
<body>
<nav class="navbar">
<h1 class="logo">
<a href="index.html">Talia Vivrett</a></h1>
<ul class="nav-list">
<li><a href="index.html">Home</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<main>
<h1 class="page-title">Blog</h1>
<div id="blog-container"></div>div></div>
</main>
<footer class="footer">
<footer>2024 <Taliavivrett> | All Rights Reserved
</footer>
<script src="src/blog.js"></script>
</body>
</html>