15 changed files with 285 additions and 88 deletions
@ -0,0 +1,41 @@ |
|||
|
|||
<footer> |
|||
<div class="container"> |
|||
<div class="row"> |
|||
<div class="col-12 col-sm-4 col-md-2 my-2 logo-container"> |
|||
<img class="footer-logo" src="<?php echo $BASE_URLs;?>/images/header.png"> |
|||
</div> |
|||
<div class="col-12 col-sm-4 col-md-3 text-white font-10 my-2 bl"> |
|||
<p> |
|||
Via Settimio Mobilio, 17 - 84127 SALERNO <br> |
|||
Tel 089.405080 089.795900 - Fax 089.798628 <br> |
|||
E-Mail: ordinefarmacistisa@pec.fofi.it |
|||
</p> |
|||
</div> |
|||
|
|||
<div class="col-12 col-sm-4 col-md-3 text-white font-10 my-2 bl"> |
|||
<p> |
|||
Codice Fiscale: 80048490652<br> |
|||
C.C. Postale: 39419031<br> |
|||
Codice IBAN: IT43T0760115200000039419031 |
|||
</p> |
|||
</div> |
|||
|
|||
<div class="col-sm-4 d-none d-sm-block d-md-none"></div> |
|||
|
|||
<div class="col-12 col-sm-8 col-md-4 d-none d-sm-block my-2 px-0"> |
|||
<div class="footermenu"> |
|||
<ul> |
|||
<li><a href="<?php echo $BASE_URLs;?>/home">Home</a></li> |
|||
<li><a href="<?php echo $BASE_URLs;?>/consiglio-direttivo">Consiglio</a></li> |
|||
<li><a href="<?php echo $BASE_URLs;?>/albo">Albo</a></li> |
|||
<li><a href="<?php echo $BASE_URLs;?>/farmacie">Farmacie</a></li> |
|||
<li><a href="<?php echo $BASE_URLs;?>/parafarmacie">Parafarmacie</a></li> |
|||
<li><a href="<?php echo $BASE_URLs;?>/contatti">Contatti</a></li> |
|||
</ul> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
|
|||
</footer> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,49 @@ |
|||
|
|||
footer{ |
|||
position: relative; |
|||
background: $green; |
|||
padding: 20px 0; |
|||
width: 100%; |
|||
text-align: center; |
|||
|
|||
.footer-logo{ |
|||
max-height: 60px; |
|||
max-width: 90%; |
|||
} |
|||
|
|||
|
|||
.footermenu{ |
|||
display: inline-block; |
|||
width: 100%; |
|||
border-top: 1px dotted $light-grey; |
|||
padding-top: 20px; |
|||
text-transform: uppercase; |
|||
|
|||
ul{ |
|||
text-align: left; |
|||
font-size: $font-12; |
|||
margin: 0; |
|||
padding: 0; |
|||
|
|||
li{ |
|||
padding: 0 10px; |
|||
display: block; |
|||
border: none; |
|||
width: 50%; |
|||
float: left; |
|||
|
|||
a{ |
|||
color: white; |
|||
background: none; |
|||
display: block; |
|||
padding: 3px; |
|||
|
|||
&:hover{ |
|||
color: $alpha; |
|||
} |
|||
} |
|||
} |
|||
} |
|||
} |
|||
|
|||
} |
@ -1 +1,17 @@ |
|||
// 1024up |
|||
|
|||
|
|||
footer{ |
|||
|
|||
.logo-container{ |
|||
text-align: left; |
|||
} |
|||
|
|||
.footer-logo, |
|||
p{ |
|||
position: absolute; |
|||
top: 50%; |
|||
transform: translateY(-50%); |
|||
text-align: left; |
|||
} |
|||
} |
|||
|
Loading…
Reference in new issue