Files
markamoser.com/site/pages/video.hbs
2017-08-23 14:43:51 -05:00

27 lines
726 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 video production projects because I decided to focus on development. 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>
<h2>{{title}}</h2>
<p>{{{note}}}</p>
<br />
<video src="/video/{{file}}" controls poster="/video/{{poster}}"></video>
</section>
{{/each}}