-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog-template.html
34 lines (33 loc) · 1.2 KB
/
blog-template.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="../stylesheets/trg.css">
<link rel="stylesheet" type="text/css" href="../stylesheets/default.css">
<link rel="stylesheet" type="text/css" href="../stylesheets/blogpost.css">
<meta charset="utf-8">
<title>Blog Header</title>
</head>
<body>
<div class="banner span-12-t span-12-d">
<div class="bannerbox container"></div>
<h1>danielWoznicki<span class="red">;</span></h1>
</div>
<nav class="navigation">
<a href="http://dwoznicki.github.io">Home</a>
<a href="http://dwoznicki.github.io/blog-index.html">Blog</a>
<a href="http://dwoznicki.github.io/projects-index.html">Projects</a>
<a href="http://dwoznicki.github.io/aboutme.html">About me</a>
<a href="http://dwoznicki.github.io/resume.html">Resume</a>
<a href="http://dwoznicki.github.io/contact.html">Contact</a>
</nav>
<section class="backdrop container">
<article class="content col span-8-t span-8-d gutters-t gutters-d">
<h1>Blog Title</h1>
<img src="../imgs/placeholder.png" alt="#" class="thumb">
</article>
</section>
<footer>
<p>© 2015 Daniel Woznicki</p>
</footer>
</body>
</html>