summaryrefslogtreecommitdiff
path: root/views/about/about.ejs
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-12-01 19:05:47 -0500
committerJules Laplace <jules@okfoc.us>2014-12-01 19:05:47 -0500
commit3894b197a61f7370597218cda6a2a5eccde9375b (patch)
tree134c72dd76b2873994c428a0dd9e4c6a7c3ebfe7 /views/about/about.ejs
parent598b7d86716d83f3f5c571c98dbf41ae1706cb40 (diff)
parentc423e246d4e18ce65861e384bee6c147aff79ddb (diff)
merge
Diffstat (limited to 'views/about/about.ejs')
-rw-r--r--views/about/about.ejs71
1 files changed, 71 insertions, 0 deletions
diff --git a/views/about/about.ejs b/views/about/about.ejs
new file mode 100644
index 0000000..f59fe14
--- /dev/null
+++ b/views/about/about.ejs
@@ -0,0 +1,71 @@
+<!doctype html>
+<html>
+<head>
+ <title>vvalls</title>
+ [[ include ../partials/meta ]]
+</head>
+<body class="loading">
+ <div class="rapper page">
+ [[ include ../partials/header ]]
+
+
+ <div class="hero" style="background-image:url(http://okfocus.s3.amazonaws.com/images/vvalls/construction.jpg);">
+ <div class="holder">
+ </div>
+ </div>
+ <h1>About VValls</h1>
+
+ <div class="projectList about aboutintro">
+ <div class="inner">
+ VValls is a platform for creating and sharing immersive web based 3D exhibitions. With VValls users can draw floor plans, and then apply media to the surfaces of the virtual space. VValls is the ideal solution for anyone creating immersive presentations of content, curators looking to plan shows, and artists looking to visualize their work in 3D space. VValls is completely HTML5 based – mobile and desktop compatible.
+ <br><br>
+ Contact us with inquiries at <a href="mailto:hello@vvalls.com">hello@vvalls.com</a>.<br>
+ We are based in New York City.
+ </div>
+
+ <div class="item">
+ <div class="rap">
+ <span style="background-image:url(http://vvalls.s3.amazonaws.com/static/larisa.jpg)">
+ </span>
+ <span>
+ <h3>Dot Dash 3</h3>
+ <words>VValls was conceived and prototyped by Larisa Leventon, Ph.D., MBA, founder of Dot Dash 3 and an M.I.T. + Brown University-trained visualization algorithm specialist.</words>
+ </span>
+ </div>
+ </div>
+
+ <div class="item">
+ <div class="rap">
+ <span style="background-image:url(http://vvalls.s3.amazonaws.com/static/okf.jpg)">
+ </span>
+ <span>
+ <h3>OKFocus</h3>
+ <words>VValls was developed and designed by OKFocus, a forward thinking NYC based creative agency. The technology was spearheaded by Jules LaPlace, CTO, and the design by Ryder Ripps, ECD.</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>
+<style>
+.aboutintro {
+ text-align: center;
+ line-height: 43px;
+ font-size: 24px;
+ padding: 5% 0;
+ font-weight: 300;
+}
+.aboutintro .inner {
+ max-width: 800px;
+ margin: 0 auto;
+ text-align: center;
+}
+</style> \ No newline at end of file