summaryrefslogtreecommitdiff
path: root/views/home.ejs
blob: 670dcbea2c2f9139b89b89782bdec0463b134036 (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
<!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>
	
	<table class="showcase">
		<tr>
			<td class="border room1">
				<a href="/" class="roomName">Pace Gallery • 7.1.14</a>
			</td>
			<td class="room1">
				<a href="/" class="roomName">Pace Gallery • 7.1.14</a>
			</td>
		</tr>
		<tr class="room1">
			<td class="border room1">
				<a href="/" class="roomName">Pace Gallery • 7.1.14</a>
			</td>
			<td class="room1">
				<a href="/" class="roomName">Pace Gallery • 7.1.14</a>
			</td>
		</tr>
	</table>
	
	<a href="#loadmore" class="viewMore">View More</a>

	[[ include partials/signin ]]	
	[[ include partials/footer ]]

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