fleet/website/assets/images/permanent
gillespi314 86687a80cc
Add query author avatar; format last modified time (#2898)
Co-authored-by: Luke Heath <luke@fleetdm.com>
2021-11-12 16:45:53 -06:00
..
fleet-logo-blue-118x41@2x.png Update email template image links (#1938) 2021-09-03 17:00:30 -05:00
fleet-mark-color-40x40@2x.png Update email template image links (#1938) 2021-09-03 17:00:30 -05:00
icon-avatar-default-128x128-2x.png Add query author avatar; format last modified time (#2898) 2021-11-12 16:45:53 -06:00
README.md FleetUI: Update Avatar component (#1880) 2021-09-02 12:12:42 -05:00
slack-logo-41x40@2x.png Update email template image links (#1938) 2021-09-03 17:00:30 -05:00
twitter-logo-50x40@2x.png Update email template image links (#1938) 2021-09-03 17:00:30 -05:00

images/permanent/

Permanent static images

These images are made available in this particular folder to guarantee that their URLs will be accessible on the internet forever. (Or as close to that as we can.) We'll be careful to never change these URLs, lest we break images for folks.

Why put these in a separate folder? Just to make it harder to accidentally break the URLs by moving these images around, deleting them, or renaming them. If we want to deprecate one of these images, set up an appropriate redirect for it in config/routes.js.

Adding an image

To add an image, simply add an image to this folder using Fleet's standard image naming convention:

For example:

images/permanent/icon-avatar-default-128x128-2x.png

Then, after merging, your image will be available from anywhere that can talk to the public internet!

For example:

<img alt="An unbreakable image of a lovely default avatar." src="https://fleetdm.com/images/permanent/icon-avatar-default-128x128-2x.png"/>