diff --git a/resources/public/images/rht-logo.png b/resources/public/images/rht-logo.png new file mode 100644 index 00000000..8ff3de82 Binary files /dev/null and b/resources/public/images/rht-logo.png differ diff --git a/resources/public/stylesheets/screen.css b/resources/public/stylesheets/screen.css index fcc0f806..8828c844 100644 --- a/resources/public/stylesheets/screen.css +++ b/resources/public/stylesheets/screen.css @@ -532,7 +532,7 @@ footer a { } } -.bendyworks { +.sponsors { padding-top: 10px; color: #999; } diff --git a/src/clojars/web/common.clj b/src/clojars/web/common.clj index 2ff4e260..72f3f3f8 100644 --- a/src/clojars/web/common.clj +++ b/src/clojars/web/common.clj @@ -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/"