Skip to content

Commit

Permalink
fix: replace logo
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDevMinerTV committed Oct 23, 2023
1 parent f4f0974 commit 4745b27
Show file tree
Hide file tree
Showing 12 changed files with 96 additions and 68 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<div align=center>
<h1>LDAP Manager</h1>

<span>LDAP Manager is a web frontend and JSON RPC API that allows your users to administrate the their users they are already allowed to in your LDAP or ActiveDirectory server.</span>
<img src="./internal/web/static/logo.webp" height="256">

<span>LDAP Manager is a web frontend that allows your users to administrate the their users.</span>

</div>

Expand Down
Binary file modified internal/web/static/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified internal/web/static/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified internal/web/static/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified internal/web/static/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified internal/web/static/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified internal/web/static/favicon.ico
Binary file not shown.
Binary file modified internal/web/static/logo.webp
Binary file not shown.
Binary file modified internal/web/static/mstile-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
145 changes: 85 additions & 60 deletions internal/web/static/safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 5 additions & 6 deletions internal/web/static/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "LDAP Password Changer",
"short_name": "Password Changer",
"name": "",
"short_name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
Expand All @@ -13,8 +13,7 @@
"type": "image/png"
}
],
"theme_color": "#b8e9f4",
"background_color": "#b8e9f4",
"display": "standalone",
"orientation": "portrait"
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
4 changes: 3 additions & 1 deletion internal/web/views/login.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<form class="space-y-4 rounded-md border border-gray-600 p-8" action="/login" method="get">
<form class="w-fit space-y-4 rounded-md border border-gray-600 p-8" action="/login" method="get">
<img src="/static/logo.webp" class="w-full max-w-[256px]" />

{{ if len .flashes }}
<div class="mb-4">
{{ range .flashes }}
Expand Down

0 comments on commit 4745b27

Please sign in to comment.