1
0
mirror of https://github.com/labstack/echo.git synced 2024-12-24 20:14:31 +02:00

Updated docs

Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana 2015-10-03 21:49:22 -07:00
parent 1f7e699120
commit e45f310607
3 changed files with 27 additions and 29 deletions

View File

@ -1,37 +1,30 @@
<footer class="mdl-mini-footer">
<div class="mdl-mini-footer__left-section">
<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 class="mdl-mini-footer__right-section">
<ul class="mdl-mini-footer__link-list">
<li>
<a href="http://facebook.com/chilimushroom">
<i class="fa fa-facebook-square fa-2x"></i>
<li class="github">
<a href="https://github.com/labstack" target="_blank">
<i class="fa fa-github fa-2x"></i>
</a>
</li>
<li>
<a href="http://twitter.com/chilimushroom">
<li class="facebook">
<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>
</a>
</li>
<li>
<a href="http://plus.google.com/+chilimushroom">
<li class="google">
<a href="http://plus.google.com/+labstack" target="_blank">
<i class="fa fa-google-plus-square fa-2x"></i>
</a>
</li>
</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>
&nbsp;
<button class="mdl-mini-footer__social-btn"></button>
&nbsp;
<button class="mdl-mini-footer__social-btn social-btn__twitter"></button> -->
</div>
</footer>
<script src="/scripts/highlight.pack.min.js"></script>

View File

@ -1,10 +1 @@
{
"devDependencies": {
"gulp": "^3.8.11",
"gulp-gh-pages": "^0.5.1",
"gulp-shell": "^0.4.1"
},
"dependencies": {
"prismjs": "0.0.1"
}
}
{}

View File

@ -1,5 +1,19 @@
footer {
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 {
font-size: .95em;