consolidate buttons
This commit is contained in:
parent
be46937792
commit
ac87e812ec
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 small">Take me back!</a></li>
|
||||
<li><a href="/" class="button small">Take me home!</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ layout: default
|
|||
<h1>{{ page.title }}</h1>
|
||||
<p>{{ page.description }}</p>
|
||||
<ul class="actions stacked">
|
||||
<li><a href="#readmore" class="button small smooth-scroll">Check!</a></li>
|
||||
<li><a href="#readmore" class="button small smooth-scroll">Check it!</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">Listen!</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="image">
|
||||
|
@ -125,7 +125,7 @@
|
|||
<br />{{ track.common.year }}</p>
|
||||
|
||||
<ul class="actions stacked">
|
||||
<li><a href="{{ relBase }}/albums/{{ track.slug }}/" class="button">Track</a></li>
|
||||
<li><a href="{{ relBase }}/albums/{{ track.slug }}/" class="button small icon solid fa-play">Play</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="image">
|
||||
|
@ -323,7 +323,7 @@
|
|||
<h1>{{ page.title }}</h1>
|
||||
<p>{{ page.description }}</p>
|
||||
<ul class="actions stacked">
|
||||
<li><a href="#post" class="button small smooth-scroll">cheggit!</a></li>
|
||||
<li><a href="#post" class="button small smooth-scroll">Check it!</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -347,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 icon solid fa-external-link-alt">Read it!</a></li>
|
||||
</ul>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
|
|
@ -26,7 +26,7 @@ layout: default
|
|||
</script>
|
||||
|
||||
<ul class="actions stacked">
|
||||
<li><button id="mu_pause" class="button icon solid fa-play">Play dat!</button></li>
|
||||
<li><button id="mu_pause" class="button small icon solid fa-play">Play!</button></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="noJSalbum" class="content" style="z-index:1">
|
||||
|
@ -38,7 +38,7 @@ layout: default
|
|||
<p><strong>{% assign round_seconds = page.format.duration | round %}{% assign minutes = round_seconds | divided_by: 60 %}{% assign leftover_seconds = minutes | times: 60 %}{{ minutes }}:{% assign seconds_without_zero = round_seconds | minus: leftover_seconds %}{% if seconds_without_zero < 10 %}0{% endif %}{{ seconds_without_zero }}</strong></p>
|
||||
|
||||
<ul class="actions stacked">
|
||||
<li><a class="button icon solid fa-play" target="_blank" rel="noopener" href="{{ site.mediaurl }}/{{ page.albumSlug }}/{{ page.trackSlug }}.mp3">Play dat!</a></li>
|
||||
<li><a class="button small icon solid fa-play" target="_blank" rel="noopener" href="{{ site.mediaurl }}/{{ page.albumSlug }}/{{ page.trackSlug }}.mp3">Play!</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -57,7 +57,7 @@ image: /images/pages/jack-hamilton-CMnNiQBkwBI-unsplash.jpg
|
|||
{% endfor %}
|
||||
<br />
|
||||
<ul class="actions stacked">
|
||||
<li><a href="{{ album.url }}" class="button small {% if post.category == 'releases' %}icon solid fa-volume-up{% endif %}">Cheggit!</a>
|
||||
<li><a href="{{ album.url }}" class="button small icon solid fa-volume-up">Listen</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 smooth-scroll-middle">Music!</a></li>
|
||||
<li><a href="#music" class="button small smooth-scroll-middle">Music!</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -81,8 +81,7 @@ logo_image: /siteicon.png
|
|||
<br />
|
||||
<ul class="actions stacked">
|
||||
|
||||
<li><a href="{{ relBase }}{{ post.url }}"
|
||||
class="button big wide {% if post.category == 'releases' %}icon solid fa-volume-up{% endif %}">Cheggit!</a>
|
||||
<li><li><a href="{{ post.url }}" class="button small {% if post.category == 'releases' %}icon solid fa-volume-up{% endif %}">{% if post.category == 'releases' %}Listen{% else %}Read{% endif %}</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -118,7 +117,7 @@ logo_image: /siteicon.png
|
|||
<p>{{ album.date | date: "%Y" }}</p>
|
||||
|
||||
<ul class="actions stacked">
|
||||
<li><a href="{{ album.url }}" style="text-decoration:none;" class="button">Listen</a></li>
|
||||
<li><a href="{{ album.url }}" style="text-decoration:none;" class="button small icon solid fa-volume-up">Listen</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="image">
|
||||
|
|
|
@ -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 small smooth-scroll">Cheggit!</a></li>
|
||||
<li><a href="#second" class="button small smooth-scroll solid icon">Check it!</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -40,7 +40,7 @@ image: /images/pages/reuben-hustler-YTV2zNt8Zqg-unsplash.jpg
|
|||
<h2>{{ link.title }}</h2>
|
||||
<p>{{ link.banner }}</p>
|
||||
<ul class="actions stacked">
|
||||
<li><a href="{{ link.url }}?ref=ToSettoSettoSentMe" target="_blank" rel="noopener" style="text-decoration:none;" class="button">Visit</a></li>
|
||||
<li><a href="{{ link.url }}?ref=ToSettoSettoSentMe" target="_blank" rel="noopener" style="text-decoration:none;" class="button small icon solid fa-external-link-alt">Visit</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="image">
|
||||
|
|
6
log.html
6
log.html
|
@ -32,7 +32,7 @@ image: /images/pages/grace-brauteseth-1R0hB9WWVvQ-unsplash.jpg
|
|||
<div class="inner editable" style="padding-top: 160px;">
|
||||
|
||||
<ul class="actions stacked">
|
||||
<li><a href="{{ site.url }}/feed.xml" class="button small wide smooth-scroll icon solid fa-rss">RSS</a></li>
|
||||
<li><a href="{{ site.url }}/feed.xml" class="button small wide icon solid fa-rss">RSS</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
@ -47,7 +47,7 @@ image: /images/pages/grace-brauteseth-1R0hB9WWVvQ-unsplash.jpg
|
|||
<strong>✎</strong> Edit Post
|
||||
</a></p>
|
||||
<ul class="actions stacked">
|
||||
<li><a href="{{ relBase }}{{ post.url }}" class="button">{{ site.data.translations[page.lang].read-post }}</a></li>
|
||||
<li><a href="{{ relBase }}{{ post.url }}" class="button small">Read</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="image">
|
||||
|
@ -60,7 +60,7 @@ image: /images/pages/grace-brauteseth-1R0hB9WWVvQ-unsplash.jpg
|
|||
<div class="inner editable" style="padding-top: 160px;">
|
||||
|
||||
<ul class="actions stacked">
|
||||
<li><a href="{{ site.url }}/feed.xml" class="button small wide smooth-scroll icon solid fa-rss">RSS</a></li>
|
||||
<li><a href="{{ site.url }}/feed.xml" class="button small icon solid fa-rss">RSS</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue