42 lines
863 B
JavaScript
42 lines
863 B
JavaScript
export default {
|
|
gitlab: {
|
|
url: 'https://gitlab.com/bloodyhealth/drip',
|
|
text: 'GitLab'
|
|
},
|
|
email: {
|
|
url: 'mailto:bloodyhealth@mailbox.org',
|
|
text: 'email'
|
|
},
|
|
wiki: {
|
|
url: 'https://gitlab.com/bloodyhealth/drip/wikis/home',
|
|
text: 'our wiki'
|
|
},
|
|
website: {
|
|
url: 'https://bloodyhealth.gitlab.io/'
|
|
},
|
|
donate: {
|
|
url: 'https://ko-fi.com/dripapp',
|
|
text: 'here'
|
|
},
|
|
smashicons: {
|
|
url: 'https://smashicons.com/',
|
|
text: 'Smashicons',
|
|
},
|
|
pause08: {
|
|
url: 'https://www.flaticon.com/authors/pause08',
|
|
text: 'Pause08',
|
|
},
|
|
kazachek: {
|
|
url: 'https://www.flaticon.com/authors/kirill-kazachek',
|
|
text: 'Kirill Kazachek',
|
|
},
|
|
freepik: {
|
|
url: 'https://www.flaticon.com/authors/freepik',
|
|
text: 'Freepik',
|
|
},
|
|
flaticon: {
|
|
url: 'https://www.flaticon.com',
|
|
text: 'Flaticon',
|
|
},
|
|
}
|