-
Notifications
You must be signed in to change notification settings - Fork 3
/
journey.html
42 lines (35 loc) · 1.14 KB
/
journey.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
layout: default
title: Journey
index: 1
---
<section class="title big timeline">
<div class="inner">
<p>Our journey is unplanned. We just go. Trying to make this idea happen, step by step.</p>
<h1>It starts here, in 2012</h1>
</div>
</section>
<section class="posts">
<div class="inner">
{% for post in site.posts reversed %}
<article class="{{post.kind}}">
<time>{{post.date | date: "%B %Y"}}</time>
{% if post.image contains "/" %}
{{post.content}}
<figure>
<img src="/assets/uploads/{{post.image}}">
</figure>
{% else %}
<figure>
<iframe src="//www.youtube.com/embed/{{post.image}}?modestbranding=0&showinfo=0" frameborder="0" allowfullscreen=""></iframe>
</figure>
{% if post.title %}
<h1>{{post.title}}</h1>
{% endif %}
{{post.content}}
{% endif %}
</article>
{% endfor %}
</div>
</section>
<a href="https://next.preciousplastic.com" target="_tab"><div class="notification"> <div class="text"> Support our newest Precious Plastic campaign 🍌 </div></div></a>