Skip to content

Commit

Permalink
Logoize
Browse files Browse the repository at this point in the history
  • Loading branch information
devn committed Jun 13, 2014
1 parent 6ee4438 commit aced570
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 3 deletions.
Binary file added resources/public/images/clojars-logo-big.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/public/images/clojars-logo-small.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/public/images/clojars-logo-tiny.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 12 additions & 1 deletion resources/public/stylesheets/screen.css
Expand Up @@ -50,14 +50,25 @@ h2 {

.home {
text-align: left;
margin: 0;
display: flex;
}

.home a {
color: #867ec4;
text-decoration: none;
}

.home h1 {
display: inline-block;
margin: 0 0 0 0.5em;
}

.home p {
margin: 0;
display: inline-block;
padding-top: 10px;
}

.heavy {
font-weight: 700;
}
Expand Down
9 changes: 7 additions & 2 deletions src/clojars/web/common.clj
Expand Up @@ -61,7 +61,9 @@
[:body.container-fluid
[:div#content-wrapper
[:header.small-header.row
[:h1.home.col-md-3.col-sm-3.col-xs-3.col-lg-3 (link-to "/" "Clojars")]
[:div.home.col-md-3.col-sm-3.col-xs-3.col-lg-3
(link-to "/" (image "/images/clojars-logo-tiny.png" "Clojars"))
[:h1 (link-to "/" "Clojars")]]
[:div.col-md-3.col-sm-3.col-xs-3.col-lg-3
[:form {:action "/search"}
[:input {:type "search"
Expand Down Expand Up @@ -105,7 +107,10 @@
[:body.container-fluid
[:div.hero.row
[:header
[:h1.home.col-md-6.col-sm-6.col-xs-6 (link-to "/" "Clojars")]
[:div.home.col-md-6.col-sm-6.col-xs-6.col-lg-6
(link-to "/" (image "/images/clojars-logo-small.png" "Clojars"))
[:h1
(link-to "/" "Clojars")]]
[:nav.main-navigation.col-md-6.col-sm-6.col-xs-6
(if account
(unordered-list
Expand Down

0 comments on commit aced570

Please sign in to comment.