summaryrefslogtreecommitdiff
path: root/views/home.ejs
blob: 36b9afda65ed90ba2eba1c3f3ba830e849830f13 (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
<!doctype html>
<html>
<head>
	<title>vvalls</title>
	[[ include partials/meta ]]
	<script>
		window.addEventListener("load",function() {
			window.scrollTo(0,0)
		}, false);
	</script>
</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 wow bounceInDown">
				<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 wow bounceInLeft">
			<div class="rap">
			<span style="background-image:url(http://www.articlesweb.org/blog/wp-content/gallery/artist-painting-techniques-you-must-know/artist-painting-techniques-you-must-know-15.jpg)">
			</span>
			<span>
				<h3>Plan Your Art Show</h3>
				<words>Whether you're and artist or curator, VValls makes visualizing art within a physical space much easier. With VValls you can build 3D rooms and put your add art to the walls. Map out how your next gallery show will look without having to drill into sheetrock.</words>
			</span>
		</div>
	</div>
		
		<div class="item wow bounceInRight">
			<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. Built using advanced HTML5 techniques, VValls opens up the possibilities of expression online. Go crazy, make other worldly rooms.</words>
			</span>
		</div>
		</div>
		
		<div class="item wow bounceInLeft">
			<div class="rap">
			<span style="background-image:url(http://33.media.tumblr.com/tumblr_m0an31XPpF1qbhp9xo1_1280.jpg)">
			</span>
			<span>
				<h3>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>
		
	</div>
	
	<h1>Room Showcase</h1>

	[[ include projects/list-projects ]]

	[[ 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&js_api=1&title=0&byline=0&portrait=0&playbar=0&player_id=okplayer&loop=0&autoplay=0" width="960" height="540" style="width: 960px; height: 800px; margin-top: -130px;"></iframe></div>
</div>
</body>
[[ include partials/scripts ]]
</html>