diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-06-05 15:19:33 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-06-05 15:19:33 -0400 |
| commit | 1c8ecab7cc040196cf585d618b5eb9289a2efbc6 (patch) | |
| tree | 9363ffcaf171327f8a7fa53206bf113d1b43a7b5 /views/front.html | |
| parent | 62fdac2d01ad9d0c5a95cc6da5a5397cdd6f767b (diff) | |
moving things around
Diffstat (limited to 'views/front.html')
| -rwxr-xr-x | views/front.html | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/views/front.html b/views/front.html deleted file mode 100755 index a959e93..0000000 --- a/views/front.html +++ /dev/null @@ -1,61 +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="/front.html" 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> - - [[ inclue partials/signin ]] - - <div class="footer"> - <a href="">About</a> - <a href="">FAQ</a> - <span>©2014 VVALLS Inc.</span> - </div> - -</div> -</body> -[[ include partials/scripts ]] -</html> |
