-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
555 lines (491 loc) · 24 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
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
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<link rel="apple-touch-icon" sizes="76x76" href="assets/img/g_black-01.png">
<link rel="icon" type="image/png" sizes="96x96" href="assets/img/g_black-01.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<title>617 - Mengru Zhang</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport'/>
<link href="assets/css/style.css" rel="stylesheet"/>
<link href="assets/css/bootstrap.css" rel="stylesheet"/>
<link href="assets/css/gaia.css" rel="stylesheet"/>
<!-- Fonts and icons -->
<link href='https://fonts.googleapis.com/css?family=Cambo|Poppins:400,600' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Kalam|Sacramento|Cormorant+Garamond" rel="stylesheet">
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/css/fonts/pe-icon-7-stroke.css" rel="stylesheet">
<link rel="stylesheet" href="https://code.jquery.com/ui/1.11.3/themes/cupertino/jquery-ui.css">
</head>
<body>
<nav class="navbar navbar-default navbar-transparent navbar-fixed-top" color-on-scroll="200">
<!-- if you want to keep the navbar hidden you can add this class to the navbar "navbar-burger"-->
<div class="container">
<div class="navbar-header">
<button id="menu-toggle" type="button" class="navbar-toggle" data-toggle="collapse" data-target="#example">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar bar1"></span>
<span class="icon-bar bar2"></span>
<span class="icon-bar bar3"></span>
</button>
<h1><a href="index.html" class="navbar-brand sacram">Gotya!</a></h1>
<!--<h1><a href="index.html" class="navbar-brand kalam">Alzee</a></h1>-->
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right navbar-uppercase">
<li>
<a href="#">SIGN UP / LOGIN</a>
</li>
<li class="dropdown">
<a href="#gaia" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-share-alt"></i> Share
</a>
<ul class="dropdown-menu dropdown-danger">
<li>
<a href="#"><i class="fa fa-facebook-square"></i> Facebook</a>
</li>
<li>
<a href="#"><i class="fa fa-twitter"></i> Twitter</a>
</li>
<li>
<a href="#"><i class="fa fa-instagram"></i> Instagram</a>
</li>
</ul>
</li>
<li>
<a href="http://www.alz.org/advocacy/take-action.asp"
class="btn btn-danger btn-fill" target="_blank">Alzheimer's Association</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
</nav>
<div class="section section-header">
<div class="parallax filter filter-color-red">
<div class="image"
style="background-image: url('assets/img/big_4hands.jpg')">
</div>
<div class="container">
<div class="content">
<div class="title-area">
<p>Fight for Alzheimer's</p>
<h1 class="sacram">Gotya!</h1>
<!--<h1 class="kalam">Alzee</h1>-->
<h4>We remember faces for you</h4>
<div class="separator line-separator">♦</div>
</div>
</div>
</div>
</div>
</div>
<div class="section">
<div class="container">
<div class="row">
<div class="title-area">
<h2>What Is Alzheimer's?</h2>
<div class="separator separator-danger">✻</div>
<p class="description"><b>Alzheimer's is a type of dementia that causes problems with memory, thinking
and behavior.</b> Alzheimer's is the most common type of dementia. Symptoms usually develop slowly and get worse over time, becoming severe enough to
interfere with daily tasks.</p>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="info-icon">
<div class="icon text-danger">
<i class="pe-7s-edit"></i>
</div>
<h2>5.5 million</h2>
<p class="description">Of the estimated <b>5.5 million Americans</b> living
with Alzheimer's dementia in 2017, an estimated
5.3 million are age 65 and older and approximately
200,000 individuals are under age 65 and have
younger-onset Alzheimer’s.</p>
</div>
</div>
<div class="col-md-4">
<div class="info-icon">
<div class="icon text-danger">
<i class="pe-7s-graph1"></i>
</div>
<h2>The 6th</h2>
<p class="description">Alzheimer's disease is <b>the sixth-leading cause of
death in the United States.</b> It is the fifth-leading cause
of death among those age 65 and older and a leading
cause of disability and poor health.</p>
</div>
</div>
<div class="col-md-4">
<div class="info-icon">
<div class="icon text-danger">
<i class="pe-7s-cash"></i>
</div>
<h2>$230.1 billion</h2>
<p class="description">In 2016, 15.9 million family and friends provided 18.2
billion hours of unpaid assistance to those with
Alzheimer's and other dementias, <b>a contribution to
the nation valued at $230.1 billion.</b></p>
</div>
</div>
</div>
</div>
</div>
<div class="section section-small section-get-started">
<div class="parallax filter">
<div class="image"
style="background-image: url('assets/img/flower_pink.jpeg')">
</div>
<div class="container">
<div class="title-area" align="center">
<h1 class="text-white sacram">Gotya is with you!</h1>
<div class="separator line-separator">♦</div>
<p class="q-big"><q>
It occurred to me that at one point it was like I
had two diseases – one was Alzheimer’s and the
other was knowing I had Alzheimer’s.</q>
<br><span class="q-author">- Terry Pratchett</span></p>
<br>
<p class="q-big"><q>
I chuckled when I heard him talking to
Gotya. He learned to scan faces, and now he takes selfie.</q>
<br><span class="q-author">- Marry Ioland</span></p>
</div>
<div class="button-get-started">
<a href="#" class="btn btn-danger btn-fill btn-lg">View Live Demo</a>
</div>
</div>
</div>
</div>
<div class="section section-our-clients-freebie">
<div class="container">
<div class="title-area">
<h1 class="sacram">Gotya!</h1>
<br>
<p class="description">- an application to recognize faces and restore memories -
<br><br>Alzheimer's disease typically progresses slowly in three general stages: mild (early-stage), moderate (middle-stage), and severe (late-stage). Gotya is designed for mild, moderate stages and other dementia.
</p>
<br>
<div class="separator separator-danger">✻</div>
<br>
<ul class="introduction">
<li><i class="pe-7s-user-female pe-va pe-fw"></i> Face Detection</li>
<li><i class="pe-7s-headphones pe-va pe-fw"></i> Voice Control</li>
<li><i class="pe-7s-map-2 pe-va pe-fw"></i> Distant Access</li>
</ul>
</div>
<div class="team">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="row">
<div class="col-md-4">
<div class="card card-member">
<div class="content">
<img src="assets/img/x1man.png" alt="iphone">
<!--<div class="avatar avatar-danger">-->
<!--<img alt="..." class="img-circle" src="assets/img/faces/face_1.jpg"/>-->
<!--</div>-->
<!--<div class="description">-->
<!--<h3 class="title">Tina</h3>-->
<!--<p class="small-text">CEO / Co-Founder</p>-->
<!--<p class="description">I miss the old Kanye I gotta say at that time I’d like to meet Kanye And I promise the power is in the people and I will use the power given by the people to bring everything I have back to the people.</p>-->
<!--</div>-->
</div>
</div>
</div>
<div class="col-md-4">
<div class="card card-member">
<div class="content">
<img src="assets/img/x1two.png" alt="iphone">
<!--<div class="avatar avatar-danger">-->
<!--<img alt="..." class="img-circle" src="assets/img/faces/face_4.jpg"/>-->
<!--</div>-->
<!--<div class="description">-->
<!--<h3 class="title">Andrew</h3>-->
<!--<p class="small-text">Product Designer</p>-->
<!--<p class="description">I miss the old Kanye I gotta say at that time I’d like to meet Kanye And I promise the power is in the people and I will use the power given by the people to bring everything I have back to the people.</p>-->
<!--</div>-->
</div>
</div>
</div>
<div class="col-md-4">
<div class="card card-member">
<div class="content">
<img src="assets/img/x1many.png" alt="iphone">
<!--<div class="avatar avatar-danger">-->
<!--<img alt="..." class="img-circle" src="assets/img/faces/face_3.jpg"/>-->
<!--</div>-->
<!--<div class="description">-->
<!--<h3 class="title">Michelle</h3>-->
<!--<p class="small-text">Marketing Hacker</p>-->
<!--<p class="description">I miss the old Kanye I gotta say at that time I’d like to meet Kanye And I promise the power is in the people and I will use the power given by the people to bring everything I have back to the people.</p>-->
<!--</div>-->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section section-our-clients-freebie">
<div class="container">
<div class="title-area">
<h5 class="subtitle text-gray">Remember Us?</h5>
<h2>Face Detection</h2>
<div class="separator separator-danger">∎</div>
<!--//***** FACE DETECTIVE CODE : http://facedetection.jaysalvat.com/ https://github.com/jaysalvat/jquery.facedetection -->
<div class="detection">
<img id="picture1" src="assets/img/old6.jpg">
<!--photo from https://www.pinterest.com/pin/454511787372610468/-->
</div>
<br>
<button id="try-it" class="btn btn-danger btn-fill"> Click To See </button>
</div>
<!--<hr>-->
<!--<div id="datastage">-->
<!--</div>-->
<!--<hr>-->
<div id="members" align="center">
<div class="icon text-danger" id="membersClose">
<i class="pe-7s-close"></i>
</div>
<ul class="nav nav-text" id="xface1" role="tablist">
<li class="active">
<a href="#testimonial1" role="tab" data-toggle="tab">
<div class="image-clients">
<img id="imgTestimonial1" alt="..." class="img-circle" src="assets/img/faces/1.png"/>
</div>
</a>
</li>
<li>
<a href="#testimonial2" role="tab" data-toggle="tab">
<div class="image-clients">
<img id="imgTestimonial2" alt="..." class="img-circle" src="assets/img/faces/2.png"/>
</div>
</a>
</li>
<li>
<a href="#testimonial3" role="tab" data-toggle="tab">
<div class="image-clients">
<img id="imgTestimonial3" alt="..." class="img-circle" src="assets/img/faces/3.png"/>
</div>
</a>
</li>
</ul>
<div class="tab-content">
<div class="tab-pane active" id="testimonial1" align="left">
<div id="member1"></div>
</div>
<div class="tab-pane" id="testimonial2" align="left">
<div id="member2"></div>
</div>
<div class="tab-pane" id="testimonial3" align="left">
<div id="member3"></div>
</div>
</div>
<br>
<div class="input-group" style="width: 70%">
<input type="text" id="autocomplete-1" class="form-control" placeholder="Search for..." aria-label="Search for...">
<span class="input-group-btn">
<button class="btn btn-danger btn-fill" type="button">Go!</button>
</span>
</div>
<!--New Contact :slideUp / slideDown-->
<div class="btn btn-danger btn-fill" id="SlideDown">Add New Contact</div>
<div id="NewContact">
<form>
<div class="icon text-danger" id="SlideUp2">
<i class="pe-7s-close"></i>
</div>
<fieldset>
<legend><h3><i class="pe-7s-add-user pe-5x pe-va"></i> Create New Contact</h3></legend>
<div class="form-row">
<div class="form-group col-md-6">
<label for="nameX" class="col-form-label">Name</label>
<input type="text" class="form-control" id="nameX" placeholder="Name">
</div>
<div class="form-group col-md-6">
<label for="relationshipX" class="col-form-label">Relationship</label>
<input type="text" class="form-control" id="relationshipX" placeholder="Relationship">
</div>
</div>
<div class="form-group">
<label for="phoneX" class="col-form-label">Phone</label>
<input type="text" class="form-control" id="phoneX" placeholder="Phone">
</div>
<div class="form-group">
<label for="addressX" class="col-form-label">Address</label>
<input type="text" class="form-control" id="addressX" placeholder="Address">
</div>
<div class="form-group">
<label for="notesX" class="col-form-label">Notes</label>
<input type="text" class="form-control" id="notesX" placeholder="Notes">
</div>
<div class="form-group">
<label for="photoX">Upload An Face Photo</label> <i class="pe-7s-photo"></i>
<input type="file" class="form-control-file" id="photoX">
</div>
<br>
<div class="btn btn-danger btn-fill" id="SlideUp">Save</div>
</fieldset>
</form>
</div>
<!--New Contact: Slide Down-->
</div>
</div>
</div>
<br>
<div class="section section-small section-get-started">
<div class="parallax filter">
<div class="image"
style="background-image: url('assets/img/hands_4.jpg')">
</div>
<div class="container">
<div class="title-area">
<h1 class="text-white">Visit Alzheimer's Association</h1>
<div class="separator line-separator">♦</div>
<p class="description"><br>www.alz.org
<br><br>
Alzheimer's Association 24/7 Helpline: <b>1.800.272.3900</b>
</p>
</div>
<div class="button-get-started">
<a href="https://act.alz.org/site/Donation2?df_id=32112&32112.donation=form1&WT.ac=Left_Bar_Research"
class="btn btn-danger btn-fill btn-lg">Donation</a>
</div>
</div>
</div>
</div>
<!--<div style="position: relative;">-->
<!--<img id="picture1" src="assets/img/man4.jpg">-->
<!--</div>-->
<!--<button id="try-it" class="btn" >TRY CLICK</button>-->
<footer class="footer footer-big footer-color-black" data-color="black">
<div class="container">
<div class="row">
<div class="col-md-2 col-sm-3">
<div class="info">
<h5 class="title">Company</h5>
<nav>
<ul>
<li>
<a href="#">Home</a></li>
<li>
<a href="#">Find offers</a>
</li>
<li>
<a href="#">Discover Projects</a>
</li>
<li>
<a href="#">Our Portfolio</a>
</li>
<li>
<a href="#">About Us</a>
</li>
</ul>
</nav>
</div>
</div>
<div class="col-md-3 col-md-offset-1 col-sm-3">
<div class="info">
<h5 class="title"> Help and Support</h5>
<nav>
<ul>
<li>
<a href="#">Contact Us</a>
</li>
<li>
<a href="#">How it works</a>
</li>
<li>
<a href="#">Terms & Conditions</a>
</li>
<li>
<a href="#">Company Policy</a>
</li>
<li>
<a href="#">Money Back</a>
</li>
</ul>
</nav>
</div>
</div>
<div class="col-md-3 col-sm-3">
<div class="info">
<h5 class="title">Latest News</h5>
<nav>
<ul>
<li>
<a href="#">
<i class="fa fa-twitter"></i> <b>More For You</b> There is so much more we can do for each other...
<hr class="hr-small">
</a>
</li>
<li>
<a href="#">
<i class="fa fa-twitter"></i> We've just been featured on <b>Alzheimer's Association</b>!
Thank you everybody for...
</a>
</li>
</ul>
</nav>
</div>
</div>
<div class="col-md-2 col-md-offset-1 col-sm-3">
<div class="info">
<h5 class="title">Follow us on</h5>
<nav>
<ul>
<li>
<a href="#" class="btn btn-social btn-facebook btn-simple">
<i class="fa fa-facebook-square"></i> Facebook
</a>
</li>
<li>
<a href="#" class="btn btn-social btn-dribbble btn-simple">
<i class="fa fa-quora"></i> Quora
</a>
</li>
<li>
<a href="#" class="btn btn-social btn-twitter btn-simple">
<i class="fa fa-twitter"></i> Twitter
</a>
</li>
<li>
<a href="#" class="btn btn-social btn-reddit btn-simple">
<i class="fa fa-google-plus-square"></i> Google+
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<hr>
<div class="copyright">
©
<script> document.write(new Date().getFullYear()) </script>
Mengru Zhang, made with love
</div>
</div>
</footer>
<!-- core js files -->
<script src="assets/js/jquery.min.js" type="text/javascript"></script>
<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>-->
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script
src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"
integrity="sha256-xNjb53/rY+WmG+4L6tTl9m6PpqknWZvRt0rO1SRnJzw="
crossorigin="anonymous"></script>
<script src="assets/js/bootstrap.js" type="text/javascript"></script>
<script src="jquery.facedetection/jquery.facedetection.min.js"></script>
<!-- =-=-=-=-=-=-=-=--=-=-=-=-=--=-=-=-=-=- js library for devices recognition -->
<script type="text/javascript" src="assets/js/modernizr.js"></script>
<!-- =-=-=-=-=-=-=-=--=-=-=-=-=--=-=-=-=-=- script for google maps -->
<!--<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js"></script>-->
<!-- =-=-=-=-=-=-=-=--=-=-=-=-=--=-=-=-=-=- file where we handle all the script from the Gaia - Bootstrap Template -->
<script type="text/javascript" src="assets/js/gaia.js"></script>
</body>
</html>