Skip to content

Commit

Permalink
add codesponsor to details page
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthkp committed Aug 24, 2017
1 parent bf27a4c commit 7d1a9e3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions store/static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ body {
.guides {
line-height: 2;
}
.sponsor {
border-top: 1px solid #EEE;
padding-top: 20px;
}
.sponsor-image {
margin-top: 20px;
zoom: 0.75;
}

.mobile {
display: none;
Expand Down
6 changes: 6 additions & 0 deletions store/views/build.pug
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@
<div class="master light"><span class="mobile">master</span> #{file.diff}</div>
</div>
</div>
<div class="sponsor">
<div>server bills paid with the help of our sponsors</div>
<div class="sponsor-image">
<a href="https://app.codesponsor.io/link/LhLT2c31ydJzdLUuSR9f8mCA/siddharthkp/bundlesize-details" rel="nofollow"><img src="https://app.codesponsor.io/embed/LhLT2c31ydJzdLUuSR9f8mCA/siddharthkp/bundlesize-details.svg" style="width: 888px; height: 68px;" alt="Sponsor" /></a>
</div>
</div>
</div>
</body>
</html>

0 comments on commit 7d1a9e3

Please sign in to comment.