finalization
This commit is contained in:
parent
8fcda1a3d0
commit
4fc28d4906
16 changed files with 174 additions and 177 deletions
44
links.html
44
links.html
|
|
@ -15,44 +15,24 @@ image: /images/pages/reuben-hustler-YTV2zNt8Zqg-unsplash.jpg
|
|||
---
|
||||
|
||||
{% include relBase.html %}
|
||||
<!-- Banner -->
|
||||
<section class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center" style="min-height:100vh;">
|
||||
|
||||
<div class="content">
|
||||
<h1>{{ page.title }}</h1>
|
||||
<p>{{ page.description }}</p>
|
||||
<ul class="actions stacked">
|
||||
<li><a href="#second" class="button small smooth-scroll solid icon">Check it!</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="image">
|
||||
<img src="{{ page.image }}" alt="unfound page" />
|
||||
</div>
|
||||
</section>
|
||||
<!-- NEWS -->
|
||||
{% include header.html %}
|
||||
|
||||
{% assign sorted = site.data.links | sort: 'title' %}
|
||||
{% for link in sorted %}
|
||||
{% for post in sorted %}
|
||||
<section class="links" style="margin:0;">
|
||||
|
||||
<section id="second" class="spotlight style5 orient-{% cycle 'left', 'right' %} content-align-{% cycle 'right', 'left' %} image-position-center onscroll-image-fade-in" {% if forloop.index == 1 %}style="box-shadow: none;" {% endif %}>
|
||||
<div class="content">
|
||||
<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 small icon solid fa-external-link-alt">Visit</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="image">
|
||||
<img src="{{ relBase }}/assets/img/tile.gif" alt="{{ page.title | smartify }}" />
|
||||
</div>
|
||||
<div class=linksbg></div>
|
||||
<div class="description">
|
||||
<h2>{{ post.title }}</h2>
|
||||
|
||||
<p>{{ post.description }}</p>
|
||||
<p><a href="{{ relBase }}{{ post.url }}" class="button">Read post</a></p>
|
||||
</div>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
{% endfor %}
|
||||
{% include footer.html %}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue