summaryrefslogtreecommitdiff
path: root/views/index.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'views/index.ejs')
-rwxr-xr-xviews/index.ejs56
1 files changed, 56 insertions, 0 deletions
diff --git a/views/index.ejs b/views/index.ejs
new file mode 100755
index 0000000..155f2ca
--- /dev/null
+++ b/views/index.ejs
@@ -0,0 +1,56 @@
+<!doctype html>
+<html>
+<head>
+ <title>vvalls</title>
+ [[ include partials/meta ]]
+ <script>
+ window.addEventListener("load",function() {
+ init()
+ window.scrollTo(0,0)
+ }, false);
+ </script>
+</head>
+<body class="loading">
+ <div class="rapper page">
+ <a href="/" class="logo"><img src="assets/img/logo4.svg"></a>
+ <a href="#" class="signUp topLink">Sign Up</span></a>
+ <a href="#" class="signIn topLink">Sign In</span></a>
+ <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>