consistent buttons
This commit is contained in:
parent
174e75713a
commit
bedd1f8f21
2
404.html
2
404.html
|
@ -38,7 +38,7 @@ permalink: /404/
|
|||
<h1 class="editable">{{ page.title }}</h1>
|
||||
<p>{{ page.description }}</p>
|
||||
<ul class="actions stacked">
|
||||
<li><a href="/" class="button big wide">Take me back!</a></li>
|
||||
<li><a href="/" class="button small">Take me back!</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ lang: en
|
|||
<br />{{ page.date | date: '%Y' }}
|
||||
</p>
|
||||
<ul class="actions stacked">
|
||||
<li><a href="#moe" class="button small smooth-scroll">cheggit!</a></li>
|
||||
<li><a href="#moe" class="button small smooth-scroll">Cheggit!</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="image">
|
||||
|
|
|
@ -11,7 +11,7 @@ layout: default
|
|||
<h1>{{ page.title }}</h1>
|
||||
<p>{{ page.description }}</p>
|
||||
<ul class="actions stacked">
|
||||
<li><a href="#readmore" class="button large wide smooth-scroll">Read More</a></li>
|
||||
<li><a href="#readmore" class="button small smooth-scroll">Check!</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
<h1 class="editable">{{ page.title }}</h1>
|
||||
<p>{{ page.description }}</p>
|
||||
<ul class="actions stacked">
|
||||
<li><a href="#moe" class="button small smooth-scroll">cheggit!</a></li>
|
||||
<li><a href="#moe" class="button small smooth-scroll">Cheggit!</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="image">
|
||||
|
@ -322,6 +322,9 @@
|
|||
<div class="content">
|
||||
<h1>{{ page.title }}</h1>
|
||||
<p>{{ page.description }}</p>
|
||||
<ul class="actions stacked">
|
||||
<li><a href="#post" class="button small smooth-scroll">cheggit!</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="image">
|
||||
|
@ -334,7 +337,7 @@
|
|||
|
||||
<div class="index align-left">
|
||||
<!-- Author -->
|
||||
<section>
|
||||
<section id="post">
|
||||
{% if page.url != '/cookies/' %}
|
||||
{% if page.url != '/webcreds/' %}
|
||||
{% include author.html %}
|
||||
|
@ -344,7 +347,7 @@
|
|||
{{ content }}
|
||||
{% if page.link != nil %}
|
||||
<ul class="actions stacked">
|
||||
<li><a href="{{ page.link }}?ref=ToSettoSettoSentMe" target="_blank" rel="noopener" class="button small">cheggit!</a></li>
|
||||
<li><a href="{{ page.link }}?ref=ToSettoSettoSentMe" target="_blank" rel="noopener" class="button small">Cheggit!</a></li>
|
||||
</ul>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
|
|
@ -19,7 +19,7 @@ image: /images/pages/jack-hamilton-CMnNiQBkwBI-unsplash.jpg
|
|||
<h1 class="editable">{{ page.subtitle }}</h1>
|
||||
<p>{{ page.description }}</p>
|
||||
<ul class="actions stacked">
|
||||
<li><a href="#moe" class="button small smooth-scroll">cheggit!</a></li>
|
||||
<li><a href="#moe" class="button small smooth-scroll">Cheggit!</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="image">
|
||||
|
@ -29,11 +29,6 @@ image: /images/pages/jack-hamilton-CMnNiQBkwBI-unsplash.jpg
|
|||
|
||||
<section class="wrapper style1 align-center" id="moe">
|
||||
|
||||
<div class="inner">
|
||||
<h2 class="editable">Most of my work</h2>
|
||||
<p class="editable">A slection of my work</p>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
{% assign sorted = site.posts | sort: 'date' | reverse %}
|
||||
|
@ -60,7 +55,7 @@ image: /images/pages/jack-hamilton-CMnNiQBkwBI-unsplash.jpg
|
|||
|
||||
<br />
|
||||
<ul class="actions stacked">
|
||||
<li><a href="{{ album.url }}" class="button big wide {% if post.category == 'release' %}icon solid fa-volume-up{% endif %}">Cheggid out</a>
|
||||
<li><a href="{{ album.url }}" class="button small {% if post.category == 'releases' %}icon solid fa-volume-up{% endif %}">Cheggit!</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -22,7 +22,7 @@ image: /images/pages/reuben-hustler-YTV2zNt8Zqg-unsplash.jpg
|
|||
<h1>{{ page.title }}</h1>
|
||||
<p>{{ page.description }}</p>
|
||||
<ul class="actions stacked">
|
||||
<li><a href="#second" class="button large wide smooth-scroll">Read More</a></li>
|
||||
<li><a href="#second" class="button small smooth-scroll">Cheggit!</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
2
log.html
2
log.html
|
@ -19,7 +19,7 @@ image: /images/pages/grace-brauteseth-1R0hB9WWVvQ-unsplash.jpg
|
|||
<h1>{{ page.title }}</h1>
|
||||
<p>{{ page.description }}</p>
|
||||
<ul class="actions stacked">
|
||||
<li><a href="#news" class="button large wide smooth-scroll">Read More</a></li>
|
||||
<li><a href="#news" class="button small smooth-scroll">Cheggit!</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue