-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
790 lines (722 loc) · 56 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
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
<!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.0">
<title>Cool Tools for School</title>
<!--Custom styles + bootstrap.-->
<link rel="stylesheet"
href="styles.css">
<!--Google fonts.-->
<link rel="preconnect"
href="https://fonts.googleapis.com">
<link rel="preconnect"
href="https://fonts.gstatic.com"
crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap"
rel="stylesheet">
</head>
<body>
<!--Go to top button.-->
<button onclick="topFunction()" id="topButton" title="Go to top">Top</button>
<!--
****************************
Header
****************************
-->
<div class="container-fluid sticky-top p-0 m-0 on-header">
<div class="container py-2">
<!--OneNote title style.-->
<div class="row py-2">
<div class="col-md-10">
<h1 class="np-h1 mt-0">Cool tools for school! <small>(project)</small></h1>
<hr class="on-hr-title">
<p class="on-date-time-title">saturday, november 15 2021 10:45 AM <span class="on-header-version">v0.2</span></p>
</div>
<!--Index-->
<div class="col-md-2">
<a class="nav-link dropdown-toggle text-body" data-bs-toggle="dropdown" href="#" role="button" aria-expanded="false">Index</a>
<ol class="dropdown-menu">
<li><a class="dropdown-item drop-custom" href="#what-is-it">What is it</a></li>
<li><a class="dropdown-item drop-custom" href="#what-is-it-for">What is it for?</a></li>
<li><a class="dropdown-item drop-custom" href="#how-it-is-built">How it is built</a></li>
<li><a class="dropdown-item drop-custom" href="#market-analysis">Market analysis</a></li>
<li><a class="dropdown-item drop-custom" href="#integration">Integration with Microsoft Teams</a></li>
<li><a class="dropdown-item drop-custom" href="#help">Ease of use and help</a></li>
<li><a class="dropdown-item drop-custom" href="#vision">Vision</a></li>
<li><a class="dropdown-item drop-custom" href="#features">Most relevant content and features</a></li>
<li><a class="dropdown-item drop-custom" href="#summary">Summary</a></li>
</ol>
</div>
</div>
</div>
</div>
<!--
****************************
Banner
****************************
-->
<!--100%-->
<div class="container-fluid np-bgbanner">
<!--Max: xl: 1140px (configurado en .scss)-->
<div class="container">
<div class="row">
<!--5 hasta el md, mas chico solo 1-->
<div class="col-md-5 justify-content-center align-self-center">
<p class="np-hbanner">Cool Tools for School</p>
<p class="mp-hbanner-small">(project)</p>
<p class="np-textbanner">Experience the power of OneNote <br>to the fullest</p>
</div>
<!--7 hasta el md, mas chico solo 1-->
<div class="col-md-7">
<a href="screenshot.html?img-name=screen-banner1.png" target="_blank">
<img class="img-fluid img-crisp-edges my-4" src="images/screen-banner1_640.png">
</a>
<!--Image links.-->
<div class="img-link-text mb-3" style="margin-top: -18px;">
See <a href="screenshot.html?img-name=screen-banner1.png" target="_blank" class="text-decoration-none">full screen
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" class="bi bi-box-arrow-up-right align-baseline" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z" />
<path fill-rule="evenodd" d="M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z" />
</svg>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="container mt-5">
<!--Note info.-->
<div class="np-note1-bg">
<div class="row">
<div class="col-1 text-end p-0 np-note1-icon-bg">
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="#4B53BC" class="bi bi-info-circle" viewBox="0 0 16 16">
<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/>
<path d="m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/>
</svg>
</div>
<div class="col">
<span class="np-strong">Note</span>: The information in this document is aimed at describing technically and conceptually the project idea (it is not a Marketing-oriented document). The images in this document <span class="mark">are not prototypes</span>, they are print screens of current templates. The project is in progress.
</div>
</div>
</div>
<!--
****************************
What is CTFS?
****************************
-->
<div class="row mt-5">
<!--5 to md, less 12-->
<div class="col-md-5">
<!--FIX: Bookmark con sticky-top con :target -->
<div id="what-is-it"></div>
<p class="np2-h2">What is it</p>
<p class="np-text-l"><span class="np-strong">Cool Tools for School</span>, is a big OneNote notebook with a lot of tools for students.</p>
<p class="np-text-l">It contains a set of linked and well-organized pages and <span class="np-strong">templates</span>, <span class="np-strong">tips</span> and <span class="np-strong">guides</span> for class organization, research, and note-taking.<br>
It also contains a lot of resources and tools such as <span class="np-strong">stickers</span>, insertable <span class="np-strong">mini-templates</span>, <span class="np-strong">design sets</span>, and <span class="np-strong">posters</span> with educational information for all levels.</p>
<p class="np-text-l">All this information is organized in such a way that it <span class="text-decoration-underline">can be used as a "<spam class="np-strong">system</spam>"</span> and not as simple templates.</p>
</div>
<!--7 to md, less 12-->
<div class="col-md-7">
<!--Image-->
<a href="screenshot.html?img-name=screen-classoverview.png" target="_blank">
<img class="img-fluid img-crisp-edges" src="images/screen-classoverview_640.png">
</a>
<!--Image links.-->
<div class="img-link-text">
See <a href="screenshot.html?img-name=screen-classoverview.png" target="_blank" class="text-decoration-none">full screen
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" class="bi bi-box-arrow-up-right align-baseline" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z" />
<path fill-rule="evenodd" d="M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z" />
</svg>
</a>
<br>
See <a href="screenshot.html?img-name=screen-classoverview-empty.png" target="_blank" class="text-decoration-none">full screen (empty template)
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" class="bi bi-box-arrow-up-right align-baseline" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z" />
<path fill-rule="evenodd" d="M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z" />
</svg>
</a><br>
</div>
</div>
</div>
<!--
****************************
What is it for?
****************************
-->
<div class="row mt-5">
<!--FIX: Bookmark con sticky-top con :target -->
<div id="what-is-it-for"></div>
<p class="np2-h2">What is it for?</p>
<p>With its <spam class="np-strong">templates</spam>, <spam class="np-strong">tools</spam> and <spam class="np-strong">resources</spam>, Cool Tools for School helps the student with the following:</p>
<ul>
<li>Manage classes, assignments and exams,</li>
<li>Organize their time,</li>
<li>Plan study days,</li>
<li>Prepare for exams,</li>
<li>Set goals,</li>
<li>Measure progress,</li>
<li>Take notes in class and manage them,</li>
<li>And above all..., <spam class="mark">to generate the turn-in content</spam> in a more productive, professional, organized, fun way and with a touch of personal design, inspired by the <spam class="np-strong">sample data</spam> of each template and <spam class="np-strong">design tips</spam>.</li>
</ul>
</div>
<div class="flex-row justify-content-center">
<a href="screenshot.html?img-name=screen-AssignmentPlanner.png" target="_blank"><img src="images/thumbnail-WhatIsIt-1.png"></a>
<a href="screenshot.html?img-name=screen-StickersFunny.png" target="_blank"><img src="images/thumbnail-WhatIsIt-2.png"></a>
<a href="screenshot.html?img-name=screen-NotesTemplates.png" target="_blank"><img src="images/thumbnail-WhatIsIt-3.png"></a>
<a href="screenshot.html?img-name=screen-Assignment-UnitTesting.png" target="_blank"><img src="images/thumbnail-WhatIsIt-4.png"></a>
<a href="screenshot.html?img-name=screen-Assignment-ColorTheory.png" target="_blank"><img src="images/thumbnail-WhatIsIt-5.png"></a>
</div>
<!--
****************************
How it is built
****************************
-->
<div class="row mt-5">
<!--FIX: Bookmark con sticky-top con :target -->
<div id="how-it-is-built"></div>
<p class="np2-h2">How it is built</p>
<div class="col">
<p>The <spam class="np-strong">power of OneNote</spam> (with its cloud storage infrastructure, to share your content, page history, backup, etc.) + well-organized templates + guides, documentation and contextual help + insertable mini-templates with standardized design... and a <spam class="mark">good idea</spam>, allows us to develop, what I call "<spam class="np-strong">Light Systems</spam>".
Cool Tools for School <spam class="mark">is a "<spam class="np-strong">Light system</spam>" made with OneNote</spam>.
</p>
</div>
<div class="col">
<p>Cool Tools for School is developed with <spam class="mark">100% of OneNote components </spam>(<spam class="np-strong">text</spam>, <spam class="np-strong">tables</spam>, <spam class="np-strong">links</spam> and <spam class="np-strong">images</spam>) and follows the design and color <a href="https://fluentsite.z22.web.core.windows.net/0.57.0/color-palette" target="_blank" rel="noopener noreferrer">palette of Microsoft Teams</a>.</p>
<p>My experience as a software engineer allowed me to see it, think about it and design it as a system and not as a simple digital planner.</p>
</div>
</div>
<div class="row">
<!--5 to md, less 12-->
<div class="col-md-4 text-center justify-content-center align-self-center">
<img src="images/thumbnail-HowIsItBuilt-comp.png" alt="">
</div>
<!--7 to md, less 12-->
<div class="col-md-8">
<img class="img-fluid img-crisp-edges" src="images/thumbnail-HowIsItBuilt.png" alt="">
</div>
</div>
<!--
****************************
Market analysis
****************************
-->
<div class="row mt-5">
<div class="col">
<!--FIX: Bookmark con sticky-top con :target -->
<div id="market-analysis"></div>
<p class="np2-h2">Market analysis <spam class="np2-h3">(of digital planners)</spam></p>
<p>There is a <spam class="mark">very large market</spam> for <spam class="np-strong">digital planners</spam>, and one of the most searched and sold categories is <spam class="mark">Student Planners</spam> (<a href="https://www.etsy.com/es/search?q=digital%20planner&ref=auto-1" target="_blank" rel="noopener noreferrer">like this</a>).</p>
<p>The current student planners are mostly all the same and are based on a calendar digital planner with added student oriented templates. These are sold through portals like <a href="https://www.etsy.com/es/search?q=digital%20planner&ref=auto-1" target="_blank" rel="noopener noreferrer">Etsy.com</a>.<br>
Most of those planners are .pdf linked kind and are designed by graphic designers to be used with programs such as <spam class="np-strong">Notability</spam> or <spam class="np-strong">Goodnotes</spam> (paid apps).</p>
<p>There are some planners for OneNote, but those planners are bad adaptations of these .pdfs (pdf as background image) and are <span class="text-decoration-underline">not specifically designed for OneNote</span>. There are also a few ones designed for OneNote but they are a set of basic templates.</p>
<p><spam class="np-strong">Cool Tools for School</spam> is not a calendar adapted for students. Cool Tools for School is a true study planner and will be the most complete that exists in the market, specifically thought for students of all levels and designed specifically for <spam class="np-strong">OneNote</spam>.</p>
<p class="np2-h3">Comparison table</p>
<img class="img-fluid img-crisp-edges" src="images/screen-CompTable.png">
</div>
</div>
<!--
****************************
Integration with Microsoft Teams
****************************
-->
<div class="row mt-5">
<!--5 to md, less 12-->
<div class="col-md-5">
<!--FIX: Bookmark con sticky-top con :target -->
<div id="integration"></div>
<p class="np2-h2">Integration with <br>Microsoft Teams</p>
<p class="np-text-l"><spam class="text-decoration-underline">Of course we know that <spam class="np-strong">Microsoft Teams</spam> exists to manage everything related to classes, assignments, exams and communication between students and teachers, and it also has a strong integration with OneNote</spam>.<br>
But with Cool Tools for School, the students will be able to <spam class="np-strong">extend</spam> and <spam class="np-strong">customize</spam> all the information of Microsoft Teams as well as help them to be inspired and <spam class="np-strong">create cool content</spam> for their turn-ins, notes and research.
</p>
<p class="np-text-l">Cool Tools for School could be integrated as a separate notebook or as selectable sections when the teacher creates the class and configures the structure of the OneNote class notebook.</p>
</div>
<!--7 to md, less 12-->
<div class="col-md-7">
<span style="background-color: #FFFF00; font-size: 12px;">(concept)</span>
<!--Image-->
<img class="img-fluid img-crisp-edges" src="images/thumbnail-Integration.png">
</div>
</div>
<!--
****************************
Ease of use and help
****************************
-->
<div class="row mt-5" style="margin-top: 75px !important;">
<!--5 to md, less 12-->
<div class="col-md-5">
<!--FIX: Bookmark con sticky-top con :target -->
<div id="help"></div>
<p class="np2-h2">Ease of use and help</p>
<p class="np-text-l">Cool Tools for School is very easy to use since each page or template has its own <spam class="np-strong">on-screen help</spam>, contextual <spam class="np-strong">FAQ</spam> list, and usage and design <spam class="np-strong">tips</spam>.</p>
<p class="np-text-l">In addition, each template come with sample data from a real case based on an IT class (not Lorem ipsum) which allows students to see its use and also helps as inspiration to make the most of its potential.</p>
<p class="np-text-l">These on-screen help, contextual FAQs, tips and sample data will not only help the user, <spam class="mark">but will also turn him into a <spam class="np-strong">pro OneNote user</spam></spam>!</p>
</div>
<!--7 to md, less 12-->
<div class="col-md-7">
<!--Image-->
<a href="screenshot.html?img-name=screen-Help.png" target="_blank">
<img class="img-fluid img-crisp-edges" src="images/screen-Help_640.png">
</a>
<!--Image links.-->
<div class="img-link-text">
See <a href="screenshot.html?img-name=screen-Help.png" target="_blank" class="text-decoration-none">full screen
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" class="bi bi-box-arrow-up-right align-baseline" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z" />
<path fill-rule="evenodd" d="M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z" />
</svg>
</a>
</div>
</div>
</div>
</div>
<!--
****************************
Vision
****************************
-->
<!--100%-->
<div class="container-fluid np-bgbanner mt-5">
<!--FIX: Bookmark con sticky-top con :target -->
<div id="vision"></div>
<!--Max: xl: 1140px (configurado en .scss)-->
<div class="container py-4">
<div class="row">
<div class="col">
<p class="np2-h2">Vision</p>
<p class="np-text-l" style="font-family: 'Architects Daughter', cursive; font-size: 22px;">We already know that <spam class="text-decoration-underline">OneNote is the most useful tool for students</spam>. <span class="mark2">We want to make everyone know!</span></p>
</div>
</div>
</div>
</div>
<!--
<div class="container-fluid np-bgbanner mt-5 d-none" style="background-color: #4B53BC;">
<div class="container py-4">
<div class="row">
<div class="col">
<p class="np2-h2" style="color: white;">Vision</p>
<p class="np-text-l" style="color: white; font-family: 'Architects Daughter', cursive; font-size: 22px;">We already know that <spam class="text-decoration-underline">OneNote is the most useful tool for students</spam>. <span class="mark_">We want to make everyone know!</span></p>
</div>
</div>
</div>
</div>
-->
<div class="container">
<!--
****************************
Most relevant content and features
****************************
-->
<div class="row mt-5">
<div class="col">
<!--FIX: Bookmark con sticky-top con :target -->
<div id="features"></div>
<p class="np2-h2">Most relevant content and features</spam></p>
<ul>
<!--
----------------------------
Notebook main index
----------------------------
-->
<li class="ulli-features">
<p class="np2-h3">Notebook main index</spam></p>
<p class="text-body">Access to all classes, semester planning and calendar, dashboard for sticky notes, stickers and access to the most used templates to take notes.</p>
<!--Image-->
<a href="screenshot.html?img-name=screen-Index.png" target="_blank">
<img class="img-fluid img-crisp-edges" src="images/screen-Index_640.png">
</a>
<!--Image links.-->
<div class="img-link-text">
See <a href="screenshot.html?img-name=screen-Index.png" target="_blank" class="text-decoration-none">full screen
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" class="bi bi-box-arrow-up-right align-baseline" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z" />
<path fill-rule="evenodd" d="M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z" />
</svg>
</a>
<br>
See <a href="screenshot.html?img-name=screen-Index-empty.png" target="_blank" class="text-decoration-none">full screen (empty template)
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" class="bi bi-box-arrow-up-right align-baseline" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z" />
<path fill-rule="evenodd" d="M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z" />
</svg>
</a><br>
</div>
</li>
<!--
----------------------------
Toolbar
----------------------------
-->
<li class="mt-5 ulli-features">
<p class="np2-h3">Toolbar</spam></p>
<p class="text-body">All pages and templates have a toolbar for quick access to the index and all the functionality of the notebook.</p>
<!--Image-->
<img class="img-fluid img-crisp-edges" src="images/screen-ToolBar.png">
</li>
<!--
----------------------------
Class overview
----------------------------
-->
<li class="ulli-features mt-5">
<p class="np2-h3">Class overview</spam></p>
<p class="text-body">Allows you to manage all the class information, days and times, contact information of the teacher, access link to the school's web platform, important dates, access buttons to all class documents, useful contacts, etc.</p>
<!--Image-->
<a href="screenshot.html?img-name=screen-ClassOverview2.png" target="_blank">
<img class="img-fluid img-crisp-edges" src="images/screen-ClassOverview2_640.png">
</a>
<!--Image links.-->
<div class="img-link-text">
See <a href="screenshot.html?img-name=screen-ClassOverview2.png" target="_blank" class="text-decoration-none">full screen
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" class="bi bi-box-arrow-up-right align-baseline" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z" />
<path fill-rule="evenodd" d="M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z" />
</svg>
</a>
<br>
See <a href="screenshot.html?img-name=screen-ClassOverview2-empty.png" target="_blank" class="text-decoration-none">full screen (empty template)
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" class="bi bi-box-arrow-up-right align-baseline" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z" />
<path fill-rule="evenodd" d="M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z" />
</svg>
</a><br>
</div>
</li>
<!--
----------------------------
Assignment tracker
----------------------------
-->
<li class="ulli-features mt-5">
<p class="np2-h3">Assignment tracker</spam></p>
<p class="text-body">List with all pending, in progress and completed assignments, their data and access to the assignment planner.</p>
<!--Image-->
<a href="screenshot.html?img-name=screen-AssingmentTracker.png" target="_blank">
<img class="img-fluid img-crisp-edges" src="images/screen-AssingmentTracker_640.png">
</a>
<!--Image links.-->
<div class="img-link-text">
See <a href="screenshot.html?img-name=screen-AssingmentTracker.png" target="_blank" class="text-decoration-none">full screen
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" class="bi bi-box-arrow-up-right align-baseline" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z" />
<path fill-rule="evenodd" d="M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z" />
</svg>
</a>
<br>
See <a href="screenshot.html?img-name=screen-AssingmentTracker-empty.png" target="_blank" class="text-decoration-none">full screen (empty template)
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" class="bi bi-box-arrow-up-right align-baseline" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z" />
<path fill-rule="evenodd" d="M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z" />
</svg>
</a><br>
</div>
</li>
<!--
----------------------------
Assignment planner
----------------------------
-->
<li class="ulli-features mt-5">
<p class="np2-h3">Assignment planner</spam></p>
<p class="text-body">From here you can manage all the information of the assignment, dates, status, tags, instructions, tasks, materials, resources, links to the tracker, to the assignment of the school's web platform, to the class notes, all the information of the turn-in documents, comments and feedback from the teacher, the rubric, and much more.</p>
<div class="row">
<div class="col-7">
<!--Image-->
<a href="screenshot.html?img-name=screen-AssignmentPlanner.png" target="_blank">
<img class="img-fluid img-crisp-edges" src="images/screen-AssignmentPlanner_640.png">
</a>
<!--Image links.-->
<div class="img-link-text">
See <a href="screenshot.html?img-name=screen-AssignmentPlanner.png" target="_blank" class="text-decoration-none">full screen
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" class="bi bi-box-arrow-up-right align-baseline" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z" />
<path fill-rule="evenodd" d="M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z" />
</svg>
</a>
<br>
See <a href="screenshot.html?img-name=screen-AssignmentPlanner-empty.png" target="_blank" class="text-decoration-none">full screen (empty template)
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" class="bi bi-box-arrow-up-right align-baseline" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z" />
<path fill-rule="evenodd" d="M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z" />
</svg>
</a><br>
</div>
</div>
</div>
</li>
<!--
----------------------------
School Tools
----------------------------
-->
<li class="ulli-features mt-5">
<p class="np2-h3">School Tools</spam></p>
<p class="text-body">The most used posters by teachers and students with educational information for all levels.</p>
<div class="d-flex align-items-start flex-wrap justify-content-around">
<a class="mb-2" href="screenshot.html?img-name=screen-Tools-1.png" target="_blank"><img src="images/thumbnail-Tools-1.png"></a>
<a class="mb-2" href="screenshot.html?img-name=screen-Tools-2.png" target="_blank"><img src="images/thumbnail-Tools-2.png"></a>
<a class="mb-2" href="screenshot.html?img-name=screen-Tools-3.png" target="_blank"><img src="images/thumbnail-Tools-3.png"></a>
<a class="mb-2" href="screenshot.html?img-name=screen-Tools-4.png" target="_blank"><img src="images/thumbnail-Tools-4.png"></a>
</div>
<!--Insertable templates for class and assignments-->
<div class="col-5 text-body" style="margin-top: -50px;">
<p class="np2-h4">More posters</p>
<ul class="ul-inside">
<li class="li-inside mt-3">Numbers</li>
<li class="li-inside">Math Symbols</li>
<li class="li-inside">Addition</li>
<li class="li-inside">Subtraction</li>
<li class="li-inside">Division</li>
<li class="li-inside">Multiplication</li>
<li class="li-inside">Place value</li>
<li class="li-inside">Fractions & Percentages</li>
<li class="li-inside">Roman Numerals</li>
<li class="li-inside">2D Shapes</li>
<li class="li-inside">3D Shapes</li>
<li class="li-inside">Pythagorean board</li>
<li class="li-inside">Area, Volume & Perimeter</li>
<li class="li-inside">Angles</li>
<li class="li-inside">Periodic Table</li>
<li class="li-inside">Mathematical formulas</li>
<li class="li-inside">Shapes</li>
</ul>
</div>
</li>
<!--
----------------------------
Note taking templates
----------------------------
-->
<li class="ulli-features mt-5">
<p class="np2-h3">Note taking templates</spam></p>
<p class="text-body"><spam class="np-strong">264</spam> note templates in <spam class="np-strong">9 colors</spam> (3 for dark mode) including 7 different Cornell system designs. All well organized in an index for easy access. Each template has a header with basic data of the note, pager, section for #tags and the toolbar for quick access to the notebook functionalities.</p>
<div class="row">
<div class="col-6">
<a href="screenshot.html?img-name=screen-NotesTemplates.png" target="_blank"><img class="img-fluid img-crisp-edges" src="images/thumbnail-Notes-1.png"></a><br>
<!--Image links.-->
<div class="img-link-text">
See <a href="screenshot.html?img-name=screen-NotesTemplates.png" target="_blank" class="text-decoration-none">full screen
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" class="bi bi-box-arrow-up-right align-baseline" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z" />
<path fill-rule="evenodd" d="M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z" />
</svg>
</a>
</div>
</div>
<div class="col-6">
<div class="row">
<div class="col-6">
<div class="row mb-3">
<a href="screenshot.html?img-name=screenl-Notes-e1.png" target="_blank">
<img class="img-fluid img-crisp-edges" src="images/thumbnail-Notes-e1.png">
</a><br>
<!--Image links.-->
<div class="img-link-text">
See <a href="screenshot.html?img-name=screenl-Notes-e1.png" target="_blank" class="text-decoration-none">full screen
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" class="bi bi-box-arrow-up-right align-baseline" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z" />
<path fill-rule="evenodd" d="M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z" />
</svg>
</a>
</div>
</div>
<div class="row">
<a href="screenshot.html?img-name=screenl-Notes-e3.png" target="_blank">
<img class="img-fluid img-crisp-edges" src="images/thumbnail-Notes-e3.png">
</a><br>
<!--Image links.-->
<div class="img-link-text">
See <a href="screenshot.html?img-name=screenl-Notes-e3.png" target="_blank" class="text-decoration-none">full screen
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" class="bi bi-box-arrow-up-right align-baseline" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z" />
<path fill-rule="evenodd" d="M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z" />
</svg>
</a>
</div>
</div>
</div>
<div class="col-6">
<div class="row mb-3">
<a href="screenshot.html?img-name=screenl-Notes-e2.png" target="_blank">
<img class="img-fluid img-crisp-edges" src="images/thumbnail-Notes-e2.png">
</a><br>
<!--Image links.-->
<div class="img-link-text">
See <a href="screenshot.html?img-name=screenl-Notes-e2.png" target="_blank" class="text-decoration-none">full screen
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" class="bi bi-box-arrow-up-right align-baseline" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z" />
<path fill-rule="evenodd" d="M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z" />
</svg>
</a>
</div>
</div>
<div class="row">
<a href="screenshot.html?img-name=screenl-Notes-e4.png" target="_blank">
<img class="img-fluid img-crisp-edges" src="images/thumbnail-Notes-e4.png">
</a>
<br>
<!--Image links.-->
<div class="img-link-text">
See <a href="screenshot.html?img-name=screenl-Notes-e4.png" target="_blank" class="text-decoration-none">full screen
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" class="bi bi-box-arrow-up-right align-baseline" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z" />
<path fill-rule="evenodd" d="M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z" />
</svg>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!--
----------------------------
Stickers
----------------------------
-->
<li class="ulli-features mt-5">
<p class="np2-h3">Stickers</spam></p>
<p class="text-body">Lots of stickers! <spam class="np-strong">Transparent</spam> and <spam class="np-strong">cropped</spam> PNGs, specifically designed in shape, color and size to perfectly match the templates. All organized by color and style.</p>
<div class="d-flex align-items-start flex-wrap justify-content-around">
<div>
<a class="mb-2" href="screenshot.html?img-name=screen-StickersIndex.png" target="_blank"><img src="images/thumbnail-Stickers-1.png"></a><br>
<!--Image links.-->
<div class="img-link-text">
See <a href="screenshot.html?img-name=screen-StickersIndex.png" target="_blank" class="text-decoration-none">full screen
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" class="bi bi-box-arrow-up-right align-baseline" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z" />
<path fill-rule="evenodd" d="M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z" />
</svg>
</a>
</div>
</div>
<div>
<a class="mb-2" href="screenshot.html?img-name=screen-StickersPink.png" target="_blank"><img src="images/thumbnail-Stickers-2.png"></a><br>
<!--Image links.-->
<div class="img-link-text">
See <a href="screenshot.html?img-name=screen-StickersPink.png" target="_blank" class="text-decoration-none">full screen
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" class="bi bi-box-arrow-up-right align-baseline" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z" />
<path fill-rule="evenodd" d="M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z" />
</svg>
</a>
</div>
</div>
<div>
<a class="mb-2" href="screenshot.html?img-name=screen-StickersFunny.png" target="_blank"><img src="images/thumbnail-Stickers-3.png"></a><br>
<!--Image links.-->
<div class="img-link-text">
See <a href="screenshot.html?img-name=screen-StickersFunny.png" target="_blank" class="text-decoration-none">full screen
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" class="bi bi-box-arrow-up-right align-baseline" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z" />
<path fill-rule="evenodd" d="M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z" />
</svg>
</a>
</div>
</div>
</div>
</li>
<!--
----------------------------
Mini-templates
----------------------------
-->
<li class="ulli-features mt-5">
<p class="np2-h3">Mini-templates</spam></p>
<p class="text-body">Many mini-templates to be able to <spam class="np-strong">extend</spam> and <spam class="np-strong">customize</spam> the main templates, notes and turn-in documents. Here are just a few examples.</p>
<!--Image-->
<a href="screenshot.html?img-name=screen-MiniTemplates.png" target="_blank">
<img class="img-fluid img-crisp-edges" src="images/thumbnail-MiniTemplates.png">
</a>
<!--Image links.-->
<div class="img-link-text">
See <a href="screenshot.html?img-name=screen-MiniTemplates.png" target="_blank" class="text-decoration-none">full screen
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" class="bi bi-box-arrow-up-right align-baseline" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z" />
<path fill-rule="evenodd" d="M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z" />
</svg>
</a>
</div>
</li>
<!--
----------------------------
More templates
----------------------------
-->
<li class="ulli-features mt-5">
<p class="np2-h3">More templates</spam></p>
<p class="text-body">Insertable templates for <spam class="np-strong">class</spam> and <spam class="np-strong">assignments</spam>.</p>
<!--Insertable templates for class and assignments-->
<ul class="ul-inside text-body">
<li class="li-inside mt-3">Essay</li>
<li class="li-inside">Pomodoro tracker</li>
<li class="li-inside">Reading summary</li>
<li class="li-inside">Reading log</li>
<li class="li-inside">Brain dump</li>
<li class="li-inside">Mind map</li>
<li class="li-inside">Contacts</li>
<li class="li-inside">Notes</li>
<li class="li-inside">To Do</li>
<li class="li-inside">Handouts</li>
<li class="li-inside">Quizzes</li>
<li class="li-inside">Grades</li>
<li class="li-inside">Definitions</li>
<li class="li-inside">Concepts / Terms</li>
<li class="li-inside">Vocabulary</li>
<li class="li-inside">Readings</li>
<li class="li-inside">Materials</li>
<li class="li-inside">Supplies</li>
<li class="li-inside">Study session log</li>
<li class="li-inside">Study time</li>
<li class="li-inside">Meetings</li>
<li class="li-inside">Result tracker</li>
<li class="li-inside">Attendance log</li>
<li class="li-inside">Reflection</li>
</ul>
</li>
</ul>
</div>
<!--
****************************
Summary
****************************
-->
<div class="row mt-5">
<!--5 to md, less 12-->
<div class="col">
<!--FIX: Bookmark con sticky-top con :target -->
<div id="summary"></div>
<p class="np2-h2">Summary</p>
<p class="np-text-l"><spam class="np-strong">Cool Tools for School</spam> is the biggest digital planner for students designed specifically for OneNote with lots of templates, insertable mini-templates, tips, tools and useful resources that will help them throughout the study process, such as taking notes, organization and management of assignments, study planning and exam preparation and to generate turn-in content. It can be used as an individual tool or as an extension of platforms such as Microsoft Teams for education, Blackboard, Schoology, Google Classroom, etc.</p>
</div>
</div>
</div>
</div>
<!--
****************************
Footer
****************************
-->
<!--100%-->
<div class="container-fluid np-bgbanner mt-5">
<!--Max: xl: 1140px (configurado en .scss)-->
<div class="container py-4">
<div class="row">
<div class="col py-5 align-bottom">
<p class="">
Contact: <a class="text-body" href="https://www.linkedin.com/in/estebanhugosomma/?locale=en_US" target="_blank" rel="noopener noreferrer">Esteban H. Somma</a>
</p>
</div>
</div>
</div>
</div>
<!--<script src="bootstrap.min.js"></script>-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ" crossorigin="anonymous"></script>
<script src="app.js"></script>
</body>
</html>