consistent buttons
This commit is contained in:
parent
174e75713a
commit
bedd1f8f21
8 changed files with 19 additions and 18 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue