Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add a pluralsight logo to the footer.
  • Loading branch information
miketierney committed Jan 14, 2016
1 parent 898fd48 commit 3eec6cb
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
Binary file added app/assets/images/PS_logo_F-05.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions app/assets/stylesheets/_style.scss
Expand Up @@ -207,6 +207,27 @@ ul, ol {
@include footer-spacing;
}

.footer-sponsors {
@include footer-spacing;

ul {
padding-left: 0;

@include clearfix;

li {
list-style: none;
width: 23%;
margin-right: 2%;
float: left;

img {
max-width: 100%;
}
}
}
}

.footer-mailing-list {
label {
display: block;
Expand Down
10 changes: 10 additions & 0 deletions app/views/layouts/application.html.erb
Expand Up @@ -70,6 +70,16 @@
</article>
</section>

<section class="footer-info e2-e7">
<article class="footer-sponsors">
<h1>Sponsors</h1>
<p>Refresh Seattle doesn't work without the generous support of our event sponsors. This includes these wonderful folks:</p>
<ul class="sponsor-list">
<li><%= link_to image_tag('PS_logo_F-05.png'), 'https://www.pluralsight.com/' %></li>
</ul>
</article>
</section>

<section class="footer-info e2-e7">
<article class="footer-about">
<h1>About</h1>
Expand Down

0 comments on commit 3eec6cb

Please sign in to comment.