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:
Eric 2023-09-01 17:01:16 -05:00 committed by GitHub
parent 1d0aa1f318
commit fe97a59447
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 11 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 787 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -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>