Change the whole layout to (semantic-ui-forest)

This commit is contained in:
2018-05-15 08:01:17 +02:00
parent 548869a472
commit afbb3d3333
168 changed files with 590 additions and 120973 deletions

18
templates/footer.html Normal file
View File

@@ -0,0 +1,18 @@
<div class="ui blue inverted vertical footer segment">
<div class="ui container">
<div class="ui stackable inverted divided equal height stackable grid">
<div class="three wide column">
<h4 class="ui inverted header">About</h4>
<div class="ui inverted link list">
<a href="https://github.com/osufx/osu-wayback" class="item">Github</a>
</div>
</div>
<div class="thirteen wide column">
<h4 class="ui inverted header">Info</h4>
<p>
This app uses scraped data from osu.ppy.sh to generate this list. It is fully opensource and licensed under GPL-3.0
</p>
</div>
</div>
</div>
</div>