blob: e49dc4a8ec76a190c2718c624f98154f3921cfda (
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
|
<!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 ]]
<div class="hero" style="background-image:url(https://s3.amazonaws.com/luckyplop/6450f5b88c5c043a4551eff8902b1728f813bd66.jpg)">
<div class="holder">
<span class="circle">
<span class="videoTitle">Create 3D Rooms</span><br>
<span class="icon-ios7-play"></span><br>
<span class="videoTitle">Watch video.</span>
</span>
</div>
</div>
<h1>Room Showcase</h1>
[[ include projects/list-projects ]]
<a href="#loadmore" class="viewMore btn">View More</a>
[[ include partials/confirm-modal ]]
[[ include projects/layouts-modal ]]
[[ include partials/sign-in ]]
[[ include partials/footer ]]
</div>
</body>
[[ include partials/scripts ]]
</html>
|