summaryrefslogtreecommitdiff
path: root/views/index.ejs
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-06-05 15:46:59 -0400
committerJules Laplace <jules@okfoc.us>2014-06-05 15:46:59 -0400
commit1cde3b9fd49e397a2106baca0f6bef378041589c (patch)
treef18a83d2234e360df16642250dcb5fca4eb434c2 /views/index.ejs
parent1c8ecab7cc040196cf585d618b5eb9289a2efbc6 (diff)
splitting out UI
Diffstat (limited to 'views/index.ejs')
-rwxr-xr-xviews/index.ejs56
1 files changed, 0 insertions, 56 deletions
diff --git a/views/index.ejs b/views/index.ejs
deleted file mode 100755
index 155f2ca..0000000
--- a/views/index.ejs
+++ /dev/null
@@ -1,56 +0,0 @@
-<!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>