soundbirder/views/about.pug
2024-01-08 23:02:04 +01:00

9 lines
290 B
Plaintext
Executable File

extends layout.pug
block content
p #{ __('SoundBirder is an open-source web application to learn bird song identification. It is based on bird records from Xeno-Canto and data from eBird.') }
h2 #{ __('Author') }
p #{ __('The project is made with ♥ by Samuel Ortion.') }