Skip to content

Commit

Permalink
Add careers link to website (#1927)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenilim committed Dec 6, 2021
1 parent 408d26a commit 2351adc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions website/site/layouts/partials/footer.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<footer class="text-center">
<div class="container-fluid">
<div class="footer__copyright">© Mattermost, Inc. All Rights Reserved.</div>
<div class="footer__item"><a href="https://mattermost.com/careers/?utm_source=focalboard" target="_blank">Join the team, we're hiring!</a></div>
<div class="footer__icons">
<a href="{{ .Site.Params.footer.facebook }}" target="_blank" rel="noopener noreferrer" class="btn-primary"><i class="fa fa-facebook"></i></a>
<a href="{{ .Site.Params.footer.twitter }}" target="_blank" rel="noopener noreferrer" class="btn-primary"><i class="fa fa-twitter"></i></a>
Expand Down
8 changes: 7 additions & 1 deletion website/site/layouts/partials/hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,13 @@ <h2>
<p>
Focalboard is open source! <a href="https://github.com/mattermost/focalboard" target='_blank'>Check out the source code here</a>, and contribute to the future of this project.
</p>
</div>

<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">
Expand Down
5 changes: 1 addition & 4 deletions website/site/static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -3213,11 +3213,8 @@ footer {
padding: 50px 0 40px;
}

.footer__copyright {
margin-bottom: 2em;
}

.footer__icons a {
margin-top: 2em;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
Expand Down

0 comments on commit 2351adc

Please sign in to comment.