mirror of
https://github.com/labstack/echo.git
synced 2026-05-16 09:48:24 +02:00
@@ -1,37 +1,30 @@
|
|||||||
<footer class="mdl-mini-footer">
|
<footer class="mdl-mini-footer">
|
||||||
<div class="mdl-mini-footer__left-section">
|
<div class="mdl-mini-footer__left-section">
|
||||||
<span class="mdl-typography__font-light">© 2015 LabStack</span>
|
<span class="mdl-typography__font-light">© 2015 LabStack</span>
|
||||||
<!-- <ul class="mdl-mini-footer__link-list">
|
|
||||||
<li><a href="#">Help</a></li>
|
|
||||||
<li><a href="#">Privacy & Terms</a></li>
|
|
||||||
</ul> -->
|
|
||||||
</div>
|
</div>
|
||||||
<div class="mdl-mini-footer__right-section">
|
<div class="mdl-mini-footer__right-section">
|
||||||
<ul class="mdl-mini-footer__link-list">
|
<ul class="mdl-mini-footer__link-list">
|
||||||
<li>
|
<li class="github">
|
||||||
<a href="http://facebook.com/chilimushroom">
|
<a href="https://github.com/labstack" target="_blank">
|
||||||
<i class="fa fa-facebook-square fa-2x"></i>
|
<i class="fa fa-github fa-2x"></i>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class="facebook">
|
||||||
<a href="http://twitter.com/chilimushroom">
|
<a href="https://facebook.com/labstack" target="_blank">
|
||||||
|
<i class="fa fa-facebook fa-2x"></i>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li class="twitter">
|
||||||
|
<a href="http://twitter.com/labstack" target="_blank">
|
||||||
<i class="fa fa-twitter-square fa-2x"></i>
|
<i class="fa fa-twitter-square fa-2x"></i>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class="google">
|
||||||
<a href="http://plus.google.com/+chilimushroom">
|
<a href="http://plus.google.com/+labstack" target="_blank">
|
||||||
<i class="fa fa-google-plus-square fa-2x"></i>
|
<i class="fa fa-google-plus-square fa-2x"></i>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<!-- <a href="https://twitter.com/chilimushroom" class="social-btn social-btn__twitter" role="button" title="Twitter">
|
|
||||||
<i class="fa fa-facebook-square"></i>
|
|
||||||
</a>
|
|
||||||
<button class="mdl-mini-footer__social-btn"><i class="fa fa-facebook-square"></i></button>
|
|
||||||
|
|
||||||
<button class="mdl-mini-footer__social-btn"></button>
|
|
||||||
|
|
||||||
<button class="mdl-mini-footer__social-btn social-btn__twitter"></button> -->
|
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
<script src="/scripts/highlight.pack.min.js"></script>
|
<script src="/scripts/highlight.pack.min.js"></script>
|
||||||
|
|||||||
+1
-10
@@ -1,10 +1 @@
|
|||||||
{
|
{}
|
||||||
"devDependencies": {
|
|
||||||
"gulp": "^3.8.11",
|
|
||||||
"gulp-gh-pages": "^0.5.1",
|
|
||||||
"gulp-shell": "^0.4.1"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"prismjs": "0.0.1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -1,5 +1,19 @@
|
|||||||
footer {
|
footer {
|
||||||
padding: 40px 80px !important;
|
padding: 40px 80px !important;
|
||||||
|
background-color: inherit !important;
|
||||||
|
border-top: 2px solid #E0E0E0;
|
||||||
|
}
|
||||||
|
.facebook a:hover {
|
||||||
|
color: #3B5998;
|
||||||
|
}
|
||||||
|
.twitter a:hover {
|
||||||
|
color: #55ACEE;
|
||||||
|
}
|
||||||
|
.google a:hover {
|
||||||
|
color: #DC4E41;
|
||||||
|
}
|
||||||
|
.github a:hover {
|
||||||
|
color: #333;
|
||||||
}
|
}
|
||||||
code {
|
code {
|
||||||
font-size: .95em;
|
font-size: .95em;
|
||||||
|
|||||||
Reference in New Issue
Block a user