diff --git a/Gruntfile.js b/Gruntfile.js
index 7aa676b..9ed9f50 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -78,6 +78,15 @@ module.exports = function(grunt) {
dest: '<%= config.dest %>/assets/vendor/'
}]
},
+ video: {
+ files: [{
+ expand: true,
+ flatten: true,
+ cwd: '<%= config.source %>/video/',
+ src: ['*'],
+ dest: '<%= config.dest %>/video/'
+ }]
+ },
misc: {
files: [{
expand: true,
@@ -93,7 +102,7 @@ module.exports = function(grunt) {
assemble: {
options: {
assets: '<%= config.dest %>/assets',
- data: 'template_data/*.json',
+ data: '<%= config.source %>/data/*.yml',
flatten: true,
layout: 'default.hbs',
layoutdir: '<%= config.source %>/layouts',
diff --git a/site/assets/img/stock/clapper.jpeg b/site/assets/img/stock/clapper.jpeg
new file mode 100644
index 0000000..165945e
Binary files /dev/null and b/site/assets/img/stock/clapper.jpeg differ
diff --git a/site/assets/img/stock/grunge-film-stock.jpg b/site/assets/img/stock/grunge-film-stock.jpg
new file mode 100644
index 0000000..c7d89a2
Binary files /dev/null and b/site/assets/img/stock/grunge-film-stock.jpg differ
diff --git a/site/data/videos.yml b/site/data/videos.yml
new file mode 100644
index 0000000..b407bdb
--- /dev/null
+++ b/site/data/videos.yml
@@ -0,0 +1,61 @@
+videos:
+ demo:
+ file: "MarkMoser_reel2011.mp4"
+ poster: "MarkMoser_reel2011.png"
+ title: "2011 Demo Reel"
+ width: "960"
+ height: "480"
+ note: "A short sampling of my after effects work. I do love to edit."
+
+ bid_web:
+ file: "BackInTheDay_640x360.mov"
+ title: "Back In the Day"
+ width: "640"
+ height: "360"
+ poster: "BackInTheDay_640x360.png"
+ role: "Editor"
+ credit: "Producer/Director/DP: Chris Brown
+ Musician: Rocky Maffit
+ Jhana Music Group"
+
+ ccrawl_large:
+ file: "CCrawl_purple_960x540.m4v"
+ title: "PW Container Crawl"
+ width: "960"
+ height: "540"
+ poster: "CCrawl_purple_960x540.png"
+ role: "Edit / Compositing"
+ credit: "Producer/Director/DP: Chris Brown
+ Stylist: Ron Walder
+ Proven Winners"
+
+ crawl_demo_lg:
+ file: "CrawlDemo_960x540.mov"
+ title: "Crawl Breakdown"
+ width: "960"
+ height: "540"
+ poster: "CrawlDemo_960x540.png"
+ role: "Edit / Compositing"
+ credit: "Producer/Director/DP: Chris Brown
+ Stylist: Ron Walder
+ Proven Winners"
+
+ pw_garden_640:
+ file: "SecretGarden_Alternate-640.m4v"
+ title: "PW Garden Spot"
+ width: "640"
+ height: "360"
+ poster: "SecretGarden_Alternate-640.png"
+ role: "Edit / Compositing"
+ credit: "Producer/Director/DP: Chris Brown
+ Stylist: Ron Walder
+ Creative Director: Dave Lierman
+ Proven Winners"
+
+ balloon_time:
+ file: "BalloonTime_400x262.mov"
+ title: "Balloon Time!"
+ width: "400"
+ height: "262"
+ poster: "BalloonTime_400x262.png"
+ role: "Prep / Shoot / Post"
diff --git a/site/pages/misc.hbs b/site/pages/misc.hbs
deleted file mode 100644
index b871f03..0000000
--- a/site/pages/misc.hbs
+++ /dev/null
@@ -1,46 +0,0 @@
----
- title: Misc links and such
----
-
-
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.
+ +{{{note}}}
+