Skip to content

Commit

Permalink
add the footer with created by browserling image
Browse files Browse the repository at this point in the history
  • Loading branch information
max-mapper authored and James Halliday committed Mar 19, 2014
1 parent fd61394 commit 6a6b725
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
13 changes: 12 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,20 @@ <h2 class="subtitle">here are some things people have said</h2>
<blockquote>Browserify radically sped up builds, simplified builds and encouraged modularity.</blockquote>
<p class="attrib">- <a href="https://github.com/terinjokes">terinjokes</a>, developer at CloudFlare.</p>


</div>
</section>

<section id="footer" class="color-a">
<div class="content">
<div id="banner">
<center>
<a href="http://browserling.com"><img src="images/created_by_browserling_banner.png"></a>
</center>
</div>
<p>
This website is open source and you can fork it <a href="https://github.com/substack/browserify-website">on Github</a>. CSS was originally forked from <a href="https://github.com/the-gss/the-gss.github.io">the-gss</a>.
</p>
</div>
</section>
</body>
</html>
3 changes: 3 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ div, p, blockquote, button {
margin: 0;
}

#footer .content { color: black; padding: 20px; font-size: 14px; overflow: hidden; }
#footer a { color: #e6b35a; }

blockquote {
font-family: "Adelle", georgia, serif;
font-style: italic;
Expand Down

0 comments on commit 6a6b725

Please sign in to comment.