forked from adityab/Awwation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (63 loc) · 4.38 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
<html>
<head>
<title>Awwation</title>
<link rel="stylesheet" type="text/css" href="awwation.css"></link>
<style>
</style>
</head>
<body>
<a href="http://github.com/adityab/Awwation"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://a248.e.akamai.net/assets.github.com/img/abad93f42020b733148435e2cd92ce15c542d320/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677265656e5f3030373230302e706e67" alt="Fork me on GitHub"></a>
<div id = "banner">
<h1>Awwation</h1>
<h2>create <strong>Zooming</strong> presentations!</h2>
<p>Awwation is an app for creating Prezi-like presentations in HTML5, so they can run in modern web browsers without Flash.</p>
<p>It is currently in <strong>alpha</strong>, and the editor works only in Chrome. Presentations can be viewed in the latest versions of Chrome, Firefox, and IE.</p>
<h2><a href = "editor/"><strong>Try it!</strong></a></h2>
</div>
<div id = "content">
<div id = "share">
<g:plusone size="medium"></g:plusone>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); </script>
<iframe src="http://markdotto.github.com/github-buttons/github-btn.html?user=adityab&repo=Awwation&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe>
<iframe src="http://markdotto.github.com/github-buttons/github-btn.html?user=adityab&repo=Awwation&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="95px" height="20px"></iframe>
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://adityab.github.com/Awwation/" data-text="Awwation - A zooming HTML5 + SVG Prezi clone!" data-via="aditya_bhatt">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<!-- Auto-detect URL of current page and title if necessary -->
<a href="http://news.ycombinator.com/submit" class="hn-share-button">Vote on HN</a>
<script>
(function(d, t) {
var g = d.createElement(t),
s = d.getElementsByTagName(t)[0];
g.src = '//hnbutton.appspot.com/static/hn.js';
s.parentNode.insertBefore(g, s);
}(document, 'script'));
</script>
</div>
<iframe id = "presentation" src = "http://dl.dropbox.com/u/40496552/Presentations/aww/presentation.svg"></iframe>
<p><a href = "http://dl.dropbox.com/u/40496552/Presentations/aww/presentation.svg">See it in Fullscreen mode.</a></p>
<div id = "information">
<div class = "list">
<h3>Features</h3>
<ul>
<li><strong>Simultaneous</strong> Zooming and Rotations</li>
<li>Runs completely in the <strong>browser</strong></li>
<li>Embed <strong>images</strong></li>
<li>Supports <strong>WebFonts</strong></li>
<li><strong>Themes</strong> collection</li>
<li>Open-Source!</li>
</ul>
</div>
<div class = "list">
<h3>Coming Soon!</h3>
<ul>
<li><strong>Video</strong> embedding</li>
<li><strong>Math</strong> support using the LaTeX syntax</li>
<li>Support for more browsers!</li>
</ul>
</div>
</div>
</div>
</body>
</html>