35 lines
2.1 KiB
HTML
35 lines
2.1 KiB
HTML
<footer class="page-footer grey darken-3">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col l6 s12">
|
|
<h2 class="white-text">About</h2>
|
|
<p class="grey-text text-lighten-4">
|
|
Set of super simple widgets compatible with Awesome Window Manager v.4.
|
|
</p>
|
|
|
|
|
|
</div>
|
|
<div class="col l3 s12 offset-l3">
|
|
<h2 class="white-text">Links</h2>
|
|
<ul>
|
|
<li><a class="github-button" href="https://github.com/streetturtle/AwesomeWM"
|
|
data-icon="octicon-star" data-count-href="/streetturtle/AwesomeWM/stargazers" data-count-api="/repos/streetturtle/AwesomeWM#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star streetturtle/AwesomeWM on GitHub">Star</a></li>
|
|
<li> <a class="github-button" href="https://github.com/streetturtle/AwesomeWM/archive/master.zip" data-icon="octicon-cloud-download" aria-label="Download streetturtle/AwesomeWM on GitHub">Download</a></li>
|
|
<li><a class="github-button" href="https://github.com/streetturtle" data-count-href="/streetturtle/followers" data-count-api="/users/streetturtle#followers" data-count-aria-label="# followers on GitHub" aria-label="Follow @streetturtle on GitHub">Follow @streetturtle</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="footer-copyright grey darken-4">
|
|
<div class="container">
|
|
<!--Made by <a class="orange-text text-lighten-3" href="http://github.com/streetturtle">Pavel Makhov</a>-->
|
|
<span>Powered by
|
|
<a class="grey-text text-lighten-4" href="http://materializecss.com/" title="MaterializeCSS"><img
|
|
src="{{'/assets/img/materialize-logo.png' | relative_url }}"></a> and
|
|
<a class="grey-text text-lighten-4" href="https://jekyllrb.com/" title="Jekyll"><img
|
|
src="{{'/assets/img/jekyll-logo.png' | relative_url }}"></a>
|
|
</span>
|
|
<span class="right">Pavel Makhov © 2017</span>
|
|
</div>
|
|
</div>
|
|
</footer> |