summaryrefslogtreecommitdiff
path: root/views/home.ejs
blob: 36fc2fc566a18bb69c4833d2c117911fef477fe8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!doctype html>
<html>
<head>
	<title>vvalls</title>
	[[ include partials/meta ]]
</head>
<body class="loading">
	<div class="rapper page home">
	[[ include partials/header ]]

	<div class="hero" style="background-image:url(http://okfocus.s3.amazonaws.com/images/vvalls-video-still1.jpg)">
			<div class="holder">
				<span class="circle">
				<span class="videoTitle">Create 3D Rooms</span><br>
				<span class="ion-ios7-play"></span><br>
				<span class="videoTitle">Watch video.</span>
				</span>
			</div>
	</div>

	<h1>What's VValls For?</h1>
	
	<div class="projectList about">
		<div class="item">
			<div class="rap">
			<span style="background-image:url(http://okfocus.s3.amazonaws.com/images/hangart1.gif)">
			</span>
			<span>
				<h3>Plan Your Art Show</h3>
				<words>Whether you're an artist or curator, VValls makes visualizing art within a physical space much easier. With VValls you can build 3D rooms and add art to the walls. Map out how your next gallery show will look without having to nail into sheetrock.</words>
			</span>
		</div>
	</div>
		
		<div class="item">
			<div class="rap">
			<span style="background-image:url(http://dump.fm/images/20100904/1283618382861-dumpfm-timb-paperrad.paranoia.gif)">
			</span>
			<span>
				<h3>Defy The Status Quo</h3>
				<words>There is no platform on the internet quite like VValls. VValls opens up the possibilities of expression online. Go crazy, make otherworldly rooms.</words>
			</span>
		</div>
		</div>
		
		<div class="item">
			<div class="rap">
			<span style="background-image:url(http://33.media.tumblr.com/tumblr_m0an31XPpF1qbhp9xo1_1280.jpg)">
			</span>
			<span>
				<h3>Make Cutting Edge Presentations</h3>
				<words>There's no cooler way than VValls for displaying your images online. Take your pix out of that drab Tumblr theme and present them in the freshest way online!</words>
			</span>
		</div>
		</div>

		<a href="/about/howto" class="greenbtn learn">Read Tutorial</a>
</div>
	
	<h1>Room Showcase</h1>

	[[ include projects/list-projects ]]
	
	
	<div class="projectList about gopro">
		
		<span>
			<h3>Ready To Go Pro?</h3>
			Use VValls as part of your product, service, or marketing campaign.
      We offer many types of customizations, including automation of layouts, more elaborate floor plans, enhanced video, interactivity, and other features.
		<a href="mailto:info@vvalls.com?subject=VValls platform" class="greenbtn">Contact</a>
		</span>
	</div>
	[[ include partials/confirm-modal ]]	
	[[ include projects/layouts-modal ]]	
	[[ include partials/sign-in ]]
	[[ include partials/footer ]]

</div>
<div class="videoModal">
<span class="ion-ios7-close-empty"></span>
<div class="holder">
<div class="video" style="width: 960px; margin: 0 auto; height: 540px; overflow: hidden; position: relative;"><iframe frameborder="0" scrolling="no" seamless="seamless" webkitallowfullscreen="webkitAllowFullScreen" mozallowfullscreen="mozallowfullscreen" allowfullscreen="allowfullscreen" id="okplayer" src="http://player.vimeo.com/video/109947131?api=1&player_id=okplayer" width="960" height="540" style="width: 960px; height: 800px; margin-top: -130px;"></iframe></div>
</div>
</div>
</body>
[[ include partials/scripts ]]
</html>