-
Notifications
You must be signed in to change notification settings - Fork 0
/
media.html
32 lines (32 loc) · 894 Bytes
/
media.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
<html>
<head>
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>John Zupin's Blog</title>
</head>
<body>
<div id="grid" class="container">
<div id="header">
<nav id="header-nav">
<a class="header-nav-link" href="index.html">Home</a>
<a class="header-nav-link" href="media.html">Media</a>
<a class="header-nav-link" href="pgp.html">PGP</a>
<a class="header-nav-link" href="about.html">About</a>
</nav>
</div>
<div id="main">
<header class="blog-content">
<h1 id="blog-header">Media</h1>
</header>
<section class="blog-content">
<!-- <h2>Some Sub Section</h2> -->
<p>Nothing Here Yet...</p>
</section>
</div>
<div id="footer">
<footer></footer>
</div>
</div>
</body>
</html>