-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
158 lines (149 loc) · 5.74 KB
/
index.html
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
---
layout: default
title: Virtual World Framework
---
<div class="jumbotron">
<div class="container">
<div class="row">
<div class="col-md-6 col-lg-6">
<h1 class="vwf-title">The Web is a lonely place ... invite a friend.</h1>
<p>Imagine that you are in New York...</p>
<div class="well errorBox" id="errorBox1">
<noscript>
<h3>I need javascript.</h3>
<p>
To see our awesome demo, you will need to enable javascript in your browser.
</p>
</noscript>
</div>
<iframe class="vwf-frame hide" id="app1" frameborder="0" src=""></iframe>
</div>
<div class="col-md-6 col-lg-6">
<div class="well errorBox" id="errorBox2">
<noscript>
<h3>I need javascript.</h3>
<p>
To see our awesome demo, you will need to enable javascript in your browser.
</p>
</noscript>
</div>
<iframe class="vwf-frame hide" id="app2" frameborder="0" src=""></iframe>
<p>...working with someone in San Francisco ... sharing a 100% synchronized workspace.</p>
<p>On VWF, you can build web apps that make that possible.</p>
</div>
</div>
<div class="row">
<div class="col-md-6 col-lg-6">
<p>(Click the duck to see it spin in synchrony)</p>
</div>
<div class="col-md-6 col-lg-6">
<a href="http://github.com/virtual-world-framework/vwf" class="btn btn-default btn-lg github-view call-to-action" role="button">
View on GitHub
<img class="github-img" src="/images/github-mark.png"/>
</a>
<a href="http://download.virtualworldframework.com/files/VWF_Windows_Install.exe" role="button" class="call-to-action windows-install btn btn-primary btn-lg hide">
Install VWF
<span class="glyphicon glyphicon-download-alt"></span>
</a>
<button type="button" class="call-to-action mac-install btn btn-primary btn-lg hide">
Install VWF
<span class="glyphicon glyphicon-download-alt"></span>
</button>
<div id="macInstall" class="hide">
<span class="small">Paste the following in your terminal:</span>
<div class="input-group">
<input type="text" id="installCommand" class="form-control" readonly="readonly" value="curl -L http://get.virtual.wf | sh">
<span class="input-group-btn">
<button id="copyInstallButton" data-clipboard-target="installCommand" class="btn btn-info copy-button" type="button">Copy!</button>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row feature-row">
<h2>On VWF, you can build web apps that are:</h2>
<div class="col-sm-4">
<img class="img-responsive center-block" src="/images/collaboration-icon.png">
<h3>Collaborative</h3>
<p>
Seamlessly share state between users without a hassle.
</p>
</div>
<div class="col-sm-4">
<img class="img-responsive center-block" src="/images/3d-glasses-icon.png">
<h3>3D</h3>
<p>
Take advantage of WebGL graphics. Or stick to 2D, if you prefer.
</p>
</div>
<div class="col-sm-4">
<img class="img-responsive center-block" src="/images/toolbox-icon.png">
<h3>Integrated</h3>
<p>
All the tools you need in one place. Add video chat with WebRTC. Or roll your own driver and the sky's the limit.
</p>
</div>
</div>
</div><!-- /.container -->
<div class="get-started">
<div class="container">
<h2>Ready To Get Started?</h2>
<div class="panel panel-default">
<div class="panel-body">
<div class="row">
<div class="col-sm-6">
<h3>Get inspired. <small>Check out our <a href="/demos.html">demos</a> for ideas of what's possible.</small></h3>
</div>
<div class="col-sm-6 img-get-started">
<img class="img-responsive hidden-xs" src="/images/screenshot-bzflag.png">
</div>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-body">
<div class="row">
<div class="col-sm-6">
<h3>Learn the basics. <small>Follow our <a href="/getting_started.html">tutorial</a>.</small></h3>
</div>
<div class="col-sm-6 img-get-started">
<img class="img-responsive hidden-xs" src="/images/screenshot-cookbook.png">
</div>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-body">
<div class="row">
<div class="col-sm-6">
<h3>Write an app! <small>Use our <a href="/documentation.html">documentation</a> if you get stuck.</small></h3>
</div>
<div class="col-sm-6 img-get-started">
<img class="img-responsive hidden-xs" src="/images/screenshot-documentation.png">
</div>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-body">
<div class="row">
<div class="col-sm-6">
<h3>Get involved. <small>Check out our <a href="http://github.com/virtual-world-framework/vwf">source on GitHub</a>.</small></h3>
</div>
<div class="col-sm-6 img-get-started">
<img class="img-responsive hidden-xs" src="/images/screenshot-duck-plus-octocat.png">
</div>
</div>
</div>
</div>
</div><!-- /.container -->
</div><!-- /.feature-wrap -->
{% contentfor scripts %}
<script src="js/platform.js"></script>
<script src="js/compatibility.js"></script>
<script src="js/utility.js"></script>
<script src="js/index.js"></script>
{% endcontentfor %}