From 3a7f7313cc22153566a26bfd63a15483cbc5c370 Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 11 Oct 2016 22:58:58 +0200 Subject: * menu items + stub for contact page --- config/menu.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'config') 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/" } } -- cgit v1.2.3