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

View File

@ -213,7 +213,10 @@ clipboard.destroy();</code></pre>
<footer class="footer gradient text-center"> <footer class="footer gradient text-center">
<p class="credits"> <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> </p>
</footer> </footer>