2018-09-13 03:31:49 +02:00
---
---
2017-03-12 03:02:54 +01:00
<!DOCTYPE html>
< html lang = "en" >
2018-09-13 03:31:49 +02:00
{% include head.html %}
2017-03-12 03:02:54 +01:00
< body >
2018-09-15 23:33:42 +02:00
{% include yandex-metrica.html %}
< header >
< div class = "topnav" >
<!-- <a href="#" data - target="slide - out" class="sidenav - trigger"><i class="material - icons">menu</i></a> -->
2017-03-15 16:54:11 +01:00
2018-09-15 23:33:42 +02:00
< div class = "container" >
< div id = "particles-js" > < / div >
< div class = "site-header" >
< div id = "header" class = "header center white-text" >
< a href = "{{ site.url | append: site.baseurl}}/" > < span
style="font-family: awesomewm-font; font-weight: 100;">awesome wm< / span > < / a >
< / div >
< div id = "description" class = "header center white-text" > Set of widgets for Awesome
Window Manager
< / div >
< / div >
< / div >
< / div >
< / header >
2017-03-15 16:54:11 +01:00
2017-03-12 03:02:54 +01:00
< main >
2018-09-15 23:33:42 +02:00
{% include github-corner.html %}
2018-09-13 03:31:49 +02:00
< ul class = "sidenav sidenav-fixed" style = "transform: translateX(0px);" >
2018-09-15 23:33:42 +02:00
< li > < a class = "subheader white-text" > Widgets< / a > < / li >
<!-- <li> -->
<!-- <div class=""> -->
<!-- <span class="balck - text name">Project documentation page</span> -->
<!-- </div> -->
<!-- </li> -->
<!-- <li> -->
<!-- <div class="divider"></div> -->
<!-- </li> -->
2018-09-14 03:53:46 +02:00
{% for widget in site.widgets %}
2018-09-15 23:33:42 +02:00
< li class = "tab col s2 " >
< a href = "#tab{{ widget.title | replace: ' ', '_'}}" > {{ widget.title }}< / a >
< / li >
2018-09-14 03:53:46 +02:00
{% endfor %}
2018-09-13 03:31:49 +02:00
2018-09-15 23:33:42 +02:00
< li >
< div class = "divider" > < / div >
< / li >
< li > < a class = "subheader white-text" > Links< / a > < / li >
< div class = "sidenav-footer" >
2018-09-13 03:31:49 +02:00
2018-09-15 23:33:42 +02:00
< ul >
< li > < a class = "github-button" href = "https://github.com/streetturtle/awesome-wm-widgets"
data-icon="octicon-star" data-count-href="/streetturtle/awesome-wm-widgets/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/awesome-wm-widgets/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 >
2018-09-14 03:53:46 +02:00
2017-03-12 03:02:54 +01:00
< / div >
2018-09-15 23:33:42 +02:00
< / ul >
2017-03-12 03:02:54 +01:00
< div class = "container" >
< div class = "section" >
< div class = "row" >
2018-09-14 03:53:46 +02:00
2018-09-15 23:33:42 +02:00
< div class = "center-align" >
< img src = "https://github.com/streetturtle/AwesomeWM/blob/master/screenshot.png?raw=true" / >
< / div >
2018-09-14 03:53:46 +02:00
{% for widget in site.widgets %}
2018-09-15 23:33:42 +02:00
< div id = "tab{{ widget.title | replace: ' ', '_' }}" class = "widget col s12 hide" > {{
widget.content }}
< / div >
2018-09-14 03:53:46 +02:00
{% endfor %}
2017-03-12 03:02:54 +01:00
< / div >
< / div >
< / div >
< / main >
{% include footer.html %}
< / body >
< / html >