Skip to content

Commit

Permalink
Add Red Hat sponsorship footer.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed Jun 1, 2015
1 parent 6327f44 commit 3b72745
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Binary file added resources/public/images/rht-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion resources/public/stylesheets/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ footer a {
}
}

.bendyworks {
.sponsors {
padding-top: 10px;
color: #999;
}
Expand Down
7 changes: 6 additions & 1 deletion src/clojars/web/common.clj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@
(link-to "https://github.com/ato/clojars-web" "code")
(link-to "/security" "security")
(link-to "https://github.com/ato/clojars-web/wiki/" "help")
[:div.row.bendyworks
[:div.row.sponsors
"sponsored by"
(link-to {:target "_blank"}
"http://www.redhat.com/"
(image "/images/rht-logo.png" "Red Hat, Inc."))]
[:div.row.sponsors
"remixed by"
(link-to {:target "_blank"}
"http://www.bendyworks.com/"
Expand Down

0 comments on commit 3b72745

Please sign in to comment.