summaryrefslogtreecommitdiff
path: root/views/about/about.ejs
blob: e600a3d78a1408d6c3c054ca3bbce73678e9177b (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>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/construction.jpg);">
		<div class="holder">
	  </div>
	</div>
	<h1>About VValls</h1>


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

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