From dfeeda17f3bbabfa5c3ee8c22f2c147ce36698d0 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Wed, 28 Jan 2015 12:19:22 -0500 Subject: [PATCH] add shop page and product embed --- contents/about.md | 1 + contents/shop.json | 3 +++ templates/shop.jade | 10 ++++++++++ 3 files changed, 14 insertions(+) create mode 100644 contents/shop.json create mode 100644 templates/shop.jade diff --git a/contents/about.md b/contents/about.md index b3f78e3..bfa5d05 100644 --- a/contents/about.md +++ b/contents/about.md @@ -1,3 +1,4 @@ --- view: none --- +View my [3d Model Shop](/shop.html) diff --git a/contents/shop.json b/contents/shop.json new file mode 100644 index 0000000..e4555a5 --- /dev/null +++ b/contents/shop.json @@ -0,0 +1,3 @@ +{ + "template": "shop.jade" +} diff --git a/templates/shop.jade b/templates/shop.jade new file mode 100644 index 0000000..11dbb1a --- /dev/null +++ b/templates/shop.jade @@ -0,0 +1,10 @@ +extends layout +block content + h1 3D Shop + + p + The following are products which I have 3d modeled and have available for sale + on + a(href="http://www.shapeways.com/shops/brett", target="_blank") Shapeways + + iframe(width=200, height=305, frameborder=0, allowfullscreen, allowtransparency, src="//www.shapeways.com/fragments/product?spin=AWZYCTQJZ")