Skip to content

Commit

Permalink
add footer
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed Nov 3, 2008
1 parent 8b124b8 commit eb806b1
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 2 deletions.
25 changes: 24 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,33 @@

<div class="site">
<div class="title">
<a href="/">Tom Preston-Werner</a> <a class="extra" href="http://feeds.feedburner.com/tom-preston-werner">rss</a>
<a href="/">Tom Preston-Werner</a>
<a class="extra" href="/">home</a>
</div>

{{ content }}

<div class="footer">
<div class="contact">
<p>
Tom Preston-Werner<br />
Cofounder of <a href="http://github.com/">GitHub</a><br />
[email protected]
</p>
</div>
<div class="contact">
<p>
<a href="http://github.com/mojombo/">github.com/mojombo</a><br />
<a href="http://twitter.com/mojombo/">twitter.com/mojombo</a><br />
<a href="http://flickr.com/photos/mojombo/">flickr.com/photos/mojombo</a>
</p>
</div>
<div class="rss">
<a href="http://feeds.feedburner.com/tom-preston-werner">
<img src="/images/rss.png" alt="Subscribe to RSS Feed" />
</a>
</div>
</div>
</div>

<script type="text/javascript">
Expand Down
25 changes: 24 additions & 1 deletion css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,27 @@ table {

.site .meta {
color: #aaa;
}
}

.site .footer {
font-size: 80%;
color: #666;
border-top: 4px solid #eee;
margin-top: 2em;
overflow: hidden;
}

.site .footer .contact {
float: left;
margin-right: 3em;
}

.site .footer .contact a {
color: #8085C1;
}

.site .footer .rss {
margin-top: 1.1em;
margin-right: -.5em;
float: right;
}
Binary file added images/rss.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit eb806b1

Please sign in to comment.