1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-24 13:43:12 +02:00
focalboard/website/site/layouts/partials/hero.html
emily dela cruz 5cd2c5116f
Marketing/website redesign (#2881)
* Focalboard website revamp work

* Removed alternate grey footer

* Update Contribute link and general styles

* Updated homepage images

* Update image src and alt for homepage

* Update nav items and general styles

* Fix menu items for focalboard.com internal pages

* Update README with asset versioning notes. Update URLs in footer. Update asset versions in query strings.

Co-authored-by: Jared <jared@presentlogic.com>
Co-authored-by: Jared Thomas <jared.thomas@ela1.com>
2022-04-22 11:26:40 -07:00

33 lines
1.2 KiB
HTML
Executable File

<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>
<p>
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.
</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>
{{ 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>