Skip to content

Commit

Permalink
Replaced Facebook with oDesk in social
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowhand committed Jan 10, 2012
1 parent 5df7424 commit 8b8351a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions application/templates/home/social.mustache
Expand Up @@ -22,9 +22,9 @@
</a>
</li>
<li>
<a href="http://www.facebook.com/group.php?gid=140164501435" id="facebook" class="icon">
<h3>Facebook</h3>
Join the Facebook group and find other users.
<a href="https://www.odesk.com/groups/kohana" id="odesk" class="icon">
<h3>oDesk</h3>
Find and hire Kohana developers on oDesk.
</a>
</li>
<li>
Expand Down
2 changes: 1 addition & 1 deletion public/assets/css/style.css
Expand Up @@ -311,7 +311,7 @@ Lists: Community (Homepage)
#community li a#forum { background-image: url('../img/icon/forum.png'); }
#community li a#irc { background-image: url('../img/icon/irc.png'); }
#community li a#github { background-image: url('../img/icon/github.png'); }
#community li a#facebook { background-image: url('../img/icon/facebook.png'); }
#community li a#odesk { background-image: url('../img/icon/odesk.png'); }
#community li a#stackoverflow { background-image: url('../img/icon/stackoverflow.png'); }
#community li a#ohloh { background-image: url('../img/icon/ohloh.png'); }

Expand Down
Binary file removed public/assets/img/icon/facebook.png
Binary file not shown.
Binary file added public/assets/img/icon/odesk.png
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 8b8351a

Please sign in to comment.