summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorryderr <r@okfoc.us>2014-11-17 16:12:23 -0500
committerryderr <r@okfoc.us>2014-11-17 16:12:23 -0500
commit878fe73e56ecce5d3966fc6d9dfd66c3b20b0358 (patch)
tree6c6e1e3e68561b87dfca826ca35b11de8132bb2d /views
parentcda5a0c18e3dde664a9df526db2e218d201dfda9 (diff)
howto
Diffstat (limited to 'views')
-rw-r--r--views/about/howto.ejs88
-rw-r--r--views/about/index.ejs54
2 files changed, 89 insertions, 53 deletions
diff --git a/views/about/howto.ejs b/views/about/howto.ejs
new file mode 100644
index 0000000..a3768e1
--- /dev/null
+++ b/views/about/howto.ejs
@@ -0,0 +1,88 @@
+<!doctype html>
+<html>
+<head>
+ <title>vvalls</title>
+ [[ include ../partials/meta ]]
+</head>
+<body class="loading">
+ <div class="rapper page">
+ [[ include ../partials/header ]]
+
+ <!-- put stuff here -->
+
+ <div class="hero" style="background-image:url(http://okfocus.s3.amazonaws.com/images/vvalls/construction.jpg);">
+ <div class="holder">
+ </div>
+ </div>
+ <h1>How To Use VValls</h1>
+
+ <div class="projectList about howto">
+ <div class="item">
+ <div class="rap">
+ <span style="background-image:url(http://okfocus.s3.amazonaws.com/images/vvalls/newproject.jpg)">
+ </span>
+ <span>
+ <h3>1. Define Your Space.</h3>
+ <words>Choose from one of our existing floor plan templates or create your own.</words>
+ </span>
+ </div>
+ </div>
+
+
+ <div class="item">
+ <div class="rap">
+ <span style="background-image:url(http://okfocus.s3.amazonaws.com/images/vvalls/uploadmedia.gif)">
+ </span>
+ <span>
+ <h3>2. Add Your Media Files.</h3>
+ <words>Upload media files or choose media from our pre-loaded image/video stream. Position media on the walls.</words>
+ </span>
+ </div>
+ </div>
+
+
+ <div class="item">
+ <div class="rap">
+ <span style="background-image:url(http://okfocus.s3.amazonaws.com/images/vvalls/wallpaper3.gif)">
+ </span>
+ <span>
+ <h3>3. Customize.</h3>
+ <words>Use color or wallpaper features to customize the look of your space.</words>
+ </span>
+ </div>
+ </div>
+
+ <div class="item">
+ <div class="rap">
+ <span style="background-image:url(http://okfocus.s3.amazonaws.com/images/vvalls/colab.png)">
+ </span>
+ <span>
+ <h3>4. Collaborate.</h3>
+ <words>You can invite others to collaborate on your project.</words>
+ </span>
+ </div>
+ </div>
+
+ <div class="item">
+ <div class="rap">
+ <span style="background-image:url(http://okfocus.s3.amazonaws.com/images/vvalls/thumbsup.gif)">
+ </span>
+ <span>
+ <h3>5. Publish + Share.</h3>
+ <words>Share a link to your creation on social media or embed your 3D space directly into your own web page. When on the go, make sure to show off your project on your phone.</words>
+ </span>
+ </div>
+ </div>
+
+</div>
+
+
+ [[ include ../partials/confirm-modal ]]
+ [[ include ../projects/layouts-modal ]]
+ [[ include ../partials/sign-in ]]
+ [[ include ../partials/footer ]]
+
+ </div>
+</body>
+[[ include ../partials/scripts ]]
+</html>
diff --git a/views/about/index.ejs b/views/about/index.ejs
index 62d873c..2517225 100644
--- a/views/about/index.ejs
+++ b/views/about/index.ejs
@@ -5,62 +5,10 @@
[[ include ../partials/meta ]]
</head>
<body class="loading">
- <div class="rapper page home">
+ <div class="rapper page">
[[ include ../partials/header ]]
- <!-- put stuff here -->
- <h1>How To Use VValls</h1>
- <div class="projectList about howto">
- <div class="item">
- <div class="rap">
- <span style="background-image:url(http://okfocus.s3.amazonaws.com/images/hangart1.gif)">
- </span>
- <span>
- <h3>Define Your Space.</h3>
- <words>Choose from one of our existing floor plan templates or create your own.</words>
- </span>
- </div>
- </div>
-
-
- <div class="item">
- <div class="rap">
- <span style="background-image:url(http://okfocus.s3.amazonaws.com/images/hangart1.gif)">
- </span>
- <span>
- <h3>Add Your Media Files.</h3>
- <words>Upload media files or choose media from our pre-loaded image/video stream. Position media on the walls.</words>
- </span>
- </div>
- </div>
-
-
- <div class="item">
- <div class="rap">
- <span style="background-image:url(http://okfocus.s3.amazonaws.com/images/hangart1.gif)">
- </span>
- <span>
- <h3>Customize.</h3>
- <words>Use color or wallpaper features to customize the look of your space.</words>
- </span>
- </div>
- </div>
-
- <div class="item">
- <div class="rap">
- <span style="background-image:url(http://okfocus.s3.amazonaws.com/images/hangart1.gif)">
- </span>
- <span>
- <h3>Collaborate.</h3>
- <words>ou can invite others to collaborate on your project.</words>
- </span>
- </div>
- </div>
-
-</div>
-
-
[[ include ../partials/confirm-modal ]]
[[ include ../projects/layouts-modal ]]
[[ include ../partials/sign-in ]]