Skip to content
This repository has been archived by the owner on Sep 18, 2022. It is now read-only.

Commit

Permalink
Code in index.html now moved to default template as header.
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Jul 22, 2013
1 parent 77b2f04 commit 1846dce
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
22 changes: 22 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,28 @@
</head>

<body>
<header id="top">
<h1 id="banner"><a id="title" href="/">Evan <span></span> Sosenko</a></h1>
<p>Ph.D. physics student and online business owner.</p>

<nav id="external">
<ul>
<li><a href="https://github.com/razor-x"><img src="{% asset_path github.com.png %}" width="16" height="16" alt="GitHub" /></a></li>
<li><a href="https://rubygems.org/profiles/49715"><img src="{% asset_path rubygems.org.png %}" width="16" height="16" alt="RubyGems.org" /></a></li>
<li><a href="https://plus.google.com/118056675600044327520/"><img src="{% asset_path plus.google.com.png %}" width="16" height="16" alt="Google+" /></a></li>
<li><a href="https://www.facebook.com/evan.sosenko"><img src="{% asset_path www.facebook.com.png %}" width="16" height="16" alt="Facebook" /></a></li>
<li><a href="https://twitter.com/ThatsMr_n00b_2u"><img src="{% asset_path twitter.com.png %}" width="16" height="16" alt="Twitter" /></a></li>
<li><a href="/cv">cv</a></li>
<li><a href="" data-reveal-id="email_modal">@</a></li>
</ul>
</nav>
</header>

<div id="email_modal" class="reveal-modal">
<p>razorx {at} evansosenko.com
<a class="close-reveal-modal">&#215;</a>
</div>

{{ content }}

<script>
Expand Down
22 changes: 0 additions & 22 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,3 @@
layout: default
title: Evan Sosenko
---

<div id="top">
<h1 id="banner"><a id="title" href="http://evansosenko.com">Evan <span></span> Sosenko</a></h1>
<p>Ph.D. physics student and online business owner.</p>

<nav id="external">
<ul>
<li><a href="https://github.com/razor-x"><img src="{% asset_path github.com.png %}" width="16" height="16" alt="GitHub" /></a></li>
<li><a href="https://rubygems.org/profiles/49715"><img src="{% asset_path rubygems.org.png %}" width="16" height="16" alt="RubyGems.org" /></a></li>
<li><a href="https://plus.google.com/118056675600044327520/"><img src="{% asset_path plus.google.com.png %}" width="16" height="16" alt="Google+" /></a></li>
<li><a href="https://www.facebook.com/evan.sosenko"><img src="{% asset_path www.facebook.com.png %}" width="16" height="16" alt="Facebook" /></a></li>
<li><a href="https://twitter.com/ThatsMr_n00b_2u"><img src="{% asset_path twitter.com.png %}" width="16" height="16" alt="Twitter" /></a></li>
<li><a href="cv">cv</a></li>
<li><a href="" data-reveal-id="email_modal">@</a></li>
</ul>
</nav>
</div>

<div id="email_modal" class="reveal-modal">
<p>razorx {at} evansosenko.com
<a class="close-reveal-modal">&#215;</a>
</div>

0 comments on commit 1846dce

Please sign in to comment.