summaryrefslogtreecommitdiff
path: root/views/about/about.ejs
blob: a1d04a1c4f5e66fd6103d0a4a9e44ac44486183d (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
<!doctype html>
<html>
<head>
	<title>About VValls</title>
	[[ include ../partials/meta ]]
</head>
<body class="loading">
	<div class="rapper page">
	[[ include ../partials/header ]]

	<h1 class="leader">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.
    </div>
  </div>

	[[ include ../partials/confirm-modal ]]	
	[[ include ../projects/layouts-modal ]]	
	[[ include ../partials/sign-in ]]
	[[ include ../partials/footer ]]

  </div>
</body>
[[ include ../partials/scripts ]]
</html>