Style Guide, and all markdown content styled
This commit is contained in:
parent
9931bd1ed2
commit
0df8994e5f
10 changed files with 194 additions and 57 deletions
|
@ -21,13 +21,13 @@
|
|||
|
||||
<body>
|
||||
<header class="masthead">
|
||||
<img src="{{ site.avatar }}" class="avatar" />
|
||||
<a href="/" class="site-name"><img src="{{ site.avatar }}" class="avatar" /></a>
|
||||
<a href="/" class="site-name">{{ site.name }}</a>
|
||||
<p class="site-description">{{ site.description }}</p>
|
||||
|
||||
<nav>
|
||||
<a href="/">Blog</a>
|
||||
<a href="/about">About</a>
|
||||
<a href="/about">About Me</a>
|
||||
</nav>
|
||||
|
||||
<div style="clear:both;"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue