forked from huggingtonbear/graph-concept
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdashboard.html
585 lines (529 loc) · 40.2 KB
/
dashboard.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel='shortcut icon' href='favicon.ico' type='image/x-icon'/ >
<link rel="apple-touch-icon" sizes="57x57" href="/packtlib-nv/images/apple-icons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="72x72" href="/packtlib-nv/images/apple-icons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="/packtlib-nv/images/apple-icons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="144x144" hegetbrf="/packtlib-nv/images/apple-icons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="180x180" href="/packtlib-nv/images/apple-icons/apple-icon-180x180.png">
<title>Mapt - Developer Skills Delivered</title>
<!-- Bootstrap Core CSS -->
<script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.8/angular.min.js"></script>
<!-- Custom CSS -->
<link href="css/simple-sidebar.css" rel="stylesheet">
<link href="css/slick.css" rel="stylesheet"/>
<link href="css/slick-theme.css" rel="stylesheet"/>
<link href="css/custom.css" rel="stylesheet">
<link href="css/mobile.css" rel="stylesheet">
<link href="css/general.css" rel="stylesheet">
<link href="css/bootstrap-xl.css" rel="stylesheet">
<!-- Devicons -->
<link rel="stylesheet" href="https://cdn.rawgit.com/konpa/devicon/master/devicon.min.css">
<!-- Prism -->
<link rel="stylesheet" href="css/prism.css">
<!-- Fonts -->
<link href='https://fonts.googleapis.com/css?family=Montserrat|Lato:400,500,700' rel='stylesheet' type='text/css'>
<!-- 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]-->
</head>
<body class="language-markup">
<!-- Modal -->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span >×</span></button>
<h4>Add to Completed Skill Cards</h4>
</div>
<div class="modal-body">
<p>Are you sure you want to mark this Skill Card as complete</p>
</div>
<div class="modal-footer">
<button id="myButton" href="#myDiv" type="button" class="btn btn-primary" data-dismiss="modal">Yes</button>
<button type="button" class="btn btn-default" data-dismiss="modal">No</button>
</div>
</div>
</div>
</div>
<div id="wrapper">
<!-- Sidebar -->
<div id="sidebar-wrapper">
<ul class="sidebar-nav">
<div class="list-group" id="sidebar-nav" role="tablist" aria-multiselectable="true">
<li class="nav-logo "><a href="dashboard.html" class="sidenav-menu-holder"><span class="sidenav-menu"><img src="images/logo.png" height="30px" class=""></span><span class="pull-left mr5"></span></a> </li>
<form class="col-sm-12 mb15 pl25 pr35">
<input type="text" class="form-control mb10" placeholder=" Search all courses...">
</form>
<div class="clearfix"></div>
<li class="active"><a href="dashboard.html" class="sidenav-menu-holder"><span class="sidenav-menu">Dashboard</span><span class="pull-left mr5"></span></a> </li>
<li class=""><a data-toggle="collapse" data-parent="#sidebar-nav" href="#collapseOne" aria-expanded="true" aria-controls="collapseOne" class="sidenav-menu-holder"><span class="sidenav-menu">Skills</span><span class="pull-left mr5"></span></a> </li>
<div id="collapseOne" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingOne">
<li class="sub-nav"><a href="roles.html" class="sidenav-menu-holder"><span class="sidenav-menu">Skill Plans </span></a> </li>
<li class="sub-nav"><a href="all-skillcards.html" class="sidenav-menu-holder"><span class="sidenav-menu">Skill Cards </span></a> </li>
<li class="sub-nav"><a href="usage.html" class="sidenav-menu-holder"><span class="sidenav-menu">Progress</span><span class="pull-left mr5"></span></a> </li>
</div>
<li class=""><a data-toggle="collapse" data-parent="#sidebar-nav" href="#collapseTwo" aria-expanded="true" aria-controls="collapseTwo" class="sidenav-menu-holder"><span class="sidenav-menu">Library</span><span class="pull-left mr5"></span></a> </li>
<div id="collapseTwo" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo">
<li class="sub-nav "><a href="library.html" class="sidenav-menu-holder"><span class="sidenav-menu">Search</span><span class="pull-left mr5"></span></a> </li>
<li class="sub-nav"><a href="history.html" class="sidenav-menu-holder"><span class="sidenav-menu">History</span></a> </li>
<li class="sub-nav"><a href="dashboard-bookmarks.html" class="sidenav-menu-holder"><span class="sidenav-menu">Bookmarks</span></a> </li>
<li class="sub-nav"><a href="dashboard-collection.html" class="sidenav-menu-holder"><span class="sidenav-menu">Saved</span></a> </li>
<li class="sub-nav"><a href="dashboard-purchases.html" class="sidenav-menu-holder"><span class="sidenav-menu">Purchased</span></a> </li>
<li class="sub-nav"><a href="trending.html" class="sidenav-menu-holder"><span class="sidenav-menu">Topics</span></a> </li>
</div>
<li class=""><a href="https://mapt.io/faqs/" class="sidenav-menu-holder"><span class="sidenav-menu">FAQs</span><span class="pull-left mr5"></span></a> </li>
<li class=""><a href="https://portal.prodpad.com/20415" target="_blank" class="sidenav-menu-holder"><span class="sidenav-menu">Feedback</span><span class="pull-left mr5"></span></a> </li>
<li class=""><a data-toggle="collapse" data-parent="#sidebar-nav" href="#collapseThree" aria-expanded="true" aria-controls="collapseThree" class="sidenav-menu-holder"><span class="sidenav-menu">Account</span><span class="pull-left mr5"></span></a> </li>
<div id="collapseThree" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThree">
<li class="sub-nav "><a href="account-details.html" class="sidenav-menu-holder"><span class="sidenav-menu">Account Details</span><span class="pull-left mr5"></span></a> </li>
<li class="sub-nav "><a href="account-subscription.html" class="sidenav-menu-holder"><span class="sidenav-menu">Subscriptions</span><span class="pull-left mr5"></span></a> </li>
<li class="sub-nav "><a href="account-licences.html" class="sidenav-menu-holder"><span class="sidenav-menu">Licences </span></a> </li>
<li class="sub-nav"><a href="account-licences.html" class="sidenav-menu-holder"><span class="sidenav-menu">Logout </span></a> </li>
</div>
<li class="">
<a href="https://www.packtpub.com" class="sidenav-menu-holder"><span class="sidenav-menu logo-text">Powered by <img src="images/packt-logo.svg" target="_blank" class="packt-logo"></span><span class="pull-left mr5"></span></a></li>
</div>
</ul>
</div>
<!-- /#sidebar-wrapper -->
<div id="page-content-wrapper" class="">
<a href="#menu-toggle" id="menu-toggle"><i class="fa fa-bars fa-2x mr5"></i></a>
<div id="book-wrapper" class="container-fluid">
<div class="row">
<div class="col-sm-12 col-lg-offset-1 col-lg-10 mt10">
<div class="page-title">
<h3>Dashboard</h3>
<h6 class="mt5">Welcome back John, are you ready to start learning today?</h6>
</div>
<hr>
</div>
<div class="col-sm-12 col-lg-offset-1 col-lg-10">
<form class="mb25">
<div class="input-group input-group-lg">
<input type="text" class="form-control home-search " placeholder=" Search for a course...">
<span class="input-group-btn">
<button class="btn btn-primary" type="button">Search</button>
</span>
</div><!-- /input-group -->
</form>
</div>
<!-- <div class="col-sm-12 col-lg-offset-1 col-lg-10">
<h5>Recent History:</h5>
<div class="clearfix"></div>
<div class="panel panel-default">
<div class="panel-body">
<div class="responsive col-sm-12 mt20 mb20">
<div><a href="index.html"><img src="images/book1.jpg" class="pl10 pr10 img-responsive"></a></div>
<div><a href="index.html"><img src="images/book2.jpg" class="pl10 pr10 img-responsive"></a></div>
<div><a href="index.html"><img src="images/book4.jpg" class="pl10 pr10 img-responsive"></a></div>
<div><a href="index.html"><img src="images/book5.jpg" class="pl10 pr10 img-responsive"></a></div>
<div><a href="index.html"><img src="images/book6.jpg" class="pl10 pr10 img-responsive"></a></div>
<div><a href="index.html"><img src="images/book7.jpg" class="pl10 pr10 img-responsive"></a></div>
<div><a href="index.html"><img src="images/book3.jpg" class="pl10 pr10 img-responsive"></a></div>
<div><a href="index.html"><img src="images/book8.jpg" class="pl10 pr10 img-responsive"></a></div>
</div>
<a href="history.html" class="btn btn-info pull-right mr20 mb10">View All History <i class="ml5 fa fa-chevron-right"></i></a>
<div class="clearfix"></div>
</div>
</div>
</div> -->
<div class="col-xs-12 col-sm-4 col-lg-offset-1 col-lg-3">
<h5>Current Plan:</h5>
<div class="clearfix"></div>
<ul class="list-group">
<li class="list-group-item list-name ng-scope" ng-repeat="(key, product) in skillsController.lastViewed">
<h1>Python Developer</h1>
<p class="mb0 ng-binding ng-scope" ng-if="productLineViewCtrl.author">30% Complete</p>
<div class="progress mt10 mb10">
<div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="66" aria-valuemin="0" aria-valuemax="100" style="width: 33%;">
<span class="sr-only">30% Complete</span>
</div>
</div>
<div>
<small class="title-duration hidden-xs">6 Skill Cards remaining</small>
<br/>
<small class="title-duration hidden-xs">3 Skill Cards completed</small>
</div>
<div class="clearfix"></div>
<div class="pull-right hidden-xs mt10">
<a href="#skillplan" class="btn btn-info hidden-xs ng-scope">
Resume<i class="fa fa-chevron-right ml5" ></i>
</a>
</div>
<div class="visible-xs">
<a href="#skillplan" class="btn btn-info visible-xs btn-block">
Resume<i class="fa fa-chevron-right ml5" ></i>
</a>
</div>
<div class="clearfix"></div>
</li>
</ul>
</div>
<div class="col-xs-12 col-sm-8 col-lg-7" ng-show="skillsController.lastViewed">
<h5>Last viewed: <a href="history.html" class="see-more-link" style="font-size:12px"><h6> View History</h6></a></h5>
<div class="clearfix"></div>
<ul class="list-group">
<li class="list-group-item list-name ng-scope" ng-repeat="(key, product) in skillsController.lastViewed">
<product value="product" base-url="baseURL" last-viewed="true">
<img class="img-product-list ng-scope" src="images/book1.jpg">
<h1 ng-bind-html="productLineViewCtrl.title" class="ng-binding">Practical Data Science Cookbook</h1>
<p class="mb0 ng-binding ng-scope" ng-if="productLineViewCtrl.author">By Mario Andrés Pagella</p>
<small ng-if="productLineViewCtrl.publicationDate" class="title-duration mr10 ng-binding ng-scope">Jul 2013</small>
<small class="title-duration hidden-xs ng-binding">
<i ng-if="productLineViewCtrl.length" class="fa fa-clock-o mr5 ng-scope"></i>2 hours 22 minutes and 37 seconds
</small>
<p class="product-desc hidden-xs"><small class="ng-binding">Learn how to develop incredible animations and transitions with HTML5</small></p>
<div class="btn-group pull-right hidden-xs mt5">
<a ng-if="productLineViewCtrl.available" href="index.html" class="btn btn-info hidden-xs ng-scope">
<div ng-if="productLineViewCtrl.lastReadUrl" class="ng-scope">
Resume <i class="fa fa-chevron-right ml5" ></i>
</div>
</a>
</div>
<div class="clearfix"></div>
<div class="btn-group btn-group-justified visible-xs mt15">
<a class="btn btn-default ng-scope" ng-click="productLineViewCtrl.toggleCollection();" ng-if="!productLineViewCtrl.skill && productLineViewCtrl.inCollection != undefined">
<i class="fa fa-folder fa-lg fa-folder-open-o" ng-class="{'fa-folder': productLineViewCtrl.inCollection, 'fa-folder-open-o': productLineViewCtrl.inCollection === false}">
</i>
</a>
<a ng-if="productLineViewCtrl.available" href="index.html" class="btn btn-info ng-scope">
<i class="fa fa-chevron-right ml5" ></i>
</a>
</div>
</product>
</li>
</ul>
</div>
<div class="col-sm-12 col-lg-offset-1 col-lg-10">
<div class="row">
<div class="col-sm-12 col-lg-3">
<div class="clearfix"></div>
<ul class="list-group">
<a class="dashboard-kpi" href="my-library.html">
<li ng-repeat="(key, fivePopular) in fivePopular" href="index.html" class=" list-group-item list-name ng-scope">
<div class="text-center">
<h2 class="mt0 mb0">6</h2><h1 class="mt0"> Bookmarks</h1>
</div>
</li>
</a>
</ul>
</div>
<div class="col-sm-12 col-lg-3">
<div class="clearfix"></div>
<ul class="list-group">
<a class="dashboard-kpi" href="my-library.html">
<li ng-repeat="(key, fivePopular) in fivePopular" href="index.html" class="list-group-item list-name ng-scope">
<div class="text-center">
<h2 class="mt0 mb0">23</h2><h1 class="mt0"> Saved</h1>
</div>
</li>
</a>
</ul>
</div>
<div class="col-sm-12 col-lg-3">
<div class="clearfix"></div>
<ul class="list-group">
<a class="dashboard-kpi" href="my-library.html">
<li ng-repeat="(key, fivePopular) in fivePopular" href="index.html" class=" list-group-item list-name ng-scope">
<div class="text-center">
<h2 class="mt0 mb0">36</h2><h1 class="mt0">Purchased</h1>
</div>
</li>
</a>
</ul>
</div>
<div class="col-sm-12 col-lg-3">
<div class="clearfix"></div>
<ul class="list-group">
<a class="dashboard-kpi" href="library.html">
<li ng-repeat="(key, fivePopular) in fivePopular" href="index.html" class=" list-group-item list-name ng-scope">
<div class="text-center">
<h2 class="mt0 mb0">2</h2><h1 class="mt0"> Course Tokens</h1>
</div>
</li>
</a>
</ul>
</div>
</div>
</div>
<div id="skillplan" class="col-sm-12 col-lg-offset-1 col-lg-10">
<h5>My Skill Plan:</h5>
<div class="panel panel-default skill-plan-dashboard">
<div class="panel-body">
<h5><b>Python Developer</b> - 33%<a href="roles.html" class="see-more-link" style="font-size:12px"><h6> Change Plan</h6></a></h5>
<div class="progress mt5 mb15">
<div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="66" aria-valuemin="0" aria-valuemax="100" style="width: 33%;">
<span class="sr-only">30% Complete</span>
</div>
</div>
<div class="alert alert-info alert-dismissible" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span >×</span></button>
<i class="fa fa-info-circle mr5"></i><small> Listed below are the Skills that make up your current Skill Plan to stay relevant as a Python Developer. If you already know a skill then select <b>'Add to Completed Skills'</b>, but if you don't then click the skill and find the exact learning you need to skill up. </small>
</div></div>
<ul class="list-group">
<li ng-repeat="(key, fivePopular) in fivePopular" href="index.html" class="list-group-item list-name ng-scope">
<a href="card.html" class=""><img src="images/skillcards/python-data-science.png" class="img-card-list"></a>
<h1>Python Data Science
<span class="skill-item skill-card hidden-xs">Skill Card</span>
</h1>
<small class="title-duration mr10">Related Topic: <a href="#">Python</a></small>
<!-- <small class="title-duration mr10">Jan 2016</small>
<small class="title-duration hidden-xs"><i class="fa fa-clock-o mr5"></i>14 hours 02 minutes</small> -->
<p class="product-desc hidden-xs mt10"><small>Python is one of the easiest languages to get started with. It has a human readable syntax, and a fully-featured (“batteries included”) standard library to help you get things done right away. It is your portal into a new world of productive development.</small></p>
<!-- Desktop Buttons START -->
<div class="btn-group pull-right mt5 hidden-xs">
<!-- <a href="index.html" class="btn btn-default "><i class="fa fa-shopping-bag fa-lg"></i>
<span class="hidden-xs ml5">Claim with Token</span></a> -->
<a href="index.html" class="btn btn-default "><i class="fa fa-plus fa-lg"></i>
<span class="hidden-xs ml5">Add to Completed Skills</span></a>
<a href="card.html" class="btn btn-info ">View Skill Card <i class="fa fa-chevron-right ml5" ></i></a>
</div>
<!-- Desktop Buttons END -->
<!-- Mobile Buttons START -->
<div class="clearfix"></div>
<div class="btn-group btn-group-justified visible-xs mt15">
<a href="card.html" class="btn btn-default "><i class="fa fa-plus fa-lg"></i>
</a>
<a href="card.html" class="btn btn-info"><i class="fa fa-chevron-right ml5" ></i></a>
</div>
<!-- Mobile Buttons END -->
</li>
<li ng-repeat="(key, fivePopular) in fivePopular" href="index.html" class="list-group-item list-name ng-scope">
<a href="card.html" class=""><img src="images/skillcards/python-high-performance-programming.png" class="img-card-list"></a>
<h1>Python High Performance Programming
<span class="skill-item skill-card hidden-xs">Skill Card</span>
</h1>
<small class="title-duration mr10">Related Topic: <a href="#">Python</a></small>
<!-- <small class="title-duration mr10">Jan 2016</small>
<small class="title-duration hidden-xs"><i class="fa fa-clock-o mr5"></i>14 hours 02 minutes</small> -->
<p class="product-desc hidden-xs mt10"><small>Performance bottlenecks can break otherwise great applications and it’s important that you know how to avoid them. High performance techniques can help your applications scale and perform consistently, no matter how much data you’re crunching or how many users you’re serving.</small></p>
<!-- Desktop Buttons START -->
<div class="btn-group pull-right mt5 hidden-xs">
<!-- <a href="index.html" class="btn btn-default "><i class="fa fa-shopping-bag fa-lg"></i>
<span class="hidden-xs ml5">Claim with Token</span></a> -->
<a href="index.html" class="btn btn-default "><i class="fa fa-plus fa-lg"></i>
<span class="hidden-xs ml5">Add to Completed Skills</span></a>
<a href="card.html" class="btn btn-info ">View Skill Card <i class="fa fa-chevron-right ml5" ></i></a>
</div>
<!-- Desktop Buttons END -->
<!-- Mobile Buttons START -->
<div class="clearfix"></div>
<div class="btn-group btn-group-justified visible-xs mt15">
<a href="card.html" class="btn btn-default "><i class="fa fa-plus fa-lg"></i>
</a>
<a href="card.html" class="btn btn-info"><i class="fa fa-chevron-right ml5" ></i></a>
</div>
<!-- Mobile Buttons END -->
</li>
<li ng-repeat="(key, fivePopular) in fivePopular" href="index.html" class="list-group-item list-name ng-scope">
<a href="card.html" class=""><img src="images/skillcards/python-fundamentals.png" class="img-card-list"></a>
<h1>Python Fundamentals
<span class="skill-item skill-card hidden-xs">Skill Card</span>
</h1>
<small class="title-duration mr10">Related Topic: <a href="#">Python</a></small>
<!-- <small class="title-duration mr10">Jan 2016</small>
<small class="title-duration hidden-xs"><i class="fa fa-clock-o mr5"></i>14 hours 02 minutes</small> -->
<p class="product-desc hidden-xs mt10"><small>Python is one of the easiest languages to get started with. It has a human readable syntax, and a fully-featured (“batteries included”) standard library to help you get things done right away. It is your portal into a new world of productive development.</small></p>
<!-- Desktop Buttons START -->
<div class="btn-group pull-right mt5 hidden-xs">
<!-- <a href="index.html" class="btn btn-default "><i class="fa fa-shopping-bag fa-lg"></i>
<span class="hidden-xs ml5">Claim with Token</span></a> -->
<a href="index.html" class="btn btn-default "><i class="fa fa-plus fa-lg"></i>
<span class="hidden-xs ml5">Add to Completed Skills</span></a>
<a href="card.html" class="btn btn-info ">View Skill Card <i class="fa fa-chevron-right ml5" ></i></a>
</div>
<!-- Desktop Buttons END -->
<!-- Mobile Buttons START -->
<div class="clearfix"></div>
<div class="btn-group btn-group-justified visible-xs mt15">
<a href="card.html" class="btn btn-default "><i class="fa fa-plus fa-lg"></i>
</a>
<a href="card.html" class="btn btn-info"><i class="fa fa-chevron-right ml5" ></i></a>
</div>
<!-- Mobile Buttons END -->
</li>
<li ng-repeat="(key, fivePopular) in fivePopular" href="index.html" class="list-group-item list-name ng-scope">
<a href="card.html" class=""><img src="images/skillcards/git-fundamentals.png" class="img-card-list"></a>
<h1>Git Fundamentals
<span class="skill-item skill-card hidden-xs">Skill Card</span>
</h1>
<small class="title-duration mr10">Related Topic: <a href="#">Git</a></small>
<!-- <small class="title-duration mr10">Jan 2016</small>
<small class="title-duration hidden-xs"><i class="fa fa-clock-o mr5"></i>14 hours 02 minutes</small> -->
<p class="product-desc hidden-xs mt10"><small>Python is one of the easiest languages to get started with. It has a human readable syntax, and a fully-featured (“batteries included”) standard library to help you get things done right away. It is your portal into a new world of productive development.</small></p>
<!-- Desktop Buttons START -->
<div class="btn-group pull-right mt5 hidden-xs">
<!-- <a href="index.html" class="btn btn-default "><i class="fa fa-shopping-bag fa-lg"></i>
<span class="hidden-xs ml5">Claim with Token</span></a> -->
<a href="index.html" class="btn btn-default "><i class="fa fa-plus fa-lg"></i>
<span class="hidden-xs ml5">Add to Completed Skills</span></a>
<a href="card.html" class="btn btn-info ">View Skill Card <i class="fa fa-chevron-right ml5" ></i></a>
</div>
<!-- Desktop Buttons END -->
<!-- Mobile Buttons START -->
<div class="clearfix"></div>
<div class="btn-group btn-group-justified visible-xs mt15">
<a href="card.html" class="btn btn-default "><i class="fa fa-plus fa-lg"></i>
</a>
<a href="card.html" class="btn btn-info"><i class="fa fa-chevron-right ml5" ></i></a>
</div>
<!-- Mobile Buttons END -->
</li>
<li ng-repeat="(key, fivePopular) in fivePopular" href="index.html" class="list-group-item list-name ng-scope">
<a href="card.html" class=""><img src="images/skillcards/production-ready-django.png" class="img-card-list"></a>
<h1>Production Ready Django
<span class="skill-item skill-card hidden-xs">Skill Card</span>
</h1>
<small class="title-duration mr10">Related Topic: <a href="#">Django</a></small>
<!-- <small class="title-duration mr10">Jan 2016</small>
<small class="title-duration hidden-xs"><i class="fa fa-clock-o mr5"></i>14 hours 02 minutes</small> -->
<p class="product-desc hidden-xs mt10"><small>Python is one of the easiest languages to get started with. It has a human readable syntax, and a fully-featured (“batteries included”) standard library to help you get things done right away. It is your portal into a new world of productive development.</small></p>
<!-- Desktop Buttons START -->
<div class="btn-group pull-right mt5 hidden-xs">
<!-- <a href="index.html" class="btn btn-default "><i class="fa fa-shopping-bag fa-lg"></i>
<span class="hidden-xs ml5">Claim with Token</span></a> -->
<a href="index.html" class="btn btn-default "><i class="fa fa-plus fa-lg"></i>
<span class="hidden-xs ml5">Add to Completed Skills</span></a>
<a href="card.html" class="btn btn-info ">View Skill Card <i class="fa fa-chevron-right ml5" ></i></a>
</div>
<!-- Desktop Buttons END -->
<!-- Mobile Buttons START -->
<div class="clearfix"></div>
<div class="btn-group btn-group-justified visible-xs mt15">
<a href="card.html" class="btn btn-default "><i class="fa fa-plus fa-lg"></i>
</a>
<a href="card.html" class="btn btn-info"><i class="fa fa-chevron-right ml5" ></i></a>
</div>
<!-- Mobile Buttons END -->
</li>
<li ng-repeat="(key, fivePopular) in fivePopular" href="index.html" class="list-group-item list-name ng-scope">
<a href="card.html" class=""><img src="images/skillcards/ux-design-basics.png" class="img-card-list"></a>
<h1>UX Design Basics
<span class="skill-item skill-card hidden-xs">Skill Card</span>
</h1>
<small class="title-duration mr10">Related Topic: <a href="#">Web Design</a></small>
<!-- <small class="title-duration mr10">Jan 2016</small>
<small class="title-duration hidden-xs"><i class="fa fa-clock-o mr5"></i>14 hours 02 minutes</small> -->
<p class="product-desc hidden-xs mt10"><small>Python is one of the easiest languages to get started with. It has a human readable syntax, and a fully-featured (“batteries included”) standard library to help you get things done right away. It is your portal into a new world of productive development.</small></p>
<!-- Desktop Buttons START -->
<div class="btn-group pull-right mt5 hidden-xs">
<!-- <a href="index.html" class="btn btn-default "><i class="fa fa-shopping-bag fa-lg"></i>
<span class="hidden-xs ml5">Claim with Token</span></a> -->
<a href="index.html" class="btn btn-default "><i class="fa fa-plus fa-lg"></i>
<span class="hidden-xs ml5">Add to Completed Skills</span></a>
<a href="card.html" class="btn btn-info ">View Skill Card <i class="fa fa-chevron-right ml5" ></i></a>
</div>
<!-- Desktop Buttons END -->
<!-- Mobile Buttons START -->
<div class="clearfix"></div>
<div class="btn-group btn-group-justified visible-xs mt15">
<a href="card.html" class="btn btn-default "><i class="fa fa-plus fa-lg"></i>
</a>
<a href="card.html" class="btn btn-info"><i class="fa fa-chevron-right ml5" ></i></a>
</div>
<!-- Mobile Buttons END -->
</li>
</ul>
</div>
</div>
</div><!-- row -->
</div><!-- /#book-wrapper -->
</div><!-- /#page-content-wrapper -->
</div><!-- /#wrapper -->
<!-- JAVASCRIPT BLOCKS -->
<!-- jQuery Script-->
<script src="js/jquery.js"></script>
<!-- Syntax Highlighting Script -->
<script src="js/prism.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Sidebar Toggle Script -->
<script src="js/simple-sidebar.js"></script>
<script src="js/sidenav-accordion.js"></script>
<script type="text/javascript" src="js/slick.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('.responsive').slick({
dots: true,
infinite: false,
arrows: false,
speed: 300,
centerPadding: '60px',
slidesToShow: 7,
slidesToScroll: 7,
responsive: [
{
breakpoint: 1600,
settings: {
infinite: false,
slidesToShow: 6,
slidesToScroll: 6,
dots: true
}
},
{
breakpoint: 1400,
settings: {
infinite: false,
slidesToShow: 6,
slidesToScroll: 6,
dots: true
}
},
{
breakpoint: 1024,
settings: {
infinite: false,
slidesToShow: 3,
slidesToScroll: 3,
dots: true
}
},
{
breakpoint: 600,
settings: {
infinite: false,
slidesToShow: 2,
slidesToScroll: 2,
dots: true
}
},
{
breakpoint: 480,
settings: {
slidesToShow: 1,
slidesToScroll: 1,
dots: true
}
}
// You can unslick at a given breakpoint now by adding:
// settings: "unslick"
// instead of a settings object
]
});
});
</script>
<script type="text/javascript">
$("#myButton").click(function() {
$("#myDiv").fadeTo("slow", 0.01, function(){ //fade
$(this).slideUp("slow", function() { //slide up
$(this).remove(); //then remove from the DOM
});
});
});
</script>
</body>
</html>