mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Website: Update social links in footer. (#13642)
Closes: #12379 Changes: - Reordered the social links in the website footer. - Added links to Fleet's LinkedIn and Mastadon - Added icons for new social links Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
This commit is contained in:
parent
1d0aa1f318
commit
fe97a59447
3 changed files with 15 additions and 11 deletions
BIN
website/assets/images/logo-linkedin-24x24@2x.png
vendored
Normal file
BIN
website/assets/images/logo-linkedin-24x24@2x.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 787 B |
BIN
website/assets/images/logo-mastadon-24x23@2x.png
vendored
Normal file
BIN
website/assets/images/logo-mastadon-24x23@2x.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
26
website/views/layouts/layout.ejs
vendored
26
website/views/layouts/layout.ejs
vendored
|
|
@ -322,23 +322,27 @@
|
|||
</div>
|
||||
|
||||
<div purpose="footer-socials" style="" class="flex-row d-inline-flex font-weight-bold order-first order-md-last justify-content-start justify-content-md-end pl-md-3 py-3">
|
||||
<a target="_blank" href="https://twitter.com/fleetctl">
|
||||
<img alt="Twitter logo" src="/images/logo-twitter-dark-25x20@2x.png" class="pr-4"/>
|
||||
<a target="_blank" href="/slack" class="mr-4">
|
||||
<img alt="Slack logo" src="/images/logo-slack-dark-20x20@2x.png"/>
|
||||
</a>
|
||||
<a target="_blank" href="https://www.youtube.com/channel/UCZyoqZ4exJvoibmTKJrQ-dQ">
|
||||
<img alt="Youtube logo" src="/images/logo-youtube-29x20@2x.png" class="pr-4"/>
|
||||
</a>
|
||||
<a target="_blank" href="/slack">
|
||||
<img alt="Slack logo" src="/images/logo-slack-dark-20x20@2x.png" class="pr-4"/>
|
||||
</a>
|
||||
<a target="_blank" href="https://github.com/fleetdm/fleet">
|
||||
<a target="_blank" href="https://github.com/fleetdm/fleet" class="mr-4">
|
||||
<img alt="GitHub logo" src="/images/logo-github-dark-24x24@2x.png" />
|
||||
</a>
|
||||
<a target="_blank" href="https://www.linkedin.com/company/fleetdm" class="mr-4">
|
||||
<img alt="LinkedIn logo" src="/images/logo-linkedin-24x24@2x.png" />
|
||||
</a>
|
||||
<a target="_blank" href="https://twitter.com/fleetctl" class="mr-4">
|
||||
<img alt="Twitter logo" src="/images/logo-twitter-dark-25x20@2x.png"/>
|
||||
</a>
|
||||
<a target="_blank" href="https://www.youtube.com/channel/UCZyoqZ4exJvoibmTKJrQ-dQ" class="mr-4">
|
||||
<img alt="Youtube logo" src="/images/logo-youtube-29x20@2x.png" />
|
||||
</a>
|
||||
<a target="_blank" href="https://mastodon.social/@Fleet@discuss.systems" class="mr-4">
|
||||
<img alt="Mastadon logo" src="/images/logo-mastadon-24x23@2x.png"/>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue