1
0
Fork 0
mirror of https://github.com/RaspbianFrance/raspisms.git synced 2025-05-02 06:16:27 +02:00

updatre logo and footer

This commit is contained in:
osaajani 2020-04-16 03:23:54 +02:00
parent dc041a611a
commit 7133704bf6
5 changed files with 26 additions and 6 deletions

View file

@ -71,8 +71,17 @@ footer
{ {
color: #aaaaaa; color: #aaaaaa;
font-size: 0.8em; font-size: 0.8em;
padding-top: 1em; padding-top: 50px;
padding-bottom: 0.3em; padding-bottom: 25px;
line-height: 2em;
}
footer img
{
width: 100px;
display: inline-block;
margin-bottom: 15px;
opacity: 0.7;
} }
/** GROUPES **/ /** GROUPES **/
@ -121,6 +130,16 @@ footer
} }
/** MENU **/ /** MENU **/
.logo
{
height: 100%;
}
.navbar-brand
{
padding: 13px 15px;
}
.navbar .navbar
{ {
border: none; border: none;

Binary file not shown.

Before

(image error) Size: 40 KiB

After

(image error) Size: 2 KiB

Before After
Before After

BIN
assets/img/logo.png Normal file

Binary file not shown.

After

(image error) Size: 2.4 KiB

View file

@ -1,6 +1,7 @@
<footer class="text-center"> <footer class="text-center">
RaspiSMS a été créé pour vous par le site <a href="https://raspberry-pi.fr">Raspberry Pi FR</a>, site dédié à la Raspberry Pi<br/> <img src="<?= HTTP_PWD_IMG; ?>/logo.png"/><br/>
Copyright 2014-<?= date('Y'); ?>. RaspiSMS est un programme sous <a href="https://www.gnu.org/licenses/gpl.txt" rel="nofollow">licence GNU GPL V3</a>.<br/> Copyright 2014-<?= date('Y'); ?> - RaspiSMS est un logiciel libre distribué sous <a href="https://www.gnu.org/licenses/gpl.txt">licence GNU GPL V3</a>.<br/>
RaspiSMS est disponible en auto-hébergement, ou <a href="https://raspisms.fr">en mode SaaS</a>.
</footer> </footer>
<?php if ($_SESSION['user']['settings']['sms_reception_sound'] ?? false) { ?> <?php if ($_SESSION['user']['settings']['sms_reception_sound'] ?? false) { ?>

View file

@ -8,7 +8,7 @@
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
</button> </button>
<a class="navbar-brand" href="<?php echo \descartes\Router::url('Dashboard', 'show'); ?>">RaspiSMS</a> <a class="navbar-brand" href="<?php echo \descartes\Router::url('Dashboard', 'show'); ?>"><img class="logo" src="<?= HTTP_PWD_IMG; ?>/logo.png" alt="RaspiSMS" /></a>
</div> </div>
<!-- Top Menu Items --> <!-- Top Menu Items -->