forked from sgs006/Udacity-Yearbook-Project
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
595 lines (546 loc) · 29 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
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
<!DOCTYPE html>
<html>
<head>
<!-- ====================== MASTER SECTION ============= -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- ========= WEBSITES META INFORMATION INCLUDING STATUS BAR COLOR FOR MOBILE BROWSERS ========== -->
<meta name="description" content="Grow with Google Scholarship 2018 - Udacity Community Yearbook. Yearbook project for 2018 GwG Cohort.">
<meta name="msapplication-TileColor" content="#00B3E4">
<meta name="theme-color" content="#00B3E4">
<meta name="apple-mobile-web-app-status-bar-style" content="#00B3E4" />
<!-- ===================== END WEBSITE META INFORMATION ========== -->
<!-- ============= SOCIAL MEDIA META PROPERTIES ================== -->
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Udacity Community Yearbook. Grow with Google Scholarship 2018." />
<meta property="og:url" content="" />
<meta property="og:site_name" content="Udacity Community Yearbook" />
<meta property="og:image" content="/public/images/src.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Udacity Community Yearbook. Grow with Google Scholarship 2018." />
<!-- ===================== END SOCIAL MEDIA META ========== -->
<!-- ====================== END MASTER SECTION ============= -->
<title>Home Page | Udacity Community Yearbook</title>
<!-- ====================== MASTER SECTION ============= -->
<!-- ======== CSS STYLESHEETS INCLUDING BOOTSTRAP 4 (https://getbootstrap.com) AND OPEN SANS FONT FROM GOOGLE ========= -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
crossorigin="anonymous">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700">
<link rel="stylesheet" href="public/stylesheets/reboot.css">
<link rel="stylesheet" href="public/stylesheets/styles-master.css">
<!-- ===================== END CSS STYLESHEETS ========== -->
<!-- ====================== END MASTER SECTION ============= -->
<!-- ======== PAGE SPECIFIC STYLES ========= -->
<link rel="stylesheet" href="public/stylesheets/index.css">
<!-- ===================== END PAGE SPECIFIC STYLES ========= -->
</head>
<body>
<!-- ====================== MASTER SECTION ============= -->
<!-- ======== SKIP NAVIGATION NEEDED FOR SCREEN READERS ============ -->
<!-- SKIP NAV -->
<div id="skiplink" class="sr-only sr-only-focusable">
<!-- CHANGE HREF TO ID OF MAIN CONTENT SECTION -->
<a href="#MainContent">skip to page content</a>
</div>
<!-- =========== END SKIP NAVIGATION NEEDED FOR SCREEN READERS ============ -->
<!-- ======== WEBSITE NAVIGATION SECTION ============ -->
<nav class="navbar navbar-expand-sm navbar-dark">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span>Menu</span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto mt-2 mt-lg-0">
<li class="nav-item">
<a class="nav-link active" href="index.html" title="Home">Home
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a href="yearbook.html" title="Yearbook" class="nav-link">Yearbook</a>
</li>
<li class="nav-item">
<a href="resources.html" title="Resources" class="nav-link">Resources</a>
</li>
<li class="nav-item">
<a href="cssart.html" title="CSS Art Projects" class="nav-link">CSS Art Projects</a>
</li>
<li class="nav-item">
<a href="geolocation.html" title="GROW Geolocation Map" class="nav-link">Geolocation</a>
</li>
<li class="nav-item">
<a href="about.html" title="About" class="nav-link">About</a>
</li>
</ul>
</div>
</nav>
<!-- =========== END WEBSITE NAVIGATION PANE ============ -->
<!-- ====================== END MASTER SECTION ============= -->
<!-- ================ WEBSITE INTRODUCTION SECTION ============= -->
<div class="container-fluid">
<div class="row">
<div class="intro">
<h3>Udacity: Grow with Google 2018</h3>
<h1>Front-End Web Dev Scholars Yearbook</h1>
</div>
</div>
</div>
<!-- ================ END WEBSITE INTRODUCTION SECTION =========== -->
<!-- ================== INTRODUCTION SECTION GRID 3X3 ========================= -->
<div id="MainContent" class="section main">
<p>
This site was created by and dedicated to the 15,000 students who participated in the
<a class="main-a" href="https://blog.udacity.com/2017/10/udacity-google-announce-50000-new-scholarships.html" target="_blank">
<!-- alternative link: https://www.udacity.com/grow-with-google -->Grow with Google Scholarship</a> program through Udacity. Over a three month period, students from all across
the United States, and from all walks of life learned, struggled, and grew together. We invite you to share in
the celebration of our commitment to learning as we all move on to new and exciting opportunities made possible
by dedication, hard work, and a willingness to learn.
</p>
<div class="main-grid">
<a class="main-thumb" href="yearbook.html" title="Men">
<img class="" src="https://randomuser.me/api/portraits/men/52.jpg" width="100%" alt="Picture of Men">
</a>
<a class="main-thumb" href="yearbook.html" title="Men">
<img class="" src="https://randomuser.me/api/portraits/men/62.jpg" width="100%" alt="Picture of Men">
</a>
<a class="main-thumb" href="yearbook.html" title="Women">
<img class="" src="https://randomuser.me/api/portraits/women/37.jpg" width="100%" alt="Picture of Women">
</a>
<a class="main-thumb" href="yearbook.html" title="Women">
<img class="" src="https://randomuser.me/api/portraits/women/34.jpg" width="100%" alt="Picture of Women">
</a>
<a class="main-thumb" href="yearbook.html" title="Men">
<img class="" src="https://randomuser.me/api/portraits/men/72.jpg" width="100%" alt="Picture of Men">
</a>
<a class="main-thumb" href="yearbook.html" title="Women">
<img class="" src="https://randomuser.me/api/portraits/women/32.jpg" width="100%" alt="Picture of Women">
</a>
<a class="main-thumb" href="yearbook.html" title="Men">
<img class="" src="https://randomuser.me/api/portraits/men/52.jpg" width="100%" alt="Picture of Men">
</a>
<a class="main-thumb" href="yearbook.html" title="Women">
<img class="" src="https://randomuser.me/api/portraits/women/34.jpg" width="100%" alt="Picture of Women">
</a>
<a class="main-thumb" href="yearbook.html" title="Men">
<img class="" src="https://randomuser.me/api/portraits/men/22.jpg" width="100%" alt="Picture of Men">
</a>
</div>
<a class="button" href="yearbook.html">view full class list</a>
</div>
<!-- ====================== END INTRODUCTION SECTION GRID ================================== -->
<!-- ========= SECTION HEADER WITH GRADIENT ======================== -->
<div class="container-fluid">
<div class="row" role="row">
<div class="section-head bluegreen-gradient">
<h1>Resources</h1>
<h4>websites that have helped us along the way</h4>
</div>
</div>
</div>
<!-- ================= END SECTION HEADER ============================= -->
<!-- =============== START GRID FOR RSS-RESOURCE SECTION ======================= -->
<div class="section" id="rss-main">
<div class="rss-grid">
<a class="rss-thumb" href="#">
<div class="rss-content">
<div class="rss-img">
<!-- dynamic rss img goes here-->
</div>
<h3>Courses</h3>
</div>
</a>
<a class="rss-thumb" href="#">
<div class="rss-content">
<div class="rss-img">
<!-- dynamic rss img goes here-->
</div>
<h3>Books</h3>
</div>
</a>
<a class="rss-thumb" href="#">
<div class="rss-img">
<!-- dynamic rss img goes here-->
</div>
<div class="rss-content">
<h3>Tools</h3>
</div>
</a>
<a class="rss-thumb" href="#">
<div class="rss-content">
<div class="rss-img">
<!-- dynamic rss img goes here-->
</div>
<h3>Code Playgrounds</h3>
</div>
</a>
<a class="rss-thumb" href="#">
<div class="rss-content">
<div class="rss-img">
<!-- dynamic rss img goes here-->
</div>
<h3>Learning Games</h3>
</div>
</a>
<a class="rss-thumb" href="#">
<div class="rss-content">
<div class="rss-img">
<!-- dynamic rss img goes here-->
</div>
<h3>Communities</h3>
</div>
</a>
<a class="rss-thumb" href="#">
<div class="rss-content">
<div class="rss-img">
<!-- dynamic rss img goes here-->
</div>
<h3>Design</h3>
</div>
</a>
<a class="rss-thumb" href="#">
<div class="rss-content">
<div class="rss-img">
<!-- dynamic rss img goes here-->
</div>
<h3>Browser Extensions</h3>
</div>
</a>
<a class="rss-thumb" href="#">
<div class="rss-content">
<div class="rss-img">
<!-- dynamic rss img goes here-->
</div>
<h3>References</h3>
</div>
</a>
</div>
<a class="button" href="#">view full resource library</a>
</div>
<!-- ================ END RSS RESOURCE SECTION GRIDS ======================== -->
<!-- ================== START SECTION HEADER WITH GRADIENTS =================== -->
<div class="section-head purple-gradient">
<h1>css art challenge</h1>
<h4>fun stuff we made along the way</h4>
</div>
<!-- ===================== END SECTION HEADER ======================================= -->
<!-- ==================== ART SECTION ============================== -->
<div class="section art">
<div class="container">
<div class="row art--columns">
<div class="col-md-6 col-sm-12">
<img src="public/images/title1.png" alt="css art" class="img-thumnail img-fluid">
</div>
<div class="col-md-6 col-sm-12 art--columns-content">
<h3 class="">Some Title Here</h3>
<p>Lorem ipsum dolor sit amet, doctus eruditi pro et, erat dolore senserit cu pri. Ut primis animal accusam
nec, ei vix primis nominavi qualisque. doctus eruditi pro et, erat dolore senserit cu pri. Ut primis
animal accusam nec, ei vix primis nominavi qualisque </p>
</div>
<div class="col-md-6 col-sm-12 art--columns-content">
<h3 class="">Some Title Here</h3>
<p>Lorem ipsum dolor sit amet, doctus eruditi pro et, erat dolore senserit cu pri. Ut primis animal accusam
nec, ei vix primis nominavi qualisque. doctus eruditi pro et, erat dolore senserit cu pri. Ut primis
animal accusam nec, ei vix primis nominavi qualisque </p>
</div>
<div class="col-md-6 col-sm-12">
<img src="public/images/title2.png" alt="css art" class="img-thumnail img-fluid ">
</div>
<div class="col-md-6 col-sm-12">
<img src="public/images/title3.png" alt="css art" class="img-thumnail img-fluid">
</div>
<div class="col-md-6 col-sm-12 art--columns-content">
<h3 class="">Some Title Here</h3>
<p>Lorem ipsum dolor sit amet, doctus eruditi pro et, erat dolore senserit cu pri. Ut primis animal accusam
nec, ei vix primis nominavi qualisque. doctus eruditi pro et, erat dolore senserit cu pri. Ut primis
animal accusam nec, ei vix primis nominavi qualisque </p>
</div>
</div>
<!-- END DIV ROW FOR COLUMNS -->
</div>
<!-- END CONTAINER DIV ROW FOR MANAGING SECTIONS -->
<a class="button" href="#">view more</a>
</div>
<!-- ==================== END ART SECTION ========================= -->
<!-- ========== BEGIN THE LAYOUT FOR YEARBOOK PROFILE CARDS ============= -->
<div class="container">
<div class="row">
<!-- Card 1 -->
<div class="col-md-4 col-sm-6">
<div class="card-container">
<div class="card">
<div class="front">
<div class="cover">
<img src="public/images/rotating_card_thumb1.png" />
</div>
<div class="user">
<img class="rounded-circle" src="https://randomuser.me/api/portraits/women/43.jpg" alt="Women picture" />
</div>
<div class="content">
<div class="main">
<h3 class="name">Carlota Pearl</h3>
<p class="profession">Developer-In-Training</p>
<p class="text-center">"This experience has been eye-opening and the course streghten my skills in web development."</p>
</div>
<div class="footer">
<div class="rating">
</div>
</div>
</div>
</div>
<!-- end front panel -->
<div class="back">
<div class="header">
<h5 class="motto">"#deepwork #grit #stickthelanding"</h5>
</div>
<div class="content">
<div class="main">
<h4 class="text-center">Front End Favorites:</h4>
<p class="text-center">Web design, Mockups, and Agile development</p>
<div class="stats-container">
<div class="stats">
<h4></h4>
<p> </p>
</div>
<div class="stats">
<h4>4</h4>
<p>Projects</p>
</div>
<div class="stats">
<h4></h4>
<p> </p>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="social-links text-center">
<a href="#" class="github" title="Carlota Peral Github">
<i class="fa fa-github fa-fw"></i>
</a>
<a href="#" class="google" title="Carlota Peral Google">
<i class="fa fa-google-plus fa-fw"></i>
</a>
<a href="#" class="twitter" title="Carlota Peral Twitter">
<i class="fa fa-twitter fa-fw"></i>
</a>
</div>
</div>
</div>
<!-- end back panel -->
</div>
<!-- end card -->
</div>
<!-- end card-container -->
</div>
<!-- end col sm 6 -->
<!-- <div class="col-sm-1"></div> -->
<!-- Card 2 -->
<div class="col-md-4 col-sm-6">
<div class="card-container">
<div class="card">
<div class="front">
<div class="cover">
<img src="public/images/rotating_card_thumb2.png" />
</div>
<div class="user">
<img class="rounded-circle" src="https://randomuser.me/api/portraits/men/12.jpg" alt="Men picture" />
</div>
<div class="content">
<div class="main">
<h3 class="name">Sam Stokes</h3>
<p class="profession">Creater of the Google Udacity 2018 Yearbook</p>
<p class="text-center">"I work in education but want to be a web developer!"</p>
</div>
<div class="footer">
<div class="rating">
</div>
</div>
</div>
</div>
<!-- end front panel -->
<div class="back">
<div class="header">
<h5 class="motto">"Cool catchy phrase or website link"</h5>
</div>
<div class="content">
<div class="main">
<h4 class="text-center">Front End Favorites:</h4>
<p class="text-center">HTML5, CSS3, and JavaScript! </p>
<div class="stats-container">
<div class="stats">
<h4></h4>
<p> </p>
</div>
<div class="stats">
<h4>4</h4>
<p>Projects</p>
</div>
<div class="stats">
<h4></h4>
<p></p>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="social-links text-center">
<a href="https://github.com/sgs006" target="_blank" class="github" title="Sam Stokes Github @sgs006 ">
<i class="fa fa-github fa-fw"></i>
</a>
<a href="#" class="google" title="Sam Stokes Google">
<i class="fa fa-google-plus fa-fw"></i>
</a>
<a href="#" class="twitter" title="Sam Stokes Twitter">
<i class="fa fa-twitter fa-fw"></i>
</a>
</div>
</div>
</div>
<!-- end back panel -->
</div>
<!-- end card -->
</div>
<!-- end card-container -->
</div>
<!-- end col-sm-6 -->
<!-- Card 3 -->
<div class="col-md-4 col-sm-6">
<div class="card-container">
<div class="card">
<div class="front">
<div class="cover">
<img src="public/images/rotating_card_thumb3.png" />
</div>
<div class="user">
<img class="rounded-circle" src="https://randomuser.me/api/portraits/women/32.jpg" alt="Women picture" />
</div>
<div class="content">
<div class="main">
<h3 class="name">Mo Hampton</h3>
<p class="profession">Developer-In-Training</p>
<p class="text-center">"I'm so grateful for this scholarship opportunity. I'm surrounding by many talented developers!"</p>
</div>
<div class="footer">
<div class="rating">
</div>
</div>
</div>
</div>
<!-- end front panel -->
<div class="back">
<div class="header">
<h5 class="motto">"Cool catchy phrase or website link"</h5>
</div>
<div class="content">
<div class="main">
<h4 class="text-center">Front End Favorites:</h4>
<p class="text-center">Web design, HTML5, CSS3 </p>
<div class="stats-container">
<div class="stats">
<h4></h4>
<p>
</p>
</div>
<div class="stats">
<h4>4</h4>
<p>
Projects
</p>
</div>
<div class="stats">
<h4></h4>
<p>
</p>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="social-links text-center">
<a href="https://github.com/mohampton" target="_blank" class="github" title="Mo Hampton Github @mohampton">
<i class="fa fa-github fa-fw"></i>
</a>
<a href="#" class="google" title="Mo Hampton Google">
<i class="fa fa-google-plus fa-fw"></i>
</a>
<a href="https://twitter.com/moxiehampton" target="_blank" class="twitter" title="Mo Hampton Twitter @moxiehampton">
<i class="fa fa-twitter fa-fw"></i>
</a>
</div>
</div>
</div>
<!-- end back panel -->
</div>
<!-- end card -->
</div>
<!-- end card-container -->
</div>
<!--end col-sm-6 -->
<!-- <div class="col-sm-1"></div> -->
</div>
<!-- end row -->
</div>
<!-- end container-->
<!-- ====================== END YEARBOOK PROFILE CARD DESIGN BY MO ============= -->
<!-- ====================== MASTER SECTION ============= -->
<!-- ====================== FOOTER ============= -->
<footer id="footer">
<div class="master-footer text-center">
<nav>
<ul class="list-inline">
<li class="list-inline-item">
<a href="index.html" title="Home">Home</a>
</li>
<li class="list-inline-item">
<a href="yearbook.html" title="Yearbook">Yearbook</a>
</li>
<li class="list-inline-item">
<a href="resources.html" title="Resources">Resources</a>
</li>
<li class="list-inline-item">
<a href="cssart.html" title="CSS Art Projects">CSS Art Projects</a>
</li>
<li class="list-inline-item">
<a href="geolocation.html" title="GROW Geolocation Map">Geolocation</a>
</li>
<li class="list-inline-item">
<a href="about.html" title="About">About</a>
</li>
</ul>
</nav>
<p>
© 2018 Udacity: Grow with Google Front End Scholars
</p>
</div>
</footer>
<!-- ====================== END FOOTER ============= -->
<!-- ====================== RETURN TO TOP ============= -->
<!-- Return to Top -->
<div>
<a href="javascript:" id="return-to-top">
<i class="fa fa-angle-up"></i>
</a>
</div>
<!-- ====================== END RETURN TO TOP ============= -->
<!-- ====================== END MASTER SECTION ============= -->
<!-- ====================== MASTER SECTION ============= -->
<!-- ======== jQuery first, then Popper.js, then Bootstrap JS | BOOTSTRAP AND PROJECT SCRIPTS AT THE FOOTER ========= -->
<!-- Non-slimed version. Slimmed version missing common used features -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<script src="public/scripts/classProject.js"></script>
<!-- ================= INCLUDING OF SCRIPT FILES END HERE ===================== -->
<!-- ====================== END MASTER SECTION ============= -->
<!-- ======== PAGE SPECIFIC JAVASCRIPT ========= -->
<!-- ===================== END PAGE SPECIFIC JAVASCRIPT ========= -->
</body>
</html>