Skip to content

Commit

Permalink
Add super_z logo
Browse files Browse the repository at this point in the history
  • Loading branch information
zachwill committed Sep 29, 2011
1 parent 525c846 commit 3517c4d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions static/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions static/css/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,15 @@ footer{
.row{
padding-top: 75px;
}
.super_z{
background: url(/static/img/super_z.png) no-repeat center 7px;
display: block;
height: 60px;
margin: 0 auto;
text-indent: -999em;
width: 70px;
&:hover{
background-position-y: -83px;
}
}
}
Binary file added static/img/super_z.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,10 @@ <h2 class="span8">API</h2>
<p>Your bones don't break, mine do. That's clear. Your cells react to bacteria and viruses differently than mine. You don't get sick, I do. That's also clear. But for some reason, you and I react the exact same way to water. We swallow it too fast, we choke. We get some in our lungs, we drown. However unreal it may seem, we are connected, you and I. We're on the same curve, just on opposite ends. </p>
</div>
</div>
<div class="row">
<div class="span7 offset8">
<a href="http://www.zachwill.com" class="super_z">zachwill.com</a>
</div>
</div>
</div>
{% endblock %}

0 comments on commit 3517c4d

Please sign in to comment.