-
Notifications
You must be signed in to change notification settings - Fork 0
/
ux-webapp-wires2.html
418 lines (354 loc) · 12.1 KB
/
ux-webapp-wires2.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
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
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
<!DOCTYPE html>
<html class="full" lang="en">
<head class="">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=yes, minimal-ui">
<meta name="description" content="___________">
<meta name="author" content="Connie Leung HalloConnie CCHGF">
<!-- Reveal meta -->
<link rel="stylesheet" href="reveal/css/reveal.css">
<link rel="stylesheet" href="reveal/css/theme/2001.css" id="theme">
<!-- CUSTOM -->
<link rel="stylesheet" href="reveal/css/styling.css">
<link rel="stylesheet" media="all" href="reveal/css/media2.css">
<!-- Typefaces -->
<link href="https://fonts.googleapis.com/css?family=Cormorant+Garamond|Quicksand:300|Source+Code+Pro:200" rel="stylesheet">
<!--
font-family: 'Cormorant Garamond',serif;
font-family: 'Quicksand', sans-serif;
font-family: 'Source Code Pro', monospace;
-->
<!-- PLUGINS -->
<!--link rel="stylesheet" href="reveal/lib/ven/animateCSS/animate.min.css">
<link rel="stylesheet" href="reveal/lib/ven/animateCSS/animate.css"-->
<!-- Overlay -->
<!--link rel="stylesheet" href="reveal/lib/ven/overlay/overlay.css"-->
<!-- Full Page Carousel Slider -->
<!--link rel="stylesheet" href="css/full-slider.css"-->
<title>Slides - Reveal</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/the-big-picture.css" rel="stylesheet">
<!-- React.js -->
<!--script src="https://npmcdn.com/react@15.3.0/dist/react.js"></script>
<script src="https://npmcdn.com/react-dom@15.3.0/dist/react-dom.js"></script>
<script src="https://npmcdn.com/babel-core@5.8.38/browser.min.js"></script>
<script src="https://npmcdn.com/jquery@3.1.0/dist/jquery.min.js"></script>
<script src="https://npmcdn.com/remarkable@1.6.2/dist/remarkable.min.js"></script-->
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<style>
/* nav style */
html,
body,
.full {
background: transparent;
}
body,
.reveal {
padding: 0;
margin: 0;
}
h3 {
color: rgba(254,254,254,0.85);
}
hr.notes {
border-top: transparent;
}
.categories.fontsize h2.headers {
font-size: 0.75em;
border-top: 0.5px solid rgba(0, 0, 0, 0.05);
}
h3.sub-header-title.category {
background-color: rgba(153, 153, 153, 0.5);
font-size: 0.3em;
letter-spacing: 0.25em;
padding: 1%;
text-align: center;
margin: 0 auto;
border: 1px solid rgba(153, 153, 153, 0.85);
border-style: groove;
display: block;
margin-bottom: 1%;
margin-top: -4%;
}
hr.sub-header-title.category.webapp {
width: 18%;
border-top: 1px solid rgba(153, 153, 153, 0.85);
border-style: groove;
}
h3.sub-header-title.category.webapp {
width: 12%;
font-weight: bolder;
}
/* container category */
.container.sub-header-title.category,
.row.sub-header-title.category {
width: 100%;
margin: 0 auto;
display: block;
text-align: center;
margin-top: -5%;
margin-bottom: -0.25em;
opacity: 0.6;
font-size: 85%;
}
.col-xs-1.col-sm-1.sub-header-title.category.webapp.links hr {
width: 30%;
float: right;
margin-top: 90%;
border-top: 5px solid rgba(21, 88, 76, 0.5);
}
.col-md-1.col-lg-1.sub-header-title.category.webapp.links hr {
width: 30%;
float: right;
margin-top: 100%;
border-top: 5px solid rgba(21, 88, 76, 0.5);
}
.col-xs-1.col-sm-1.sub-header-title.category.webapp.rechts hr {
width: 30%;
float: right;
margin-top: 90%;
border-top: 5px solid rgba(21, 88, 76, 0.5);
}
.col-md-1.col-lg-1.sub-header-title.category.webapp.rechts hr {
width: 30%;
float: left;
margin-top: 100%;
border-top: 5px solid rgba(21, 88, 76, 0.5);
}
.col-xs-6.sub-header-title.category.webapp.mitte,
.col-sm-6.sub-header-title.category.webapp.mitte,
.col-md-4.sub-header-title.category.webapp.mitte,
.col-lg-4.sub-header-title.category.webapp.mitte {
background-color: rgba(21, 88, 76, 0.5);
padding: 2% 0 0.25% 0;
font-size: 50%;
vertical-align: middle;
margin: 4em 0 -0.5em 0;
}
h3.category.webapp {
letter-spacing: 0.5em;
}
/* header description */
.container.description.inverted.sub-header-title {
width: 100%;
font-size: 80%;
font-size: 70%;
font-family: 'Quicksand', 'Century Gothic', 'Brandon Grotesque', 'Gill Sans', sans-serif;
color: rgba(240, 248, 255, 0.99);
letter-spacing: 0.2em;
text-transform: uppercase;
font-weight: initial;
padding: 0 10%;
}
.col-xs-12.description.inverted.sub-header-title p,
.col-xs-12.col-sm-12.col-md-12.col-lg-12.description.inverted.sub-header-title p {
line-height: 1.85em;
word-wrap: break-word;
word-break: break-word;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
.reveal .controls .navigate-left {
top: -2.5em;
left: -26.5em;
position: absolute;
}
.reveal .controls .navigate-right {
left: 2.5em;
top: -2.5em;
position: absolute;
}
</style>
</head>
<body class="">
<!-- Page Content -->
<div class="reveal">
<div class="slides">
<!-- signin header -->
<section>
<div class="container" style="margin-top: 1em;">
<div class="row bootstrap mentions quote author org" style="width: 100%;">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 bootstrap project title">
<img class="ico partner" src="assets/ico/logo-placeholder.png" style="width:10%;height:10%;border:0px solid darkgrey;opacity:0.75" alt="command"/>
<h3 class="sub-header-title" style="font-size:120%;text-transform:uppercase;letter-spacing:0.35em;margin-top:0.65em;font-weight:bolder;color:rgba(254,254,254,0.85);">
Web App Sign-in Wires
</h3>
</div>
</div>
</div>
</section>
<!-- Sign In -->
<section id="signin" class="app wires" data-background-iframe="proj/uxweb/signin.mp4" style="margin-top:-2.75em;width:160%;margin-left:-30%;">
</section>
<!-- #sign in -->
<!-- invite Header -->
<section>
<div class="container" style="margin-top: 1em;">
<div class="row bootstrap mentions quote author org" style="width: 100%;">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 bootstrap project title">
<img class="ico partner" src="assets/ico/logo-placeholder.png" style="width:10%;height:10%;border:0px solid darkgrey;opacity:0.75" alt="command"/>
<h3 class="sub-header-title" style="font-size:120%;text-transform:uppercase;letter-spacing:0.35em;margin-top:0.65em;font-weight:bolder;color:rgba(254,254,254,0.85);">
Mailbox Invite Wires
</h3>
</div>
</div>
</div>
</section>
<!-- invite -->
<section id="invite" class="app invite" data-background-iframe="proj/uxweb/mailbox-invite.mp4" style="width:140%;margin-left:-20%;">
</section>
<!-- #invite -->
<!-- Webapp Header -->
<section>
<div class="container" style="margin-top: 1em;">
<div class="row bootstrap mentions quote author org" style="width: 100%;">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 bootstrap project title">
<img class="ico partner" src="assets/ico/logo-placeholder.png" style="width:10%;height:10%;border:0px solid darkgrey;opacity:0.75" alt="command"/>
<h3 class="sub-header-title" style="font-size:120%;text-transform:uppercase;letter-spacing:0.35em;margin-top:0.65em;font-weight:bolder;color:rgba(254,254,254,0.85);">
Webapp Landing / Dashboard Wires
</h3>
</div>
</div>
</div>
</section>
<!-- webapp -->
<section id="webapp" class="app webapp" data-background-iframe="proj/uxweb/webapp-dashboard.mp4" style="width:140%;margin-left:-20%;">
</section>
<!-- #webapp -->
</div><!-- /.slides -->
<!-- The navigational controls UI -->
<aside class="controls">
<button class="navigate-left" aria-label="previous slide" style="">
<i class="fa fa-chevron-left btn" aria-hidden="true"></i>
</button>
<button class="navigate-right enabled" aria-label="next slide" style="">
<i class="fa fa-chevron-right" aria-hidden="true"></i>
</button>
<button class="navigate-up" aria-label="above slide" style="background:transparent;border:transparent;">
<i class="fa fa-chevron-up" aria-hidden="true"></i>
</button>
<button class="navigate-down" aria-label="below slide" style="background:transparent;border:transparent;">
<i class="fa fa-chevron-down" aria-hidden="true"></i>
</button>
</aside>
<!-- /.controls -->
<!-- Custom Navigations -->
<!-- Top Right Corner Hamburger -->
<aside class="control-menu" style="">
<a href="menu.html" data-preview-link>
<img class="animated pulse" src="reveal/assets/img/plus.png" />
</a>
</aside>
<!-- /.control-menu -->
</div>
<!-- /.reveal -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Reveal JavaScript -->
<script src="reveal/lib/js/head.min.js"></script>
<script src="reveal/js/reveal.js"></script>
<script src="reveal/js/bg-iframe.js"></script>
<!-- Overlay -->
<!--script src="reveal/lib/ven/overlay/modernizr.overlay.js"></script>
<script src="reveal/lib/ven/overlay/classie.js"></script>
<script src="reveal/lib/ven/overlay/overlay.js"></script-->
<script>
// Full list of configuration options available at:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
// Display controls in the bottom right corner
controls: true,
// Display a presentation progress bar
progress: false,
// If true; each slide will be pushed to the browser history
history: true,
center: true,
// Loops the presentation, defaults to false
loop: false,
// Flags if mouse wheel navigation should be enabled
mouseWheel: true,
// Apply a 3D roll to links on hover
rollingLinks: true,
// UI style
theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
// theme: query.theme || 'default', // default/neon
// Transition style
transition: Reveal.getQueryHash().transition || 'linear', // default/cube/page/concave/zoom/linear/fade/none
// Optional reveal.js plugins
dependencies: [
{
src: 'reveal/lib/js/classList.js'
, condition: function () {
return !document.body.classList;
}
}
, {
src: 'reveal/plugin/markdown/marked.js'
, condition: function () {
return !!document.querySelector('[data-markdown]');
}
}
, {
src: 'reveal/plugin/markdown/markdown.js'
, condition: function () {
return !!document.querySelector('[data-markdown]');
}
}
, //{ src: 'reveal/plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{
src: 'reveal/plugin/zoom-js/zoom.js'
, async: true
}
, /*{
src: 'reveal/plugin/notes/notes.js'
, async: true
}
,*/ {
src: 'reveal/plugin/external/external.js'
, async: true
}
, {
src: 'reveal/plugin/wave/webcam-swiper-0.1.js'
, async: true
} //,
// Chart.min.js
// { src: 'plugin/reveal-chart/plugin/chartjs/Chart.min.js', async: true },
// the plugin
// { src: 'plugin/reveal-chart/plugin/chartjs/charted.js', async: true }
]
});
/*
Reveal.addEventListener("slidechanged",function(){
setTimeout(function(){ // Needed because the charter.js isnt loaded and executed by that time.
// To access them
// The RevealChart contains iframe ids as properties (replacing '-' with '_')
console.log(RevealChart.some_selector.canvas);
},500);
},false);
*/
</script>
</body>
</html>