summaryrefslogtreecommitdiff
path: root/views/home.ejs
blob: 8b83a8fbcbf8cfd1e4b76ae84110e68bbf412f9b (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
<!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">
	[[ include partials/header ]]

	<table class="demo">
		<tr>
			<td class="video" style="background-image:url(https://s3.amazonaws.com/luckyplop/6450f5b88c5c043a4551eff8902b1728f813bd66.jpg)">
				<span class="icon-ios7-play-outline"></span><br>
				<span class="videoTitle">Welcome to VVALLS</span>
			</td>
		</tr>
	</table>
	
	<h1>Room Showcase</h1>
	
	[[ include projects/list-projects ]]
	
	<a href="#loadmore" class="viewMore">View More</a>

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

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