Furgher org

This commit is contained in:
Madison Scott-Clary
2018-01-26 20:12:12 -08:00
parent 3806cfc6c5
commit 83495be4b7
5 changed files with 47 additions and 47 deletions

35
_includes/series.html Normal file
View File

@ -0,0 +1,35 @@
<ol class="post-card-box clearfix">
<li>
<div class="post-card">
<a href="{{site.baseurl}}/collections/series/sawtooth" class="post-card-image" style="background-image: url({{site.baseurl}}/assets/img/flag.svg)">
</a>
<div class="post-card-body">
<a href="{{site.baseurl}}/collections/series/sawtooth" class="tag">Collected stories from the Sawtooth, ID furry universe</a>
<a href="{{site.baseurl}}/collections/series/sawtooth" class="post-card-link"><h3 class="post-card-title">Sawtooth</h3></a>
</div>
</div>
</li>
<li>
<div class="post-card">
<a href="{{site.baseurl}}/collections/series/post-self" class="post-card-image" style="background-image: url({{site.baseurl}}/assets/img/post-self.png)">
</a>
<div class="post-card-body">
<a href="{{site.baseurl}}/collections/series/post-self" class="tag">Collected stories from the far-future, Post-Self universe</a>
<a href="{{site.baseurl}}/collections/series/post-self" class="post-card-link"><h3 class="post-card-title">Post-Self</h3></a>
</div>
</div>
</li>
<li>
<div class="post-card">
<a href="{{site.baseurl}}/collections/series/rum-and-coke" class="post-card-image" style="background-image: url({{site.baseurl}}/assets/img/rum-and-coke.png)">
</a>
<div class="post-card-body">
<a href="{{site.baseurl}}/collections/series/rum-and-coke" class="tag">Three short stories from a furry convention</a>
<a href="{{site.baseurl}}/collections/series/rum-and-coke" class="post-card-link"><h3 class="post-card-title">Rum and Coke</h3></a>
</div>
</div>
</li>
</ol>