-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
27 lines (26 loc) · 816 Bytes
/
blog.html
File metadata and controls
27 lines (26 loc) · 816 Bytes
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
---
layout: template
bodyClass: page-blog
---
<div id="title-bar" class="colored-border">
<div class="title-bar-wrapper container_16">
<div class="title-bar-inner">
<h1 class='title-urban'>Urban</h1>
<h1 class='title-separator'>:</h1>
<h1 class='title-coding colored-text'>Coding</h1>
<div class="nav-highlight colored-background"></div>
<ol class="nav">
<li class="home"><a href="index.html"></a></li>
<li class="team"><a href="team.html">Team</a></li>
<li class="blog selected"><a href="blog.html">Blog</a></li>
<li class="contact"><a href="contact.html">Contact</a></li>
</ol>
</div>
</div>
</div>
<section id="blog">
<div class="posts container_16">
<div class="grid_8 alpha" id="post-latest"></div>
<div class="grid_8 omega" id="posts-other"></div>
</div>
</section>