website-add-jobs-link (#737)

* website-add-jobs-link

Add jobs link to the footer.
Also fixed up some padding issues in the footer at tablet and mobile breakpoints.

* Update layout.less
This commit is contained in:
Mike Thomas 2021-05-08 06:19:55 +09:00 committed by GitHub
parent 56a9e2cf20
commit 02973ec4a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 9 deletions

View File

@ -219,19 +219,19 @@ body.detected-mobile {
@media (max-width: 1199px) {
[purpose='page-wrap'] {
padding-bottom: 230px;
padding-bottom: 260px;
[purpose='page-footer'] {
height: 230px;
height: 260px;
}
}
}
@media (max-width: 767px) {
[purpose='page-wrap'] {
padding-bottom: 360px;
padding-bottom: 380px;
[purpose='page-footer'] {
padding-top: 44px;
height: 360px;
height: 380px;
}
}
}

View File

@ -149,16 +149,17 @@
</div>
</div>
<div class="row flex-row-reverse">
<div style="font-family: 'Lato', sans-serif; font-size: 13px;" class="col-md text-center text-md-right pt-0 pt-md-3 pt-xl-0 mb-1 mb-md-0">
<div style="font-family: 'Lato', sans-serif; font-size: 13px;" class="col-md text-center text-xl-right pt-0 pb-3 pt-xl-0 mb-1 mb-md-0">
<a href="https://github.com/fleetdm/fleet/tree/master/docs" style="color: #fff; text-decoration: underline;" class="mr-1">Documentation</a>
<a target="_blank" href="https://github.com/fleetdm/fleet" style="color: #fff; text-decoration: underline;">Contribute</a>
<a target="_blank" href="https://github.com/fleetdm/fleet" style="color: #fff; text-decoration: underline;" class="mr-1">Contribute</a>
<a target="_blank" href="https://fleetdm.com/apply" style="color: #fff; text-decoration: underline;">Jobs at Fleet</a>
</div>
<div class="col-md-8 col-lg-9">
<div class="col-xl-9">
<div style="font-family: 'Lato', sans-serif; font-size: 13px;" class="row">
<div class="col-xl-4 text-center text-md-left">
<div class="col-xl-4 text-center text-xl-left">
&copy; 2021 Fleet Device Management Inc.
</div>
<div class="col-xl-8 text-center text-md-left text-xl-center px-xl-0">
<div class="col-xl-8 text-center text-xl-left px-xl-0">
All trademarks, service marks, and company names are the property of their respective owners.
</div>
</div>