Adds Liferay as maintainer

This commit is contained in:
Zeno Rocha 2016-01-17 10:25:31 -08:00
parent d06551505b
commit aca8c18636
2 changed files with 14 additions and 9 deletions

View File

@ -232,24 +232,22 @@ code {
Footer
========================================================================== */
.footer {
padding: 36px 0;
}
.credits {
.credits, .maintainer {
font-weight: 400;
font-family: 'Lato', sans-serif;
font-size: 20px;
color: #16a085;
padding: 30px 0;
margin: 0;
}
.credits-link {
.footer-link {
color: white;
border-color: white;
}
.credits-link:hover,
.credits-link:focus {
.footer-link:hover,
.footer-link:focus {
text-decoration: none;
border-color: white;
}
@ -278,6 +276,10 @@ code {
to {transform: scale(1.2);}
}
.maintainer {
background: rgba(0, 0, 0, .05);
}
/* ==========================================================================
Responsive
========================================================================== */

View File

@ -213,7 +213,10 @@ clipboard.destroy();</code></pre>
<footer class="footer gradient text-center">
<p class="credits">
Made with <span class="love"></span> by <a class="credits-link" href="http://zenorocha.com/">Zeno Rocha</a> under <a class="credits-link" href="http://zenorocha.mit-license.org/">MIT license</a>
Made with <span class="love"></span> by <a class="footer-link" href="http://zenorocha.com/">Zeno Rocha</a> under <a class="footer-link" href="http://zenorocha.mit-license.org/">MIT license</a>
</p>
<p class="maintainer">
Brought to you by <a class="footer-link" href="http://liferay.com">Liferay</a>
</p>
</footer>