2022-04-22 20:26:40 +02:00
|
|
|
<div class="homepage__intro homepage__section">
|
|
|
|
<div class="container-fluid">
|
|
|
|
<div class="homepage-intro__text text-left">
|
|
|
|
<h1>
|
|
|
|
Project & Task Management for Software Development Teams
|
|
|
|
</h1>
|
2021-03-24 11:27:13 +01:00
|
|
|
|
|
|
|
<p>
|
2022-04-22 20:26:40 +02:00
|
|
|
Focalboard is an open source alternative to tools like Asana, Trello, and Notion. Available as a
|
|
|
|
stand-alone application or integrated into the Mattermost platform, Focalboard helps developers stay
|
|
|
|
aligned to complete tasks, reach milestones, and achieve their goals.
|
2021-03-24 11:27:13 +01:00
|
|
|
</p>
|
2022-04-22 20:26:40 +02:00
|
|
|
</div>
|
2021-03-24 11:27:13 +01:00
|
|
|
|
|
|
|
<p class="text-center">
|
2021-01-07 23:12:26 +01:00
|
|
|
<a href="download/personal-edition">
|
2022-04-22 20:26:40 +02:00
|
|
|
<img src="https://user-images.githubusercontent.com/46905241/121941290-ee355280-cd03-11eb-9b9f-f6f524e4103e.gif"
|
|
|
|
style="width: 100%; max-width: 1200px" />
|
2021-01-07 23:12:26 +01:00
|
|
|
</a>
|
|
|
|
</p>
|
2021-03-05 18:45:37 +01:00
|
|
|
{{ if .Site.Params.search.enable }}
|
2022-04-22 20:26:40 +02:00
|
|
|
<div class="homepage-search row">
|
|
|
|
<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">
|
2021-03-05 18:45:37 +01:00
|
|
|
</div>
|
2022-04-22 20:26:40 +02:00
|
|
|
</div>
|
2021-03-05 18:45:37 +01:00
|
|
|
{{ end }}
|
2022-04-22 20:26:40 +02:00
|
|
|
</div>
|
|
|
|
</div>
|