Skip to content

Commit

Permalink
Merge pull request #393 from huboard/discorick/techstars-logo
Browse files Browse the repository at this point in the history
Adds Techstars logo and caption
  • Loading branch information
discorick authored Jan 26, 2017
2 parents ee34a45 + d000e7d commit 61e1d29
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Binary file added app/assets/images/marketing/techstars.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/marketing/partials/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@
));
}

.techstars {
padding-top: 50px;
}

// Breakpoints
@include media($tall) {

Expand Down
4 changes: 4 additions & 0 deletions app/views/marketing/marketing.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@
<span><img src="<%= image_path 'marketing/trusted--mozilla.png' %>" alt="Mozilla"></span>
<span><img src="<%= image_path 'marketing/trusted--adobe.png' %>" alt="Adobe"></span>
</div>
<div class="customers__logos__row techstars">
<span><img src="<%= image_path 'marketing/techstars.png' %>" alt="Mozilla"></span>
</div>
<p> Proud to be a Techstars Company </p>
</div>
</div></div>
<!-- / customers -->

0 comments on commit 61e1d29

Please sign in to comment.