mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
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:
parent
56a9e2cf20
commit
02973ec4a2
8
website/assets/styles/layout.less
vendored
8
website/assets/styles/layout.less
vendored
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
11
website/views/layouts/layout.ejs
vendored
11
website/views/layouts/layout.ejs
vendored
@ -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">
|
||||
© 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>
|
||||
|
Loading…
Reference in New Issue
Block a user