focalboard/website/site/layouts/partials/hero.html
2021-01-11 11:33:53 -08:00

39 lines
1.4 KiB
HTML
Executable File

<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>
Matternote is an easy-to-use project management system, perfect for organizing your personal todos or running team projects.
</p>
<p>
It can run as a standalone desktop app or self-hosted on your own server, so your information never leaves your control.
</p>
<p>
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.
</p>
<p>
Matternote is open source! <a href="contribute/getting-started/">Check out the source code here</a>, and contribute to the future of this project.
</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>