Merge pull request 'foooter update' (#13) from test_03 into test_02
Reviewed-on: #13
This commit is contained in:
commit
36019e042e
3 changed files with 177 additions and 23 deletions
31
404.html
31
404.html
|
@ -82,15 +82,32 @@
|
||||||
<section id="sectie_footer">
|
<section id="sectie_footer">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<footer>
|
<footer>
|
||||||
<div class="footer-links">
|
|
||||||
|
<table style="width:100%">
|
||||||
|
<tr>
|
||||||
|
<td style="width:45%">
|
||||||
|
<div class="footer-links-r">
|
||||||
<ul>
|
<ul>
|
||||||
<!--- <li><a href="/">©LERMER.NL</a></Li> -->
|
<li><a href="mailto:info@lermer.nl" title="e-mail" rel="me"> <i class="fa fa-at fa-lg" aria-hidden="true"></i></a></Li>
|
||||||
<li><a href="https://git.lermer.nl/Mathijs/lermer.nl" rel="external"> <i class="fa fa-code-fork fa-lg" aria-hidden="true"></i></a></Li>
|
<li><a href="https://matrix.to/#/@mathijs:lermer.nl" title="Bericht via MATRIX" rel="me"> <i class="fa fa-matrix-org fa-lg" aria-hidden="true"></i></a></Li>
|
||||||
<li><a href="mailto:info@lermer.nl" rel="me"> <i class="fa fa-at fa-lg" aria-hidden="true"></i></a></Li>
|
<li><a href="https://mastodon.lermer.nl/@mathijs" title="Mastodon" rel="me"> <i class="fa fa-mastodon fa-lg" aria-hidden="true"></i></a></Li>
|
||||||
<li><a href="https://matrix.to/#/@mathijs:lermer.nl" rel="me"> <i class="fa fa-matrix-org fa-lg" aria-hidden="true"></i></a></Li>
|
|
||||||
<li><a href="https://mastodon.lermer.nl/@mathijs" rel="me"> <i class="fa fa-mastodon fa-lg" aria-hidden="true"></i></a></Li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
|
</td>
|
||||||
|
<td style="width:2%">
|
||||||
|
<div class="footer-links-bar">
|
||||||
|
<ul>
|
||||||
|
<li><a>|</a></Li>
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
|
<td style="width:45%">
|
||||||
|
<div class="footer-links-l">
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://git.lermer.nl/Mathijs/lermer.nl" title="GIT" rel="external"> <i class="fa fa-code-fork fa-lg" aria-hidden="true"></i></a></Li>
|
||||||
|
<li><a href="https://uptime.lermer.nl/status/0" title="Uptime"s rel="external"> <i class="fa fa-arrow-up fa-lg" aria-hidden="true"></i></a></Li>
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 80px;
|
height: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -293,6 +293,8 @@
|
||||||
|
|
||||||
/*footer*********/
|
/*footer*********/
|
||||||
|
|
||||||
|
|
||||||
|
/*footer**cernter*/
|
||||||
.footer-links{
|
.footer-links{
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
@ -336,5 +338,123 @@
|
||||||
color: #8d100e;
|
color: #8d100e;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*footer**links*/
|
||||||
|
.footer-links-l{
|
||||||
|
max-width: 800px;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
text-align: left;
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
|
.footer-links-l ul {
|
||||||
|
padding: 0px;
|
||||||
|
display: inline-block
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-links-l ul li {
|
||||||
|
display: inline-block;
|
||||||
|
padding: 15px 17px 15px 17px;
|
||||||
|
text-transform: uppercase;
|
||||||
|
border-radius: 5px;
|
||||||
|
font-size: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-links-l ul li:hover {
|
||||||
|
display: inline-block;
|
||||||
|
background-color: #374351;
|
||||||
|
text-transform: uppercase;
|
||||||
|
border-radius: 5px;
|
||||||
|
font-size: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-links-l ul li a {
|
||||||
|
text-decoration: none;
|
||||||
|
color: #D2E0F0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-links-l ul li a:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
border-radius: 5px;
|
||||||
|
color: #D2E0F0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-links-l ul li a:active {
|
||||||
|
color: #8d100e;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*footer**rechts*/
|
||||||
|
.footer-links-r{
|
||||||
|
max-width: 800px;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
text-align: right;
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
|
.footer-links-r ul {
|
||||||
|
padding: 0px;
|
||||||
|
display: inline-block
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-links-r ul li {
|
||||||
|
display: inline-block;
|
||||||
|
padding: 15px 17px 15px 17px;
|
||||||
|
text-transform: uppercase;
|
||||||
|
border-radius: 5px;
|
||||||
|
font-size: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-links-r ul li:hover {
|
||||||
|
display: inline-block;
|
||||||
|
background-color: #374351;
|
||||||
|
text-transform: uppercase;
|
||||||
|
border-radius: 5px;
|
||||||
|
font-size: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-links-r ul li a {
|
||||||
|
text-decoration: none;
|
||||||
|
color: #D2E0F0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-links-r ul li a:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
border-radius: 5px;
|
||||||
|
color: #D2E0F0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-links-r ul li a:active {
|
||||||
|
color: #8d100e;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*footer**bar*/
|
||||||
|
.footer-links-bar{
|
||||||
|
max-width: 800px;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
text-align: center;
|
||||||
|
border-radius: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-links-bar ul {
|
||||||
|
padding: 0px;
|
||||||
|
display: inline-block
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-links-bar ul li {
|
||||||
|
display: inline-block;
|
||||||
|
padding: 0px 17px 0px 17px;
|
||||||
|
text-transform: uppercase;
|
||||||
|
border-radius: 5px;
|
||||||
|
font-size: 50px;
|
||||||
|
}
|
||||||
|
.footer-links-bar ul li a {
|
||||||
|
text-decoration: none;
|
||||||
|
color: #D2E0F0;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/*uitzonderingen*********************************************************************************************************/
|
/*uitzonderingen*********************************************************************************************************/
|
||||||
|
|
||||||
|
|
31
index.html
31
index.html
|
@ -74,15 +74,32 @@
|
||||||
<section id="sectie_footer">
|
<section id="sectie_footer">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<footer>
|
<footer>
|
||||||
<div class="footer-links">
|
|
||||||
|
<table style="width:100%">
|
||||||
|
<tr>
|
||||||
|
<td style="width:45%">
|
||||||
|
<div class="footer-links-r">
|
||||||
<ul>
|
<ul>
|
||||||
<!--- <li><a href="/">©LERMER.NL</a></Li> -->
|
<li><a href="mailto:info@lermer.nl" title="e-mail" rel="me"> <i class="fa fa-at fa-lg" aria-hidden="true"></i></a></Li>
|
||||||
<li><a href="https://git.lermer.nl/Mathijs/lermer.nl" rel="external"> <i class="fa fa-code-fork fa-lg" aria-hidden="true"></i></a></Li>
|
<li><a href="https://matrix.to/#/@mathijs:lermer.nl" title="Bericht via MATRIX" rel="me"> <i class="fa fa-matrix-org fa-lg" aria-hidden="true"></i></a></Li>
|
||||||
<li><a href="mailto:info@lermer.nl" rel="me"> <i class="fa fa-at fa-lg" aria-hidden="true"></i></a></Li>
|
<li><a href="https://mastodon.lermer.nl/@mathijs" title="Mastodon" rel="me"> <i class="fa fa-mastodon fa-lg" aria-hidden="true"></i></a></Li>
|
||||||
<li><a href="https://matrix.to/#/@mathijs:lermer.nl" rel="me"> <i class="fa fa-matrix-org fa-lg" aria-hidden="true"></i></a></Li>
|
|
||||||
<li><a href="https://mastodon.lermer.nl/@mathijs" rel="me"> <i class="fa fa-mastodon fa-lg" aria-hidden="true"></i></a></Li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
|
</td>
|
||||||
|
<td style="width:2%">
|
||||||
|
<div class="footer-links-bar">
|
||||||
|
<ul>
|
||||||
|
<li><a>|</a></Li>
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
|
<td style="width:45%">
|
||||||
|
<div class="footer-links-l">
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://git.lermer.nl/Mathijs/lermer.nl" title="GIT" rel="external"> <i class="fa fa-code-fork fa-lg" aria-hidden="true"></i></a></Li>
|
||||||
|
<li><a href="https://uptime.lermer.nl/status/0" title="Uptime"s rel="external"> <i class="fa fa-arrow-up fa-lg" aria-hidden="true"></i></a></Li>
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Reference in a new issue