-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
110 lines (102 loc) · 8.25 KB
/
index.html
File metadata and controls
110 lines (102 loc) · 8.25 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Enthraler Test</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.css"></link>
</head>
<body>
<div class="container">
<h1>Enthraler</h1>
<h3>Hello World Examples</h3>
<div class="row">
<div class="col-md-3">
<iframe class="enthraler-embed" src="/bin/frame.html#?template=../components/templates/amd/hello.js&authorData=data/hello-jason.json"
sandbox="allow-same-origin allow-popups allow-presentation allow-scripts allow-forms" frameborder="0" style="display: block; width: 400px; max-width: 100%; height: 150px;"></iframe>
</div>
<div class="col-md-3">
<iframe class="enthraler-embed" src="/bin/frame.html#?template=../components/templates/webpack/bin/hello.bundle.js&authorData=data/hello-jason.json"
sandbox="allow-same-origin allow-popups allow-presentation allow-scripts allow-forms" frameborder="0" style="display: block; width: 400px; max-width: 100%; height: 150px;"></iframe>
</div>
<div class="col-md-3">
<iframe class="enthraler-embed" src="/bin/frame.html#?template=../components/templates/webpack-react/bin/hello.bundle.js&authorData=data/hello-jason.json"
sandbox="allow-same-origin allow-popups allow-presentation allow-scripts allow-forms" frameborder="0" style="display: block; width: 400px; max-width: 100%; height: 150px;"></iframe>
</div>
<div class="col-md-3">
<iframe class="enthraler-embed" src="/bin/frame.html#?template=../components/templates/haxe/dist/hello.js&authorData=data/hello-anna.json"
sandbox="allow-same-origin allow-popups allow-presentation allow-scripts allow-forms" frameborder="0" style="display: block; width: 400px; max-width: 100%; height: 150px;"></iframe>
</div>
</div>
<h3>Domestic Violence</h3>
<div class="row">
<div class="col-md-6">
<iframe class="enthraler-embed" src="/bin/frame.html#?template=../components/examples/live-numbers/dist/live-numbers.js&authorData=../components/examples/live-numbers/examples/domestic-violence-year.json"
sandbox="allow-same-origin allow-popups allow-presentation allow-scripts allow-forms" frameborder="0" style="display: block; width: 600px; max-width: 100%; height: 350px;"></iframe>
</div>
<div class="col-md-6">
<iframe class="enthraler-embed" src="/bin/frame.html#?template=../components/examples/live-numbers/dist/live-numbers.js&authorData=../components/examples/live-numbers/examples/domestic-violence-month.json"
sandbox="allow-same-origin allow-popups allow-presentation allow-scripts allow-forms" frameborder="0" style="display: block; width: 600px; max-width: 100%; height: 350px;"></iframe>
</div>
</div>
<div class="row">
<div class="col-md-6">
<iframe class="enthraler-embed" src="/bin/frame.html#?template=../components/examples/live-numbers/dist/live-numbers.js&authorData=../components/examples/live-numbers/examples/domestic-violence-day.json"
sandbox="allow-same-origin allow-popups allow-presentation allow-scripts allow-forms" frameborder="0" style="display: block; width: 600px; max-width: 100%; height: 350px;"></iframe>
</div>
<div class="col-md-6">
<iframe class="enthraler-embed" src="/bin/frame.html#?template=../components/examples/live-numbers/dist/live-numbers.js&authorData=../components/examples/live-numbers/examples/domestic-violence-since-open.json"
sandbox="allow-same-origin allow-popups allow-presentation allow-scripts allow-forms" frameborder="0" style="display: block; width: 600px; max-width: 100%; height: 350px;"></iframe>
</div>
</div>
<h3>Where do myEd customers come from?</h3>
<iframe class="enthraler-embed" src="/bin/frame.html#?template=../components/examples/pins-on-map-of-australia/bin/australia-map.bundle.js&authorData=../components/examples/pins-on-map-of-australia/examples/myed-customers.json"
sandbox="allow-same-origin allow-popups allow-presentation allow-scripts allow-forms" frameborder="0" style="display: block; width: 600px; max-width: 100%; height: 350px;"></iframe>
<h3>Function Plotter</h3>
<div class="row">
<div class="col-md-4">
<iframe class="enthraler-embed" src="/bin/frame.html#?template=../components/examples/function-plotter/plotter.js&authorData=../components/examples/function-plotter/examples/linear.json"
sandbox="allow-same-origin allow-popups allow-presentation allow-scripts allow-forms" frameborder="0" style="display: block; width: 600px; max-width: 100%; height: 350px;"></iframe>
</div>
<div class="col-md-4">
<iframe class="enthraler-embed" src="/bin/frame.html#?template=../components/examples/function-plotter/plotter.js&authorData=../components/examples/function-plotter/examples/powers.json"
sandbox="allow-same-origin allow-popups allow-presentation allow-scripts allow-forms" frameborder="0" style="display: block; width: 600px; max-width: 100%; height: 350px;"></iframe>
</div>
<div class="col-md-4">
<iframe class="enthraler-embed" src="/bin/frame.html#?template=../components/examples/function-plotter/plotter.js&authorData=../components/examples/function-plotter/examples/compounding.json"
sandbox="allow-same-origin allow-popups allow-presentation allow-scripts allow-forms" frameborder="0" style="display: block; width: 600px; max-width: 100%; height: 350px;"></iframe>
</div>
</div>
<h3>Charts and Graphs</h3>
<div class="row">
<div class="col-md-6">
<iframe class="enthraler-embed" src="/bin/frame.html#?template=../components/examples/c3/c3Pie.enthraler.js&authorData=../components/examples/c3/gender/gender.json"
sandbox="allow-same-origin allow-popups allow-presentation allow-scripts allow-forms" frameborder="0" style="display: block; width: 960px; max-width: 100%; height: 350px;"></iframe>
</div>
<div class="col-md-6">
<iframe class="enthraler-embed" src="/bin/frame.html#?template=../components/examples/c3/c3.enthraler.js&authorData=../components/examples/c3/economy-data/data.json"
sandbox="allow-same-origin allow-popups allow-presentation allow-scripts allow-forms" frameborder="0" style="display: block; width: 960px; max-width: 100%; height: 350px;"></iframe>
</div>
<!--<div class="col-md-6">
<iframe class="enthraler-embed" src="/bin/frame.html#?template=../components/examples/c3/c3.enthraler.js&authorData=../components/examples/c3/bug-data/bugscore.json" sandbox="allow-same-origin allow-popups allow-presentation allow-scripts allow-forms" frameborder="0" style="display: block; width: 960px; max-width: 100%; height: 350px;"></iframe>
</div>
<div class="col-md-6">
<iframe class="enthraler-embed" src="/bin/frame.html#?template=../components/examples/c3/c3.enthraler.js&authorData=../components/examples/c3/bug-data/comparisons.json" sandbox="allow-same-origin allow-popups allow-presentation allow-scripts allow-forms" frameborder="0" style="display: block; width: 960px; max-width: 100%; height: 350px;"></iframe>
</div>-->
</div>
<h3>Before and Afters</h3>
<div class="row">
<div class="col-md-6">
<iframe class="enthraler-embed" src="/bin/frame.html#?template=../components/examples/beforeAndAfterSwipe/beforeAndAfterSwipe.js&authorData=../components/examples/beforeAndAfterSwipe/example-rebrand/rebrand.json"
sandbox="allow-same-origin allow-popups allow-presentation allow-scripts allow-forms" frameborder="0" style="display: block; width: 960px; max-width: 100%; height: 350px;"></iframe>
</div>
<div class="col-md-6">
<iframe class="enthraler-embed" src="/bin/frame.html#?template=../components/examples/beforeAndAfterSwipe/beforeAndAfterSwipe.js&authorData=../components/examples/beforeAndAfterSwipe/example-crowd-size/crowd-size.json"
sandbox="allow-same-origin allow-popups allow-presentation allow-scripts allow-forms" frameborder="0" style="display: block; width: 960px; max-width: 100%; height: 1200px;"></iframe>
</div>
</div>
<h3>Multi-choice</h3>
<iframe class="enthraler-embed" src="/bin/frame.html#?template=../components/examples/multi-choice/bin/multi-choice.bundle.js&authorData=../components/examples/multi-choice/examples/prime-minister.json"
sandbox="allow-same-origin allow-popups allow-presentation allow-scripts allow-forms" frameborder="0" style="display: block; width: 960px; max-width: 100%; height: 350px;"></iframe>
</div>
<script src="bin/enthralerHost.js"></script>
</body>
</html>