This is an automated email from the ASF dual-hosted git repository. humbedooh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
commit 768787949d5ccd0f26486a8755a645ded70219dd Author: Daniel Gruno <[email protected]> AuthorDate: Mon Mar 29 15:09:42 2021 +0200 switch out logo with foal one --- webui/images/logo.png | Bin 0 -> 31729 bytes webui/index.html | 2 +- webui/list.html | 2 +- webui/oauth.html | 2 +- webui/thread.html | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) diff --git a/webui/images/logo.png b/webui/images/logo.png new file mode 100644 index 0000000..61866c0 Binary files /dev/null and b/webui/images/logo.png differ diff --git a/webui/index.html b/webui/index.html index 8ee5d9b..cc57204 100644 --- a/webui/index.html +++ b/webui/index.html @@ -39,7 +39,7 @@ the License. --> </head> <body onload="prime_list_index();"> <div style="text-align: center; margin: 10px auto;"> - <img src="images/logo_large.png" style="width: 128px;"/><br/> + <img src="images/logo.png" style="width: 320px;"/><br/> <h2>Mail Archives</h2> <h4>Pick a list domain to start browsing emails:</h4> </div> diff --git a/webui/list.html b/webui/list.html index a3b77a9..aa5fea0 100644 --- a/webui/list.html +++ b/webui/list.html @@ -45,7 +45,7 @@ the License. --> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header collapse navbar-collapse"> - <a class="navbar-brand" href="./" onclick="location.href='./';"><span><img src="images/logo_large.png" style="margin-top: -10px !important;" height="30" width="32"/> <span class='hidden-xs title'>Pony Mail!</span></a> + <a class="navbar-brand" href="./" onclick="location.href='./';"><span><img src="images/foal.png" style="margin-top: -10px !important;" height="30"/> <span class='hidden-xs title'>Pony Mail</span></a> </div> diff --git a/webui/oauth.html b/webui/oauth.html index 2d9903c..0def458 100644 --- a/webui/oauth.html +++ b/webui/oauth.html @@ -26,7 +26,7 @@ <div class="row"> <div id="bread" class="col-md-12" style="text-align: center"> - <img src="images/logo_large.png" width="256" height="256"/><br/> + <img src="images/logo.png" style="width: 320px;"/><br/> <p> <h3>Log in using one of the following identity providers:</h3> <br/> diff --git a/webui/thread.html b/webui/thread.html index c3416b5..33df391 100644 --- a/webui/thread.html +++ b/webui/thread.html @@ -44,7 +44,7 @@ the License. --> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header collapse navbar-collapse"> - <a class="navbar-brand" href="./"><span><img src="images/logo_large.png" style="margin-top: -10px !important;" height="30" width="32"/> <span class='hidden-xs title'>Pony Mail!</span></a> + <a class="navbar-brand" href="./"><span><img src="images/foal.png" style="margin-top: -10px !important;" height="30"/> <span class='hidden-xs title'>Pony Mail!</span></a> </div>
