-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
85 lines (78 loc) · 3.71 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="generator" content="pandoc">
<title>Layout - </title>
<style type="text/css">code{white-space: pre;}</style>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="static/css/style.css">
<script src="static/js/jquery-1.9.1.min.js"></script>
<script src="static/js/find-layout.js"></script>
</head>
<body>
<!-- navigation -->
<div id="navbar">
<div id="menu">
<ul>
<li><a href="#about"><img src="static/img/info.png" title="About"></a></li>
<li><a href="#features"><img src="static/img/features.png" title="Features"></a></li>
<li><a href="#demo"><img src="static/img/demo.png" title="Try it"></img></a></li>
<li><a href="#embed"><img src="static/img/embed.png" title="Embed"></a></li>
<li><a href="#credits"><img src="static/img/credits.png" title="Authors"></a></li>
</ul>
</div>
</div>
<!-- opens content div -->
<div id="content">
<section id="about">
<h1 id="layout">Layout</h1>
<p>Layout is a whiteboard for planning plays in Ultimate.</p>
<p>It also refers to the acts of <a href="http://www.dict.org/bin/Dict?Form=Dict2&Database=*&Query=layout">planning</a>, or <a href="http://www.ultipedia.org/wiki/Layout">diving for the disc</a>.</p>
Layout lets you <a href="#demo">view and create animations</a>, here and <a href="#embed">embed</a> them into your site.
</section>
<section id="features">
<h1 id="features">Features</h1>
<p>Layout lets you design, save and share plays and drills. You can:</p>
<ul>
<li>Create plays by moving players and capturing key states</li>
<li>Animate plays -- step-by-step or continuously</li>
<li>Save/download and load plays</li>
<li><a href="#embed">Embed</a> plays created using layout, in any web-page!</li>
<li>Share Layouts
<ol type="1">
<li>Download your layout file</li>
<li>Upload it somewhere on the web</li>
<li>Enter URL to raw file
<form action="#demo" method="GET">
<input type="text" name="q" value="" placeholder="Enter URL to a layout json file"/> <input type="submit" value="Load file"/>
</form>
</li>
</ol></li>
</ul>
<p>Layout is currently in "alpha" and some of the requested/planned/hope-to-add features are listed <a href="https://raw.github.com/huckerdom/layout/master/todo.org">here</a>.</p>
Layout is best supported in the latest versions of Chromium or Google Chrome. This site is best viewed at resolutions 1024x768 and above.
</section>
<section id="demo">
<div class="layout" width="900" height="450" data-mode="edit">
<script data-main="static/js/main.js" src="static/js/require.js"></script>
</div>
</section>
<section id="embed">
<h1 id="embed">Embed</h1>
FIXME: Write usage instructions
</section>
<section id="credits">
<h1 id="credits">Credits</h1>
<h5 id="issues-and-suggestions">Issues and suggestions</h5>
<p>Layout is being developed by the folks at <a href="https://github.com/huckerdom">Huckerdom</a> -- a bunch of people who love both hacking and hucking! Bouquets and brickbats are welcome <a href="https://github.com/huckerdom/layout/issues">here</a>.</p>
<h5 id="license-credits">License & Credits</h5>
<p>Layout is <a href="https://raw.github.com/huckerdom/layout/master/LICENSE">licensed</a> under the BSD 3-clause license.</p>
Layout uses <a href="http://raphaeljs.com">Raphael</a> for SVG drawing and animations, SVG icons from <a href="http://iconmonstr.com/">iconmonstr</a> and PNG icons from <a href="http://glyphicons.com">Glyphicons</a>. We also use the services of <a href="http://whateverorigin.org">Whatever Origin</a> to fetch layout json files, without having to worry about the same origin policy.
</section>
<!-- Closes content div -->
</div>
</body>
</html>