2022-06-20 00:05:55 +00:00
|
|
|
---
|
|
|
|
title: "Branding"
|
|
|
|
description: "This guide highlights information about Authelia's branding assets"
|
|
|
|
lead: "This guide highlights information about Authelia's branding assets."
|
|
|
|
date: 2022-05-31T11:13:56+10:00
|
|
|
|
draft: false
|
|
|
|
images: []
|
|
|
|
menu:
|
|
|
|
reference:
|
|
|
|
parent: "guides"
|
|
|
|
weight: 220
|
|
|
|
toc: true
|
|
|
|
---
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
The images are currently licensed under the same [Apache 2.0](https://github.com/authelia/authelia/blob/master/LICENSE)
|
2022-06-20 08:13:49 +00:00
|
|
|
as everything else in the repository. It is kindly requested however that with all of our branding that users only make
|
|
|
|
modifications that are in harmony with the following rules which are not intended to restrict usage unreasonably and are
|
|
|
|
only intended to preserve the Authelia branding identity:
|
|
|
|
|
|
|
|
1. They do not unreasonably alter the quality of the branding:
|
|
|
|
- Image size changes should be done only when the size is appropriate for the intended display scenario.
|
|
|
|
- Compression should not be applied overly aggressively for the intended display scenario.
|
|
|
|
2. The changes do not unreasonably alter the design of the branding and should fit one or more of the following
|
|
|
|
categories:
|
|
|
|
- Layout
|
|
|
|
- Format
|
|
|
|
|
|
|
|
Examples of changes which fit these categories include:
|
2022-06-20 00:05:55 +00:00
|
|
|
|
|
|
|
- Adjusting the Spacing Around Images
|
|
|
|
- Adjusting the Size of the Images
|
2022-06-20 08:13:49 +00:00
|
|
|
- Saving the Images in Another Format
|
|
|
|
- Saving the Images with a Different Compression
|
2022-06-20 00:05:55 +00:00
|
|
|
|
|
|
|
If you have a particular adjustment you'd like to make that does not fit within these categories we kindly request that
|
2022-06-20 08:13:49 +00:00
|
|
|
you discuss it with the team in advance. It is likely that all reasonable requests will be added to this list in some
|
|
|
|
way.
|
2022-06-20 00:05:55 +00:00
|
|
|
|
|
|
|
## Location
|
|
|
|
|
|
|
|
The assets utilized for branding Authelia can be found in the below locations.
|
|
|
|
|
|
|
|
### Logo
|
|
|
|
|
|
|
|
The logo is just the Authelia circle logo without any text.
|
|
|
|
|
|
|
|
#### Logo Files
|
|
|
|
|
|
|
|
[PSD](https://www.authelia.com/images/branding/logo.psd) | [SVG](https://www.authelia.com/images/branding/logo.svg) | [PNG](https://www.authelia.com/images/branding/logo.png)
|
|
|
|
|
|
|
|
#### Logo Example
|
|
|
|
|
|
|
|
{{< figure src="/images/branding/logo.svg" link="/images/branding/logo.svg" target="_blank" alt="Authelia Logo" height="150" >}}
|
|
|
|
|
|
|
|
### Title
|
|
|
|
|
|
|
|
The title is the Authelia circle logo with the `authelia` branded text.
|
|
|
|
|
|
|
|
#### Title Files
|
|
|
|
|
|
|
|
[PSD](https://www.authelia.com/images/branding/title.psd) | [SVG](https://www.authelia.com/images/branding/title.svg) | [PNG](https://www.authelia.com/images/branding/title.png)
|
|
|
|
|
|
|
|
#### Title Example
|
|
|
|
|
|
|
|
{{< figure src="/images/branding/title.svg" link="/images/branding/title.svg" target="_blank" alt="Authelia Title" height="150" >}}
|
|
|
|
|