2021-01-07 23:12:26 +01:00
< div class = "homepage__intro text-center" >
< div class = "container-fluid" >
< p >
< a href = "download/personal-edition" >
< img src = "img/hero.png" style = "max-height: 500px;" / >
< / a >
< / p >
< p >
2021-01-11 20:33:53 +01:00
Matternote is an easy-to-use project management system, perfect for organizing your personal todos or running team projects.
2021-01-07 23:12:26 +01:00
< / p >
< p >
2021-01-11 20:33:53 +01:00
It can run as a standalone desktop app or self-hosted on your own server, so your information never leaves your control.
2021-01-07 23:12:26 +01:00
< / p >
< p >
2021-01-11 20:33:53 +01:00
We're currently in early-access beta, and are looking for feedback. So please < a href = "download/personal-edition/" > download it today< / a > and let us know what you think.
2021-01-07 23:12:26 +01:00
< / p >
< p >
2021-01-11 20:33:53 +01:00
Matternote is open source! < a href = "contribute/getting-started/" > Check out the source code here< / a > , and contribute to the future of this project.
2021-01-07 23:12:26 +01:00
< / p >
< div class = "homepage-search row" >
{{ if .Site.Params.search.enable }}
< div class = "homepage-search__input col-sm-9" >
< img src = "img/search-icon.svg" width = "24px" height = "24px" alt = "Search icon" >
< input type = "text" class = "transparent" placeholder = "Search developer documentation" >
< / div >
< div class = "homepage-search__button col-sm-3" >
< input type = "button" class = "btn btn-white btn-shadow form-control" value = "Get Started" >
< / div >
{{ end }}
< / div >
< / div >
< / div >