summaryrefslogtreecommitdiff
path: root/site/templates/project.liquid
diff options
context:
space:
mode:
Diffstat (limited to 'site/templates/project.liquid')
-rw-r--r--site/templates/project.liquid22
1 files changed, 22 insertions, 0 deletions
diff --git a/site/templates/project.liquid b/site/templates/project.liquid
new file mode 100644
index 0000000..5e6bc84
--- /dev/null
+++ b/site/templates/project.liquid
@@ -0,0 +1,22 @@
+<div class="entry">
+ <span>
+ <span class="postname">{{post.title}}</span>
+
+ <div class="gallery" id="okgallery">
+ {% if post.video %}
+ <div class="cell video" style="background-image:url({{ post.video.thumb }}" data-video="https://player.vimeo.com/video/{{ post.video.token }}" data-caption="{{ post.video.title }}"></div>
+ {% endif %}
+ {% for image in post.images %}
+ <div class="cell" data-caption="{{ image.caption }}"><img src="{{ image.uri }}"></div>
+ {% endfor %}
+ </div>
+ <div class="caption"></div>
+ <div class="content">
+ {{ post.description }}
+ </div>
+ <div class="credit">
+ <a href="#"><img src="assets/images/fb2.png"></a>
+ <a href="#"><img src="assets/images/tw2.png"></a>
+ </div>
+ </span>
+</div> \ No newline at end of file