commit 8bb4af6a198b062de1378805b5c9cee404a15d27 parent ced7a36fa834a56c22309c88605da8ce3022db8f Author: Vincent Forest <vincent.forest@meso-star.com> Date: Wed, 6 Dec 2017 16:33:43 +0100 Add a footer to the web pages Diffstat:
| M | meso-menu.sh | | | 5 | +++++ |
| M | meso.css | | | 17 | +++++++++++++++++ |
2 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/meso-menu.sh b/meso-menu.sh @@ -200,6 +200,11 @@ print_header() { print_footer() { echo '</div>' # content + echo "<div id=footer>" + echo "Phone: +33561556830 | " + echo "<a href="mailto:contact@meso-star.com">Email us</a> | " + echo "© |Méso|Star> 2015-2017" + echo "</div>" echo '</body>' } diff --git a/meso.css b/meso.css @@ -256,6 +256,23 @@ hr { } /******************************************************************************* + * Footer + ******************************************************************************/ +#footer { + text-align: left; + clear: both; + color: #777; + padding: 1.0em 0em 0em 2em; + font-size: 8pt; +} + +#footer a { + color: #333333; + font-weight: normal; + text-decoration: none; +} + +/******************************************************************************* * Table ******************************************************************************/ td {