File tree Expand file tree Collapse file tree 3 files changed +34
-6
lines changed
Expand file tree Collapse file tree 3 files changed +34
-6
lines changed Original file line number Diff line number Diff line change 363363 " learning" ,
364364 " css"
365365 ],
366- "title" : " <b>Kanji Trainer</b>" ,
366+ "title" : " <b>Kanji Trainer Web </b>" ,
367367 "url" : " https://elmodo7.github.io/personal_projects/Kanji%20Trainer" ,
368368 "page" : " "
369+ },
370+ {
371+ "badges" : [
372+ {
373+ "color" : " badge-success" ,
374+ "name" : " AutoHotkey"
375+ },
376+ {
377+ "color" : " badge-primary" ,
378+ "name" : " Windows"
379+ }
380+ ],
381+ "date" : " 2024/12/04" ,
382+ "description" : " QoL tweaks for <b>Alguimist's Kanji training tool</b>" ,
383+ "id" : 8 ,
384+ "img" : " static/img/personal_projects/kaizen_improved.jpg" ,
385+ "ribbon" : {
386+ "color" : " bg-success" ,
387+ "name" : " Public"
388+ },
389+ "tags" : [
390+ " ahk" ,
391+ " windows" ,
392+ " languages"
393+ ],
394+ "title" : " <b>Kanji Trainer Desktop</b>" ,
395+ "url" : " https://github.com/elModo7/Kaizen-Improved" ,
396+ "page" : " "
369397 }
370398]
Original file line number Diff line number Diff line change @@ -188,11 +188,6 @@ <h1 id="pending">Pending</h1>
188188 < label for ="customCheckbox30 " class ="custom-control-label "> GitHub Star Notifier</ label >
189189 </ div >
190190
191- < div class ="custom-control custom-checkbox ">
192- < input class ="custom-control-input " type ="checkbox " id ="customCheckbox31 ">
193- < label for ="customCheckbox31 " class ="custom-control-label "> Kaizen</ label >
194- </ div >
195-
196191 < div class ="custom-control custom-checkbox ">
197192 < input class ="custom-control-input " type ="checkbox " id ="customCheckbox32 ">
198193 < label for ="customCheckbox32 " class ="custom-control-label "> Nihongo Master</ label >
@@ -430,6 +425,11 @@ <h2 id="done">Done:</h2>
430425 < input class ="custom-control-input " type ="checkbox " id ="doneCheckbox7 ">
431426 < label for ="doneCheckbox7 " class ="custom-control-label "> Japanese Kanji Trainer Web</ label >
432427 </ div >
428+
429+ < div class ="custom-control custom-checkbox ">
430+ < input class ="custom-control-input custom-control-input-success " type ="checkbox " id ="doneCheckbox8 " checked ="">
431+ < label for ="doneCheckbox8 " class ="custom-control-label "> Kaizen Improved</ label >
432+ </ div >
433433 </ ul >
434434 < div class ="cl-preview-section ">
435435 < h2 id ="discarded "> Discarded:</ h2 >
You can’t perform that action at this time.
0 commit comments