root: update screenshots
This commit is contained in:
parent
7538af5e09
commit
38d9533afd
|
@ -22,8 +22,10 @@ For bigger setups, there is a Helm Chart in the `helm/` directory. This is docum
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
![](https://goauthentik.io/img/screen_apps.png)
|
Light | Dark
|
||||||
![](https://goauthentik.io/img/screen_admin.png)
|
--- | ---
|
||||||
|
![](https://goauthentik.io/img/screen_apps_light.png) | ![](https://goauthentik.io/img/screen_apps_dark.png)
|
||||||
|
![](https://goauthentik.io/img/screen_admin_light.png) | ![](https://goauthentik.io/img/screen_admin_dark.png)
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
|
|
|
@ -4,9 +4,9 @@
|
||||||
|
|
||||||
| Version | Supported |
|
| Version | Supported |
|
||||||
| ---------- | ------------------ |
|
| ---------- | ------------------ |
|
||||||
| 0.13.x | :white_check_mark: |
|
|
||||||
| 0.14.x | :white_check_mark: |
|
|
||||||
| 2021.1.x | :white_check_mark: |
|
| 2021.1.x | :white_check_mark: |
|
||||||
|
| 2021.2.x | :white_check_mark: |
|
||||||
|
| 2021.3.x | :white_check_mark: |
|
||||||
|
|
||||||
## Reporting a Vulnerability
|
## Reporting a Vulnerability
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
from urllib.parse import urlparse
|
from urllib.parse import urlparse
|
||||||
|
|
||||||
from django.http import HttpResponse
|
from django.http import HttpResponse
|
||||||
from django.shortcuts import redirect, reverse
|
from django.shortcuts import redirect
|
||||||
from django.urls import NoReverseMatch
|
from django.urls import NoReverseMatch, reverse
|
||||||
from django.utils.http import urlencode
|
from django.utils.http import urlencode
|
||||||
from structlog.stdlib import get_logger
|
from structlog.stdlib import get_logger
|
||||||
|
|
||||||
|
|
|
@ -13,5 +13,7 @@ See [Docker-compose](installation/docker-compose) or [Kubernetes](installation/k
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
![](/img/screen_apps.png)
|
Light | Dark
|
||||||
![](/img/screen_admin.png)
|
--- | ---
|
||||||
|
![](/img/screen_apps_light.png) | ![](/img/screen_apps_dark.png)
|
||||||
|
![](/img/screen_admin_light.png) | ![](/img/screen_admin_dark.png)
|
||||||
|
|
|
@ -100,7 +100,7 @@ function Home() {
|
||||||
<div className="row">
|
<div className="row">
|
||||||
<div className="col col--5">
|
<div className="col col--5">
|
||||||
<div>
|
<div>
|
||||||
<img className={styles.featureImage} src={useBaseUrl('img/screen_apps.png')} alt="library screenshot"/>
|
<img className={styles.featureImage} src={useBaseUrl('img/screen_apps_light.png')} alt="library screenshot"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="col col--5 col--offset-2 padding-vert--xl">
|
<div className="col col--5 col--offset-2 padding-vert--xl">
|
||||||
|
@ -131,7 +131,7 @@ function Home() {
|
||||||
</div>
|
</div>
|
||||||
<div className="col col--5">
|
<div className="col col--5">
|
||||||
<div>
|
<div>
|
||||||
<img className={styles.featureImage} src={useBaseUrl('img/screen_admin.png')} alt="library screenshot" />
|
<img className={styles.featureImage} src={useBaseUrl('img/screen_admin_light.png')} alt="library screenshot" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 331 KiB |
Binary file not shown.
After Width: | Height: | Size: 399 KiB |
Binary file not shown.
After Width: | Height: | Size: 382 KiB |
Binary file not shown.
Before Width: | Height: | Size: 534 KiB |
Binary file not shown.
After Width: | Height: | Size: 747 KiB |
Binary file not shown.
After Width: | Height: | Size: 747 KiB |
Reference in New Issue