blob: 62d873cabc5ba780e5a779f76a05aa72cd0aa723 (
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
<!doctype html>
<html>
<head>
<title>vvalls</title>
[[ include ../partials/meta ]]
</head>
<body class="loading">
<div class="rapper page home">
[[ include ../partials/header ]]
<!-- put stuff here -->
<h1>How To Use VValls</h1>
<div class="projectList about howto">
<div class="item">
<div class="rap">
<span style="background-image:url(http://okfocus.s3.amazonaws.com/images/hangart1.gif)">
</span>
<span>
<h3>Define Your Space.</h3>
<words>Choose from one of our existing floor plan templates or create your own.</words>
</span>
</div>
</div>
<div class="item">
<div class="rap">
<span style="background-image:url(http://okfocus.s3.amazonaws.com/images/hangart1.gif)">
</span>
<span>
<h3>Add Your Media Files.</h3>
<words>Upload media files or choose media from our pre-loaded image/video stream. Position media on the walls.</words>
</span>
</div>
</div>
<div class="item">
<div class="rap">
<span style="background-image:url(http://okfocus.s3.amazonaws.com/images/hangart1.gif)">
</span>
<span>
<h3>Customize.</h3>
<words>Use color or wallpaper features to customize the look of your space.</words>
</span>
</div>
</div>
<div class="item">
<div class="rap">
<span style="background-image:url(http://okfocus.s3.amazonaws.com/images/hangart1.gif)">
</span>
<span>
<h3>Collaborate.</h3>
<words>ou can invite others to collaborate on your project.</words>
</span>
</div>
</div>
</div>
[[ include ../partials/confirm-modal ]]
[[ include ../projects/layouts-modal ]]
[[ include ../partials/sign-in ]]
[[ include ../partials/footer ]]
</div>
</body>
[[ include ../partials/scripts ]]
</html>
|