diff options
author | emkael <emkael@tlen.pl> | 2016-10-11 22:58:58 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-10-11 22:58:58 +0200 |
commit | 3a7f7313cc22153566a26bfd63a15483cbc5c370 (patch) | |
tree | 1253a0df5e0617894803b73c54f0b56ce848d2c4 /config | |
parent | bce0d1b5be6c015d06d216c3c76d560537043469 (diff) |
* menu items + stub for contact page
Diffstat (limited to 'config')
-rw-r--r-- | config/menu.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/config/menu.json b/config/menu.json index bf64fbc..f51115f 100644 --- a/config/menu.json +++ b/config/menu.json @@ -1,4 +1,27 @@ { "items": { + "My repositories": { + "_separator1": "Racing stuff", + "Ergast DB goodies": "https://github.com/emkael/ergast-goodies/", + "EloF1": "https://github.com/emkael/elof1/", + "_separator2": "Bridge stuff", + "Pary: bidding data": "https://github.com/emkael/jfrpary-bidding-data/", + "Pary: virtual tables": "https://github.com/emkael/jfrpary-virtual-table/", + "Teamy: patton": "https://github.com/emkael/patton/", + "RRB2txt": "https://github.com/emkael/rrb2txt/", + "BCDD": "https://github.com/emkael/bcdd/", + "Howellki": "https://github.com/emkael/howellki/", + "OSiKa": "https://github.com/emkael/osika/", + "_separator3": "", + "GitHub page": "https://github.com/emkael/" + }, + "Contributions": { + "Aktywator by michzimny": "https://github.com/emkael/aktywator/", + "Teamy quick lineup by michzimny": "https://github.com/michzimny/teamy-quick-lineup/", + "Prado PHP framework": "https://github.com/emkael/prado/", + "Yii PHP framework coding standards": "https://github.com/emkael/yii-coding-standard/" + }, + "About me / contact": "/contact/", + "Website": "https://emkael.info/" } } |