blob: 2e0f8edee081c313bf84a7863a1c99bdd5402e47 (
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
|
<!doctype html>
<html>
<head>
<title>vvalls</title>
[[ include ../partials/meta ]]
</head>
<body class="loading">
<div class="rapper page">
[[ include ../partials/header ]]
<!-- put stuff here -->
<div class="hero" style="background-image:url(http://okfocus.s3.amazonaws.com/images/vvalls/construction.jpg);">
<div class="holder">
</div>
</div>
<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/vvalls/newproject.jpg)">
</span>
<span>
<h3>1. 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/vvalls/addmedia.gif)">
</span>
<span>
<h3>2. 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/vvalls/wallpaper3.gif)">
</span>
<span>
<h3>3. 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/vvalls/colab.png)">
</span>
<span>
<h3>4. Collaborate.</h3>
<words>You can invite others to collaborate on your project.</words>
</span>
</div>
</div>
<div class="item">
<div class="rap">
<span style="background-image:url(http://okfocus.s3.amazonaws.com/images/vvalls/thumbsup.gif)">
</span>
<span>
<h3>5. Publish + Share.</h3>
<words>Share a link to your creation on social media or embed your 3D space directly into your own web page. When on the go, make sure to show off your project on your phone.</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>
|