Skip to content

Commit c66f950

Browse files
committed
Merge pull request coderwall#319 from than/coderwall-545
Add standard Assembly badge to footer #545
2 parents 13437b0 + 043c54b commit c66f950

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

app/assets/stylesheets/application.css.scss

+3
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,9 @@ h4 {
398398
}
399399
}
400400
}
401+
.assembly-badge {
402+
margin: -10px 0 10px -20px;
403+
}
401404
.copyright {
402405
margin-bottom: 15px;
403406
li {

app/views/shared/_footer.html.haml

+6-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@
1414
%li= link_to('Jobs', '/jobs')
1515
%li.employers= link_to('Employers', employers_path)
1616
=yield :footer_menu
17-
17+
18+
%ul.assembly-badge
19+
%li
20+
%a{:href => "https://assembly.com/coderwall?utm_campaign=assemblage&utm_source=coderwall&utm_medium=flair_widget&utm_content=flag_with_text"}
21+
%img{:height => "41px", :src => "https://treasure.assembly.com/assets/badges/flag_text-6cfc91728f9f0090d1688e4f0d41a639.svg", :width => "24px"}
22+
Assembly
1823
%ul.copyright
1924
%li Copyright © 2015 Assembly Made, Inc. All rights reserved.
2025
%ul.credits

0 commit comments

Comments
 (0)