0f96d49dd1
* Update README.md Add info about multilingual statuts of the app and the possibility to translate the app. * Update hero.html Add information about multilingulaity on the website Co-authored-by: Harshil Sharma <harshilsharma63@gmail.com>
59 lines
3.3 KiB
HTML
Executable file
59 lines
3.3 KiB
HTML
Executable file
<div class="homepage__intro">
|
|
<div class="container-fluid">
|
|
<div class="homepage-intro__text text-left mt-4 mb-4">
|
|
<h2>
|
|
Focalboard is an open source, multilingual, self-hosted alternative to Trello, Notion, and Asana.
|
|
</h2>
|
|
|
|
<p>
|
|
It's a project management tool that helps define, organize, track and manage work across teams, using familiar views like kanban boards, cards, calendars, and tables. Super customizable to fit your workflow.
|
|
</p>
|
|
|
|
<p>
|
|
<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="http://localhost:1313/download/personal-edition/desktop/#linux-desktop">Linux</a>.
|
|
</p>
|
|
|
|
<p>
|
|
<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>
|
|
<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>
|
|
|
|
<p class="text-center">
|
|
<a href="download/personal-edition">
|
|
<img src="https://user-images.githubusercontent.com/46905241/121941290-ee355280-cd03-11eb-9b9f-f6f524e4103e.gif" style="width: 100%; max-width: 1200px" />
|
|
</a>
|
|
</p>
|
|
|
|
<div class="homepage-intro__text">
|
|
<p>
|
|
We welcome your 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="https://github.com/mattermost/focalboard" target='_blank'>Check out the source code here</a>, and <a href="/contribute/getting-started/">contribute</a> to the future of this project.
|
|
</p>
|
|
|
|
<p>
|
|
<b>We're also hiring!</b> Focalboard was built by a passionate group here at Mattermost.
|
|
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>
|
|
|
|
{{ 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 }}
|
|
</div>
|
|
</div>
|