32 lines
871 B
Handlebars
32 lines
871 B
Handlebars
---
|
|
title: Old Video Projects
|
|
heading:
|
|
img: stock/grunge-film-stock.jpg
|
|
copy: Old Video Projects
|
|
theme: yellow
|
|
---
|
|
|
|
<section>
|
|
<p>Here is a collection of old video projects I'm still proud of. I no longer seek out work in video production in an effort to narrow focus. I hope you enjoy watching them as much as I did making them.</p>
|
|
|
|
<p>
|
|
More videos can be found on
|
|
<a href="http://www.vimeo.com/mmoser">vimeo</a>
|
|
and
|
|
<a href="http://www.youtube.com/user/ObleyWan">youtube</a>
|
|
</section>
|
|
|
|
{{#each videos }}
|
|
<section>
|
|
<div class="video-player">
|
|
<h2>{{title}}</h2>
|
|
|
|
<video src="/video/{{file}}" controls poster="/video/{{poster}}"></video>
|
|
|
|
{{#if note }}<p>{{{note}}}</p>{{/if}}
|
|
{{#if role }}<p> My Role: {{role}}</p>{{/if}}
|
|
{{#if credit }}<p>{{{credit}}}</p>{{/if}}
|
|
</div>
|
|
</section>
|
|
{{/each}}
|