consistent buttons
This commit is contained in:
parent
174e75713a
commit
bedd1f8f21
8 changed files with 19 additions and 18 deletions
|
|
@ -25,7 +25,7 @@ logo_image: /siteicon.png
|
|||
|
||||
<p>{{ page.description }}</p>
|
||||
<ul class="actions stacked">
|
||||
<li><a href="#music" class="button large wide smooth-scroll-middle">Music!</a></li>
|
||||
<li><a href="#music" class="button large smooth-scroll-middle">Music!</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -39,7 +39,10 @@ logo_image: /siteicon.png
|
|||
<section id="news" class="wrapper style1 align-center">
|
||||
<div class="inner" style="padding-top: 40px;">
|
||||
<h2>Web-Log</h2>
|
||||
<p>Going on in the cypher. Older log entries can be found <a href="/log/">here</a></p>
|
||||
<p>Ramblings, announcenments and thoughts going on in the 徒 setto セット Cypher. In written form intertwined with audio</p>
|
||||
<ul class="actions stacked">
|
||||
<li><a href="/log/" class="button small">Archive</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
|
@ -79,7 +82,7 @@ logo_image: /siteicon.png
|
|||
<ul class="actions stacked">
|
||||
|
||||
<li><a href="{{ relBase }}{{ post.url }}"
|
||||
class="button big wide {% if post.category == 'release' %}icon solid fa-volume-up{% endif %}">Cheggid out</a>
|
||||
class="button big wide {% if post.category == 'releases' %}icon solid fa-volume-up{% endif %}">Cheggit!</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue