@@ -7,7 +7,7 @@ <h1>Upcoming Content</h1>
77 < div class ="col-sm-6 ">
88 < ol class ="breadcrumb float-sm-right ">
99 < li class ="breadcrumb-item "> < a class ="goPersonalProjects " href ="# "> Personal Projects</ a > </ li >
10- < li class ="breadcrumb-item active "> Upcoming Content</ li >
10+ < li class ="breadcrumb-item active "> Content Log </ li >
1111 </ ol >
1212 </ div >
1313 </ div >
@@ -23,11 +23,12 @@ <h3 class="card-title">Content that I still haven't <b>publicly</b> documented/s
2323 </ div >
2424 < div id ="body_pills " class ="card-body ">
2525 < div class ="cl-preview-section ">
26- < h1 id ="to-do-articles "> TO-DO Articles </ h1 >
26+ < h1 id ="to-do-articles "> < b > Content.log </ b > </ h1 >
2727 </ div >
2828 < div class ="cl-preview-section ">
2929 < p > This are < strong > projects that I have already programmed</ strong > and plan to < b > document < i > progressively</ i > </ b > in my web portfolio.< br >
30- Some may fall in the category of < i > “Personal Projects”</ i > and others will be on < i > “Pills & Code Snippets”</ i > .
30+ Some may fall in the category of < i > “Personal Projects”</ i > and others will be on < i > “Pills & Code Snippets”</ i > .< br >
31+ About less than < b > 10%</ b > are projects that < b > < i > I still haven't done</ i > </ b > but want to tackle < b > Soon™</ b > .
3132 </ p >
3233 </ div >
3334 < div class ="cl-preview-section ">
@@ -386,6 +387,11 @@ <h1 id="pending">Pending</h1>
386387 < input class ="custom-control-input " type ="checkbox " id ="customCheckbox70 ">
387388 < label for ="customCheckbox70 " class ="custom-control-label "> Pokemon Spinda Injector</ label >
388389 </ div >
390+
391+ < div class ="custom-control custom-checkbox ">
392+ < input class ="custom-control-input " type ="checkbox " id ="customCheckbox71 ">
393+ < label for ="customCheckbox71 " class ="custom-control-label "> Unofficial Pokemon Bank for Generations 1-3</ label >
394+ </ div >
389395 </ ul >
390396 < div class ="cl-preview-section ">
391397 < h2 id ="done "> Done:</ h2 >
@@ -409,6 +415,16 @@ <h2 id="done">Done:</h2>
409415 < input class ="custom-control-input custom-control-input-success " type ="checkbox " id ="doneCheckbox4 " checked ="">
410416 < label for ="doneCheckbox4 " class ="custom-control-label "> RAM Optimizer</ label >
411417 </ div >
418+
419+ < div class ="custom-control custom-checkbox ">
420+ < input class ="custom-control-input custom-control-input-success " type ="checkbox " id ="doneCheckbox5 " checked ="">
421+ < label for ="doneCheckbox5 " class ="custom-control-label "> Wake on LAN Web Panel + REST API</ label >
422+ </ div >
423+
424+ < div class ="custom-control custom-checkbox ">
425+ < input class ="custom-control-input custom-control-input-success " type ="checkbox " id ="doneCheckbox6 " checked ="">
426+ < label for ="doneCheckbox6 " class ="custom-control-label "> Node.js Graphical Version Manager</ label >
427+ </ div >
412428 </ ul >
413429 < div class ="cl-preview-section ">
414430 < h2 id ="discarded "> Discarded:</ h2 >
@@ -438,10 +454,6 @@ <h2 id="discarded">Discarded:</h2>
438454 < h2 > In Progress:</ h2 >
439455 </ div >
440456 < ul >
441- < div class ="custom-control custom-checkbox ">
442- < input class ="custom-control-input " type ="checkbox " id ="customCheckbox34 ">
443- < label for ="customCheckbox34 " class ="custom-control-label "> Wake on LAN Web Panel + REST API</ label >
444- </ div >
445457 < div class ="custom-control custom-checkbox ">
446458 < input class ="custom-control-input custom-control-input-warning custom-control-input-outline " type ="checkbox " id ="inProgressCheck1 " checked ="" disabled >
447459 < label for ="inProgressCheck1 " class ="custom-control-label "> No article is being written at the moment</ label >
0 commit comments