Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
link to blog
Browse files Browse the repository at this point in the history
  • Loading branch information
vesparny committed Feb 18, 2014
1 parent 929b53a commit 2d5e062
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions css/style.css
Expand Up @@ -7,6 +7,14 @@ h1, h2, h3, h4, h5, h6 {
font-weight:bold; font-weight:bold;
} }


.menu {
font-weight: bold;
}

.menu a:hover {
text-decoration: underline;
}

p { p {
line-height: 2rem; line-height: 2rem;
} }
Expand Down
9 changes: 9 additions & 0 deletions index.html
Expand Up @@ -33,6 +33,15 @@
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]--> <![endif]-->
<header> <header>
<div class="row menu">
<div class="large-8 columns">
<ul class="inline-list right">
<li><a href="http://blog.getposeidon.org">blog</a>
</li>
</ul>
</div>
</div>

<div class="row"> <div class="row">
<div class="large-8 columns text-center large-centered"> <div class="large-8 columns text-center large-centered">
<a href="http://getposeidon.org"> <a href="http://getposeidon.org">
Expand Down

0 comments on commit 2d5e062

Please sign in to comment.