added a donate and faq page

This commit is contained in:
2018-08-12 10:23:51 +02:00
parent 94fc84615c
commit b0f77be93d
18 changed files with 379 additions and 131 deletions
+13
View File
@@ -231,4 +231,17 @@ return [
],
'allow_regs' => env('ALLOW_REGS', true),
'funding' => [
'target_eur' => +env('FUNDING_TARGET_EUR', 60),
'period' => env('FUNDING_PERIOD', date('Y')),
'collected_eur' => +env('FUNDING_COLLECTED_EUR', 0),
],
'href' => [
'git' => 'https://git.ondrovo.com/MightyPork/datatable.directory',
'bugtracker' => 'https://git.ondrovo.com/MightyPork/datatable.directory/issues',
'feedback' => 'mailto:feedback@datatable.directory?subject=Feedback+for+datatable.directory',
],
];