diff --git a/docs/assets/favicon.png b/docs/assets/favicon.png new file mode 100644 index 00000000..c1b6febd Binary files /dev/null and b/docs/assets/favicon.png differ diff --git a/docs/assets/local.css b/docs/assets/local.css new file mode 100644 index 00000000..ae9c403e --- /dev/null +++ b/docs/assets/local.css @@ -0,0 +1,39 @@ +/* With thanks to the excellent paperless-ngx project for the inspiration */ +/* See https://docs.paperless-ngx.com/ for more information */ + +:root > * { + --md-primary-fg-color: #2d4159; + --md-primary-fg-color--dark: #2d4159; + --md-primary-fg-color--light: #2d4159; + --md-accent-fg-color: #4e6683; + --md-typeset-a-color: #2d3159; +} + +@media (min-width: 400px) { + .grid-left { + width: 33%; + float: left; + } + + .grid-right { + width: 62%; + margin-left: 4%; + float: left; + } +} + +.grid-right > p { + margin-bottom: 2rem; +} + +.grid-left p { + margin: 0; +} + +.index-callout { + margin-right: .5rem; +} + +.clear { + clear: both; +} diff --git a/docs/assets/logo-shield-white.svg b/docs/assets/logo-shield-white.svg new file mode 100644 index 00000000..ee15c6fe --- /dev/null +++ b/docs/assets/logo-shield-white.svg @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/assets/logo.svg b/docs/assets/logo.svg new file mode 100644 index 00000000..1c09f22a --- /dev/null +++ b/docs/assets/logo.svg @@ -0,0 +1,243 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #2D4159 + #3D4756 + #A1ACBD + #4D3D26 + #7F6C54 + + + diff --git a/docs/index.md b/docs/index.md index aef29c84..b5684334 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,8 +1,22 @@ -AdminerEvo is a web-based database management interface, with a focus on -security, user experience, performance, functionality and size. +
+![image](assets/logo.svg){.index-logo} +
+
+

+AdminerEvo is a web-based database management interface, with a focus on +security, user experience, performance, functionality and size. +

+ +

It is available for download as a single self-contained PHP file, making it easy to deploy anywhere. +

+ +[Download](https://github.com/adminerevo/adminerevo){ .md-button .md-button--secondary target=\_blank } +
+ +
AdminerEvo works out of the box with MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, Elasticsearch and MongoDB. In addition, there are plugins for diff --git a/mkdocs.yml b/mkdocs.yml index baaa7cc7..a499b5b5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -5,11 +5,18 @@ nav: - Home: index.md theme: name: material + logo: assets/logo-shield-white.svg features: - navigation.tabs - navigation.top - toc.integrate - content.code.annotate + favicon: assets/favicon.png +extra_css: + - assets/local.css +markdown_extensions: + - attr_list + - md_in_html repo_url: https://github.com/adminerevo/adminerevo extra: social: