File tree Expand file tree Collapse file tree 4 files changed +9
-0
lines changed
static/img/showcase/authme-lite Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,12 @@ const projects = [
5353 link : 'https://github.com/kickstartcoding/debug_trainer_app' ,
5454 screenshots : [ '0.png' ] . map ( ( image ) => imgPath + 'debug-trainer/' + image ) ,
5555 } ,
56+ {
57+ title : 'Authme Lite' ,
58+ image : imgPath + 'authme-lite/logo.png' ,
59+ link : 'https://github.com/Levminer/authme-lite' ,
60+ screenshots : [ '0.png' ] . map ( ( image ) => imgPath + 'authme-lite/' + image ) ,
61+ } ,
5662]
5763
5864const customStyles = {
Original file line number Diff line number Diff line change 281281 },
282282 {
283283 "description" : " Reversably introduce bugs into your code so that you can safely practice debugging."
284+ },
285+ {
286+ "description" : " A lite and simple two-factor authentication app for desktop."
284287 }
285288 ],
286289 "yourProject" : " Your project" ,
You can’t perform that action at this time.
0 commit comments