generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrecoverreadlist.html
More file actions
521 lines (445 loc) · 20.8 KB
/
recoverreadlist.html
File metadata and controls
521 lines (445 loc) · 20.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
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
<!DOCTYPE html>
<html lang="en" data-theme="light">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Credit: https://bit.ly/3fdADaF -->
<meta name="description" content="Web-based platform for aspiring Product Managers based in Ireland">
<meta name="keywords"
content="Product Management, Product Leader, Product Owner, PM, APM, Product Manager, Ireland">
<meta name="author" content="Produck">
<!-- Main Website Title -->
<title>ToReadList</title>
<!-- Website Favicon -->
<link rel="icon" href="assets/images/produck-favicon.png" type="image/icon">
<!-- Styling File-->
<link rel="stylesheet" type="text/css" href="assets/css/style.css" />
<!-- Bootstrap Framework -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"
type="text/css" />
<!-- jQuery UI -->
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css">
<!-- Google Fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins">
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
type="text/css" />
</head>
<body>
<!-- Main Navigation Bar | Website Menu -->
<header id="navigation-bar">
<nav id="navbar" class="navbar navbar-expand-lg navbar-dark fixed-top">
<a class="navbar-brand" href="index.html">Produck</a>
<!-- Toggle Navigation -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarFour"
aria-controls="navbarFour" aria-expanded="false" aria-label="Toggle navigation">
<i class="toggle-btn navbar-toggler-icon"></i>
</button>
<!-- Navigation Bar -->
<div class="collapse navbar-collapse" id="navbarFour">
<!-- Main Website Menu-->
<ul class="navbar-nav ml-auto">
<li class="nav-item" data-toggle="collapse" data-target=".navbar-collapse.show">
<div class="dropdown menu-dropdown">
<button class="dropbtn page-scroll menu-dropbtn"><a class="nav-link" href="index.html"><i
class="fa fa-home"></i> Home</a></button>
<div class="dropdown-content menu-dropdown-content">
<a href="index.html#about">> About Produck</a>
<a href="index.html#services">> Our Services</a>
<a href="index.html#contact">> Contact Us</a>
<a href="index.html#footer">> Social Media</a>
</div>
</div>
</li>
<li class="nav-item" data-toggle="collapse" data-target=".navbar-collapse.show">
<div class="dropdown menu-dropdown">
<button class="dropbtn page-scroll menu-dropbtn"><a class="nav-link" href="pmrole.html"><i
class="fa fa-sitemap"></i> PM Role</a></button>
<div class="dropdown-content menu-dropdown-content">
<a href="pmrole.html#about">> What Is PM?</a>
<a href="pmrole.html#path">> Career Path</a>
<a href="pmrole.html#responsibilities">> Responsibilities</a>
<a href="pmrole.html#background">> Background</a>
<a href="pmrole.html#skills">> Key Soft Skills</a>
</div>
</div>
</li>
<li class="nav-item" data-toggle="collapse" data-target=".navbar-collapse.show">
<a class="nav-link page-scroll" href="leaders.html"><i class="fa fa-user-circle-o"></i>
Leaders</a>
</li>
<li class="nav-item" data-toggle="collapse" data-target=".navbar-collapse.show">
<div class="dropdown menu-dropdown">
<button class="dropbtn page-scroll menu-dropbtn active"><a class="nav-link"
href="books.html"><i class="fa fa-book"></i>
PM Books</a></button>
<div class="dropdown-content menu-dropdown-content">
<a href="books.html">> Top PM Books</a>
<a href="toreadlist.html">> ToReadList App</a>
<a href="tobuylist.html">> ToBuyList App</a>
<a href="toratelist.html">> ToRateList App</a>
</div>
</div>
</li>
<li class="nav-item" data-toggle="collapse" data-target=".navbar-collapse.show">
<div class="dropdown menu-dropdown">
<button class="dropbtn page-scroll menu-dropbtn"><a class="nav-link"
href="resources.html"><i class="fa fa-folder-open"></i> Resources</a></button>
<div class="dropdown-content menu-dropdown-content">
<a href="resources.html">> Top Resources</a>
<a href="bookmarks.html">> Bookmarks App</a>
</div>
</div>
</li>
<li class="nav-item" data-toggle="collapse" data-target=".navbar-collapse.show">
<a class="nav-link page-scroll" href="index.html#contact"><i class="fa fa-envelope"></i>
Contact</a>
</li>
</ul>
</div>
</nav>
</header>
<!-- ToReadList App | To-Read Next -->
<section id="read-list-section">
<!-- Dark Mode Button -->
<div class="toggle-container">
<input type="checkbox" id="switch" name="theme" class="toggle-input">
<label for="switch" class="toggle-label">Toggle</label>
</div>
<!-- Main App -->
<div id="todo-container">
<div class="section-main-intro toread-intro-styling">
<div class="section-subtitle black-subtitle">Books To Read</div>
<h2 class="section-main-title blue-title">My ToReadList</h2>
</div>
<!-- Add New Category Button -->
<button id="btnAddProject">Add New Category</button>
<!-- Projects -->
<div id="projects" class="content-styling">
<!-- Default Categories -->
<ul id="main">
<li><a href="#product">Product</a><span class="ui-icon ui-icon-close"></span></li>
<li><a href="#design">UX Design</a><span class="ui-icon ui-icon-close"></span></li>
</ul>
<!-- Default Category 1: Product Management -->
<ol id="product">
<li><input class="checkbox" type="checkbox"><span class="task-text"><i
class="book-icon fa fa-book"></i>Sprint — Jake Knapp</span><span><button
class="tasks-delete"><i class="fa fa-trash"></i></button><button class="tasks-edit"><i
class="fa fa-pencil"></i></button></span></li>
<li><input class="checkbox" type="checkbox"><span class="task-text"><i
class="book-icon fa fa-book"></i>Hooked — Nir Eyal</span><span><button
class="tasks-delete"><i class="fa fa-trash"></i></button><button class="tasks-edit"><i
class="fa fa-pencil"></i></button></span></li>
</ol>
<!-- Default Category 2: UX Design -->
<ol id="design">
<li><input class="checkbox" type="checkbox"><span class="task-text"><i
class="book-icon fa fa-book"></i>Design of Everyday Things — Don
Norman</span><span><button class="tasks-delete"><i class="fa fa-trash"></i></button><button
class="tasks-edit"><i class="fa fa-pencil"></i></button></span></li>
<li><input class="checkbox" type="checkbox"><span class="task-text"><i
class="book-icon fa fa-book"></i>Don't Make Me Think — Steve Krug</span><span><button
class="tasks-delete"><i class="fa fa-trash"></i></button><button class="tasks-edit"><i
class="fa fa-pencil"></i></button></span></li>
</ol>
</div>
<!-- Add New Book Button -->
<button id="btnAddTask">Add New Book</button>
<!-- Category Name -->
<div id="category-dialog" title="Add New Category" style="display: none;">
<label class="replace-this-name" for="new-project">Category Name:</label>
<input id="new-project" type="text" placeholder="Category" required>
</div>
<!-- Book Name -->
<div id="book-dialog" title="Add New Book" style="display: none;">
<label class="replace-this-name" for="new-task">Book Name:</label>
<input id="new-task" type="text" placeholder="Book Title" required>
</div>
</div>
</section>
<!-- Footer | Important Links -->
<footer id="footer-section">
<div class="footer-top">
<div class="container">
<div class="row">
<!-- Column 1: About -->
<div class="col-md-3 col-sm-6 col-xs-12 segment-one md-mb-30 sm-mb-30">
<h2>Produck</h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Numquam omnis elit mollit.
</p>
</div>
<!-- Column 2: Services -->
<div class="col-md-3 col-sm-6 col-xs-12 segment-two md-mb-30 sm-mb-30">
<h2>Fave Links</h2>
<ul>
<li><a href="#services">What We Offer</a></li>
<li><a href="pmrole.html">Product MGMT</a></li>
<li><a href="leaders.html">Industry Experts</a></li>
<li><a href="books.html">MustRead Books</a></li>
<li><a href="toreadlist.html">ToReadList App</a></li>
<li><a href="resources.html">Best Resources</a></li>
</ul>
</div>
<!-- Column 3: Social Media -->
<div class="col-md-3 col-sm-6 col-xs-12 segment-three sm-mb-30">
<h2>Follow Us</h2>
<p>Follow us on social media for daily bite-sized PM-related content.
</p>
<a href="https://www.linkedin.com/" target="_blank" rel="noopener"><i
class="fa fa-linkedin"><span class="sr-only">LinkedIn</span></i></a>
<a href="https://www.youtube.com/" target="_blank" rel="noopener"><i class="fa fa-youtube"><span
class="sr-only">Facebook</span></i></a>
<a href="https://www.instagram.com/" target="_blank" rel="noopener"><i
class="fa fa-instagram"><span class="sr-only">Instagram</span></i></a>
<a href="https://twitter.com/" target="_blank" rel="noopener"><i class="fa fa-twitter"><span
class="sr-only">Twitter</span></i></a>
</div>
<!-- Column 4: Newsletter -->
<div class="col-md-3 col-sm-6 col-xs-12 segment-four sm-mb-30">
<h2>Newsletter</h2>
<p>Subscribe if you would like to receive the latest in Product Management.</p>
<form>
<label class="hidden-label" for="email">Email Address</label>
<input type="email" id="email" placeholder="Email Address">
<label class="hidden-label" for="submit">Submit</label>
<input type="submit" id="submit" value="Subscribe">
</form>
</div>
</div>
</div>
</div>
<p class="footer-bottom-text">All Rights Reserved | © Produck.ie 2021</p>
</footer>
<!-- JavaScript Links -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/jquery-validation@1.19.3/dist/jquery.validate.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"
integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns" crossorigin="anonymous">
</script>
<!-- JavaScript File -->
<script src="assets/js/toreadlist.js" type="text/javascript"></script>
<style>
/** Section Styling **/
#read-list-section {
background: var(--bg);
padding: 100px 20px 90px;
display: flex;
justify-content: center;
align-items: center;
}
/** Container Styling **/
#todo-container {
width: 1150px;
/* up to 10 books */
height: 820px;
margin: 70px 20px 0;
border-radius: 30px;
background: var(--bg-panel);
box-shadow: 0 4px 10px 0 rgba(36, 32, 32, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.08);
padding-top: 50px;
font-size: 15px;
}
/** Projects Frame Styling **/
#projects {
/* up to 6 categories */
width: 90%;
/* up to 10 books */
height: 470px;
margin: 0px auto;
background: var(--bg-panel);
}
/** Order List Styling **/
ol {
margin-left: 15px;
}
/** Order List Items Styling **/
ol li {
border: 1px dotted #dddddd;
border-radius: 10px;
cursor: pointer;
padding: 5px;
margin-bottom: 5px;
}
/** Order List Items Hover Over Effect **/
ol li:hover {
background: #eeeeee;
transform: scale(1.02);
}
/** 'Add New Category' CTA Button **/
#btnAddProject {
margin-left: 5.5%;
margin-bottom: 25px;
background: var(--color-headings);
border: none;
border-radius: 30px;
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.08);
padding: 11px 17px 10px;
font-size: 13px;
color: #fff;
}
/** 'Add New Category' CTA Button Hover Over Effect **/
#btnAddProject:hover {
background: var(--color-hover);
}
/** 'Add New Book' CTA Button **/
#btnAddTask {
margin-left: 5%;
margin-top: 25px;
background: var(--color-headings);
border: none;
border-radius: 30px;
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.08);
padding: 11px 17px 10px;
font-size: 13px;
color: #fff;
}
/** 'Add New Book' CTA Button Hover Over Effect **/
#btnAddTask:hover {
background: var(--color-hover);
}
/** ToReadList Categories Bar **/
.ui-widget-header {
background: var(--color-headings) !important;
border: none !important;
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.08);
height: 48px;
}
/** Main Categories Tabs **/
.ui-tabs-tab {
border-radius: 30px !important;
border: none !important;
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.08);
}
/** Category Tabs Close (X) Symbol **/
.ui-icon-close {
transform: scale(1.2) !important;
margin: 10px 15px 0 0 !important;
cursor: pointer !important;
}
/** All Internal CTA Buttons (Popups) **/
.ui-dialog-buttonpane button {
/* Fix all these !important messages */
font-size: 13px !important;
color: #fff !important;
background: var(--color-headings) !important;
border: none !important;
border-radius: 30px !important;
padding: 11px 17px 10px !important;
font-family: Poppins !important;
justify-content: center !important;
align-items: center !important;
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.08);
}
/** All Internal CTA Buttons (Pop-Ups) Hover Over Effect **/
.ui-dialog-buttonpane button:hover {
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.08);
background: var(--color-hover) !important;
}
/** Category Name + Input Section **/
#project-dialog {
margin-top: 30px;
margin-bottom: 25px;
}
/** Book Name + Input Section **/
#task-dialog {
margin-top: 30px;
margin-bottom: 25px;
}
/** Popup 'Add New Book' & 'Add New Category' Titles **/
.ui-dialog-title {
color: #fff;
font-weight: 400;
font-size: 19px;
}
/** Popup 'Category Name' Label */
.replace-this-name {
margin-right: 10px;
font-size: 15px;
}
/** Popup 'Category Name' Input Box **/
#new-project {
border-radius: 30px;
/* up to 5 categories */
width: 130px;
height: 20px;
font-size: 15px;
text-align: center;
}
/** Popup 'Book Name' Input Box **/
#new-task {
border-radius: 30px;
width: 250px;
height: 20px;
font-size: 15px;
text-align: center;
}
/** Close (X) Popup Symbol = We Have Cancel **/
.ui-dialog-titlebar-close {
display: none !important;
}
/** Popup Main Container Styling **/
.ui-dialog {
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.08);
border-bottom-left-radius: 20px !important;
border-bottom-right-radius: 20px !important;
}
/** Popup Bottom Section Styling **/
.ui-dialog-buttonpane {
border-top: 1px dotted #dddddd !important;
padding-top: 12px !important;
border-bottom-left-radius: 20px !important;
border-bottom-right-radius: 20px !important;
}
/** List Items | Edit & Remove Icons **/
.tasks-edit,
.tasks-delete {
border: none;
outline: none;
background: none;
margin-right: 7px;
float: right;
color: #4B76E5;
}
/** Edit Icon (Pencil) Hover Over Colour **/
.tasks-edit:hover {
color: #3CBED0;
}
/** Remove Icon (Trash) Hover Over Colour **/
.tasks-delete:hover {
color: #A90710;
}
/** Book Icon Colour **/
.book-icon {
color: #4B76E5;
}
/** Book Icon Hover Over Colour **/
.book-icon:hover {
color: #3CBED0;
}
/** List Items (Book Names) Before & After Space (Sides) **/
.task-text {
margin-left: 4px;
margin-right: 20px;
}
/** Book Icon Before & After Space (Sides) **/
.book-icon {
margin-left: 5px;
margin-right: 8px;
}
/** JS Checked Item Effect **/
.checked {
text-decoration: line-through;
color: #B2B2B2;
}
/** -----[ Section Responsiveness ]----- **/
@media (max-width:550px) {
.toread-intro-styling h2 {
font-size: 32px;
}
}
</style>
</body>
</html>