focalboard/website/site/layouts/partials/hero.html

58 lines
3.1 KiB
HTML
Raw Normal View History

2021-03-24 11:27:13 +01:00
<div class="homepage__intro">
2021-01-07 23:12:26 +01:00
<div class="container-fluid">
2021-03-24 11:27:13 +01:00
<div class="homepage-intro__text text-left mt-4 mb-4">
<h2>
2022-02-03 21:55:26 +01:00
Focalboard: Project Tracking for Software Development Teams
2021-03-24 11:27:13 +01:00
</h2>
<p>
2022-02-03 21:55:26 +01:00
Focalboard helps your software development team stay aligned to complete tasks, reach milestones, and achieve goals.
Plan every project and hit every milestone with this open source alternative to tools like Asana, Trello, and Notion.
2021-03-24 11:27:13 +01:00
</p>
<p>
2022-02-03 21:55:26 +01:00
<b>For Teams</b>: Check out <a href="https://mattermost.com/boards/">Mattermost Boards</a> with integrated collaboration, for <a href="https://customers.mattermost.com/cloud/signup?utm_source=focalboard&utm_campaign=focalboard">cloud</a> or <a href="https://mattermost.com/deploy/?utm_source=focalboard&utm_campaign=focalboard">self-hosted</a>.
</p>
<p>
2022-03-22 23:11:03 +01:00
<b>For Individuals</b>: Get <a href="download/personal-edition/desktop/">Personal Desktop</a>, a stand-alone single-user app for <a href="https://apps.apple.com/app/apple-store/id1556908618?pt=2114704&ct=website&mt=8">Mac</a>, <a href="https://www.microsoft.com/store/apps/9NLN2T0SX9VF?cid=website">Windows</a>, and <a href="download/personal-edition/desktop/#linux-desktop">Linux</a>.
</p>
<p>
<b>For Developers</b>: Fork the source code on <a href="https://github.com/mattermost/focalboard">GitHub</a> and install <a href="download/personal-edition/ubuntu/">personal server</a> for development.
</p>
</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">
2021-06-14 20:58:25 +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-24 11:27:13 +01:00
<div class="homepage-intro__text">
<p>
2022-02-03 21:55:26 +01:00
Focalboard is open source! <a href="https://github.com/mattermost/focalboard" target='_blank'>Check out the source code</a> on GitHub, and contribute to the future of this project.
Join the discussion on the <a href="https://community.mattermost.com">Mattermost community</a> to interact with other Mattermost and Focalboard contributors and users.
2021-03-24 11:27:13 +01:00
</p>
2021-12-06 19:25:38 +01:00
<p>
2022-02-03 21:55:26 +01:00
Mattermost is hiring! Focalboard was built by a passionate group of developers at Mattermost.
2021-12-06 19:25:38 +01:00
We're looking for more talented engineers, designers, product managers, and other roles to join our rapidly growing team.
Find out more on our <a href="https://mattermost.com/careers/?utm_source=focalboard" target="_blank">careers page</a>.
</p>
</div>
2021-01-07 23:12:26 +01:00
2021-03-05 18:45:37 +01:00
{{ if .Site.Params.search.enable }}
<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">
</div>
</div>
{{ end }}
2021-01-07 23:12:26 +01:00
</div>
</div>