38 lines
1.6 KiB
HTML
Executable file
38 lines
1.6 KiB
HTML
Executable file
<div class="homepage__intro text-center">
|
|
<div class="container-fluid">
|
|
|
|
<p>
|
|
<a href="download/personal-edition">
|
|
<img src="img/hero.jpg" style="width: 100%; max-width: 1000px" />
|
|
</a>
|
|
</p>
|
|
|
|
<p>
|
|
Focalboard 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 <a href="https://docs.google.com/forms/d/e/1FAIpQLSdTq7M69Pdlz71CwucaSEG0FCK1M_WRvIbZbPr2imfT2QvUCQ/viewform?usp=sf_link" target="_blank" rel="noopener">let us know what you think</a>.
|
|
</p>
|
|
|
|
<p>
|
|
Focalboard 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>
|