-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwidgets.html
More file actions
338 lines (335 loc) · 17.8 KB
/
Copy pathwidgets.html
File metadata and controls
338 lines (335 loc) · 17.8 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
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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
<!doctype html>
<html>
<head>
<title>Project Title</title>
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1">
<link href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" media="screen" rel="stylesheet" type="text/css" />
<link href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/base/jquery-ui.css" media="screen" rel="stylesheet" type="text/css" />
<link href="css/frame.css" media="screen" rel="stylesheet" type="text/css" />
<link href="css/controls.css" media="screen" rel="stylesheet" type="text/css" />
<link href="css/widgets.css" media="screen" rel="stylesheet" type="text/css" />
<link href="css/custom.css" media="screen" rel="stylesheet" type="text/css" />
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
<script src="js/menu.js"></script>
<script src="js/widgets.js"></script>
<script src="js/custom.js"></script>
<style>
.menu-widget {
color: rgb(255, 255, 255) !important;
opacity: 1 !important;
font-weight: 700 !important;
}
</style>
</head>
<body>
<div class="menu-container"></div>
<div class="content-container">
<div class="content">
<div class="content-table flex-column">
<div class="flex-row">
<div class="flex-item flex-column">
<p class="text add-top-margin">
Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel
augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget
condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit
vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae
sapien ut libero venenatis faucibus. Nullam quis ante.
</p>
</div>
</div>
<!-------------------------------------------------------------------------------------------->
<div class="flex-row">
<div class="flex-item flex-column">
<h2 class="add-top-margin">Text with Dropdown Menus</h2>
<hr>
<p class="text">
Li Europan lingues es membres del sam familie. Lor separat existentie es un myth. Por scientie, musica,
sport etc, litot Europa usa li sam vocabular. Li lingues differe solmen in li grammatica, li pronunciation e
li plu commun vocabules. Omnicos directe al desirabilite de un nov lingua franca: On refusa continuar payar
custosi traductores. At solmen va esser.
</p>
<div class="control-group">
<div class="custom-dropdown stretch-on-mobile">
<a tabindex="0" href="javascript:void(0)"><span>Dropdown Menu (No JavaScript)</span></a>
<div>
<a href="javascript:void(0)">Item 1</a>
<a href="javascript:void(0)">Item 2</a>
<a href="javascript:void(0)">Item 3</a>
<a href="javascript:void(0)">Item 4</a>
<a href="javascript:void(0)">Item 5</a>
</div>
</div>
<div class="custom-dropdown stretch-on-mobile large">
<a tabindex="0" href="javascript:void(0)"><span>Large Dropdown Menu (No JavaScript)</span></a>
<div>
<a href="javascript:void(0)">Item 1</a>
<a href="javascript:void(0)">Item 2</a>
<a href="javascript:void(0)">Item 3</a>
<a href="javascript:void(0)">Item 4</a>
<a href="javascript:void(0)">Item 5</a>
</div>
</div>
<div class="custom-dropdown stretch-on-mobile" id="custom-dropdown">
<a tabindex="0" href="javascript:void(0)"><span>Dropdown Menu (No JavaScript)</span></a>
<div>
<a href="javascript:void(0)">Item 1</a>
<a href="javascript:void(0)">Item 2</a>
<a href="javascript:void(0)">Item 3</a>
<a href="javascript:void(0)">Item 4</a>
<a href="javascript:void(0)">Item 5</a>
</div>
</div>
<div class="custom-dropdown stretch-on-mobile large" id="custom-dropdown-large">
<a tabindex="0" href="javascript:void(0)"><span></span></a>
<div></div>
</div>
</div>
</div>
</div>
<!-------------------------------------------------------------------------------------------->
<div class="flex-row">
<div class="flex-item flex-column">
<h2 class="add-top-margin">Text with Radios</h2>
<hr>
<p class="text">
Ma quande lingues coalesce, li grammatica del resultant lingue es plu simplic e regulari quam ti del
coalescent lingues. Li nov lingua franca va esser plu simplic e regulari quam li existent Europan lingues.
It va esser tam simplic quam Occidental in fact, it va esser Occidental. A un Angleso it va semblar un
simplificat Angles, quam un skeptic Cambridge amico dit me.
</p>
<div class="control-group">
<div class="custom-radio custom-radio-left">
<input type="radio" name="playback-speed" value="slow" id="speed-slow">
<label for="speed-slow">Slow</label>
</div>
<div class="custom-radio custom-radio-middle">
<input type="radio" name="playback-speed" value="medium" id="speed-medium" checked>
<label for="speed-medium">Medium</label>
</div>
<div class="custom-radio custom-radio-right">
<input type="radio" name="playback-speed" value="fast" id="speed-fast">
<label for="speed-fast">Fast</label>
</div>
</div>
</div>
</div>
<!-------------------------------------------------------------------------------------------->
<div class="flex-row">
<div class="flex-item flex-column">
<h2 class="add-top-margin">Text with Dialog Button</h2>
<hr>
<p class="text">
Ma quande lingues coalesce, li grammatica del resultant lingue es plu simplic e regulari quam ti del
coalescent lingues. Li nov lingua franca va esser plu simplic e regulari quam li existent Europan lingues.
It va esser tam simplic quam Occidental in fact, it va esser Occidental. A un Angleso it va semblar un
simplificat Angles, quam un skeptic Cambridge amico dit me.
</p>
<div class="control-group">
<button id="dialog-btn-1" class="custom-button-flat"><img src="img/setting.png"><span>Dialog 1</span></button>
<button id="dialog-btn-2" class="custom-button-flat"><img src="img/setting.png"><span>Dialog 2</span></button>
<button id="dialog-btn-3" class="custom-button-flat"><img src="img/setting.png"><span>Dialog 3</span></button>
<button id="dialog-btn-4" class="custom-button-flat"><img src="img/setting.png"><span>Dialog 4</span></button>
<button id="share-btn" title="Share" class="custom-button-flat"><img src="img/share.png"><span>Share</span></button>
</div>
<div id="dialog-1" title="Dialog 1" data-role="none">
<p>No action, attached and centered to the window, full-width button.</p>
</div>
<div id="dialog-2" title="Dialog 2" data-role="none">
<p>With action, attached and centered to the window.</p>
</div>
<div id="dialog-3" title="Dialog 3" data-role="none">
<p>No action and cancel buttons, attached and centered to the content element.</p>
</div>
<div id="dialog-4" title="Dialog 4" data-role="none">
<p>With action, attached and centered to the window, reversed button positions.</p>
</div>
<div id="share-dialog" title="Share" data-role="none">
<p>Copy the following link and share it with others:</p>
<input id="share-url" class="custom-textbox" type="text" autofocus="autofocus" value="https://yenchiah.github.io/project-website-template/" readonly>
<p id="share-url-copy-prompt">The share link is copied.</p>
</div>
</div>
</div>
<!-------------------------------------------------------------------------------------------->
<div class="flex-row">
<div class="flex-item flex-column">
<h2 class="add-top-margin">Text with Gallery (Generated Using JavaScript)</h2>
<hr>
<p class="text">
Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel
augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget
condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit
vel, luctus pulvinar, hendrerit id, lorem.
</p>
</div>
</div>
<div class="gallery"></div>
<div class="flex-row">
<div class="flex-item flex-column">
<p class="text">
Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel
augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget
condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit
vel, luctus pulvinar, hendrerit id, lorem.
</p>
</div>
</div>
<!-------------------------------------------------------------------------------------------->
<div class="flex-row">
<div class="flex-item flex-column full-width">
<h2 class="add-top-margin">Text with Tabs</h2>
<hr>
<p class="text">
Ma quande lingues coalesce, li grammatica del resultant lingue es plu simplic e regulari quam ti del
coalescent lingues. Li nov lingua franca va esser plu simplic e regulari quam li existent Europan lingues.
It va esser tam simplic quam Occidental in fact, it va esser Occidental. A un Angleso it va semblar un
simplificat Angles, quam un skeptic Cambridge amico dit me.
</p>
<div class="custom-tab" id="custom-tab">
<div class="custom-tab-menu center">
<a class="custom-tab-menu-item active" data-content="iframe">Iframe</a>
<a class="custom-tab-menu-item" data-content="image">Image</a>
<a class="custom-tab-menu-item" data-content="table">Table</a>
</div>
<div class="custom-tab-content" data-content="image">
<p class="text text-center graph-title no-top-margin">
This is the title for the bottom image
</p>
<img class="image no-top-margin max-width-400 center" src="img/dummay-img.png">
<p class="text text-center graph-title no-top-margin">
This is the title for the bottom image
</p>
<img class="image no-top-margin max-width-400 center" src="img/dummay-img.png">
</div>
<div class="custom-tab-content" data-content="table">
<p class="text text-center graph-title no-top-margin">
This is the title for the bottom table
</p>
<div class="custom-table-container center">
<table class="custom-table">
<thead>
<tr class="bg-color-gray">
<th>Number of</th>
<th class="text-center">Unique Users</th>
<th class="text-center">Smell Reports</th>
<th class="text-center">Interaction Events</th>
</tr>
</thead>
<tbody>
<tr>
<td>Enthusiasts</td>
<td class="text-center">9.4%</td>
<td class="text-center">50.6%</td>
<td class="text-center">44.8%</td>
</tr>
<tr class="bg-color-light-gray">
<td>Explorers</td>
<td class="text-center">36.1%</td>
<td class="text-center">37.3%</td>
<td class="text-center">27.3%</td>
</tr>
<tr>
<td>Contributors</td>
<td class="text-center">13.0%</td>
<td class="text-center">12.1%</td>
<td class="text-center">n/a</td>
</tr>
<tr class="bg-color-light-gray">
<td>Observers</td>
<td class="text-center">41.6%</td>
<td class="text-center">n/a</td>
<td class="text-center">27.9%</td>
</tr>
</tbody>
<tfoot>
<tr>
<td>Size (N)</td>
<td class="text-center">2,237</td>
<td class="text-center">8,112</td>
<td class="text-center">79,447</td>
</tr>
</tfoot>
</table>
</div>
<p class="text text-center graph-title no-top-margin">
This is the title for the bottom table
</p>
<div class="custom-table-container center">
<table class="custom-table">
<thead>
<tr class="bg-color-gray">
<th>Number of</th>
<th class="text-center">Unique Users</th>
<th class="text-center">Smell Reports</th>
<th class="text-center">Interaction Events</th>
</tr>
</thead>
<tbody>
<tr>
<td>Enthusiasts</td>
<td class="text-center">9.4%</td>
<td class="text-center">50.6%</td>
<td class="text-center">44.8%</td>
</tr>
<tr class="bg-color-light-gray">
<td>Explorers</td>
<td class="text-center">36.1%</td>
<td class="text-center">37.3%</td>
<td class="text-center">27.3%</td>
</tr>
<tr>
<td>Contributors</td>
<td class="text-center">13.0%</td>
<td class="text-center">12.1%</td>
<td class="text-center">n/a</td>
</tr>
<tr class="bg-color-light-gray">
<td>Observers</td>
<td class="text-center">41.6%</td>
<td class="text-center">n/a</td>
<td class="text-center">27.9%</td>
</tr>
</tbody>
<tfoot>
<tr>
<td>Size (N)</td>
<td class="text-center">2,237</td>
<td class="text-center">8,112</td>
<td class="text-center">79,447</td>
</tr>
</tfoot>
</table>
</div>
</div>
<div class="custom-tab-content no-padding" data-content="iframe">
<p class="text text-center graph-title add-top-right-left-padding add-bottom-border">
This is the title for the bottom iframe
</p>
<iframe class="iframe-in-tab" src="http://yenchiah.me/geo-heatmap/smell.html"></iframe>
</div>
</div>
<p class="text">
Ma quande lingues coalesce, li grammatica del resultant lingue es plu simplic e regulari quam ti del
coalescent lingues. Li nov lingua franca va esser plu simplic e regulari quam li existent Europan lingues.
It va esser tam simplic quam Occidental in fact, it va esser Occidental. A un Angleso it va semblar un
simplificat Angles, quam un skeptic Cambridge amico dit me.
</p>
</div>
</div>
<!-------------------------------------------------------------------------------------------->
<div class="flex-row">
<div class="flex-item flex-item-stretch flex-column">
<p class="text text-small text-italic">
Credits: <span class="highlight-text">Organization One</span>: Author One and Author Two / <span class="highlight-text">Organization Two</span>: Author Three and Author Four
</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>