fixed link at about site, work around for projects site

This commit is contained in:
fr34k 2020-10-13 11:42:45 +02:00
parent 20eb0d1d02
commit 54e8cf9baa
3 changed files with 8 additions and 4 deletions

View file

@ -51,7 +51,7 @@
<div class="col-3">
<ul class="unstyled-list" style="text-align:center;">
<li><strong>Follow us</strong></li>
<a href="https://www.facebook.com/bricabracomania" target="popup"><img src="/images/fb.png" style ="width:50px; height:50px;"/></a> <a href="https://www.etsy.com/shop/BricabracomaniaCraft" target="popup"><img src="/images/etsy.png" style ="width:50px; height:50px;"/></a> <a href="https://www.instagram.com/bricabracomania_metalworks" target="popup"><img src="/images/instagram.png" style ="width:50px; height:50px;"/></a>
<a href="https://www.facebook.com/bricabracomania" target="popup"><img src="images/fb.png" style ="width:50px; height:50px;"/></a> <a href="https://www.etsy.com/shop/BricabracomaniaCraft" target="popup"><img src="images/etsy.png" style ="width:50px; height:50px;"/></a> <a href="https://www.instagram.com/bricabracomania_metalworks" target="popup"><img src="images/instagram.png" style ="width:50px; height:50px;"/></a>
</ul>
</div>
</footer>

View file

@ -298,6 +298,10 @@ header {
margin: 0px; /*Der Versuch den header auf projects zu reparieren: margin: 1rem 0,0 klappt aber nicht so*/
}
.headerproject {
position: relative !important; /* Nicht schön, aber funktioniert*/
}
.nav ul {
margin: 0;
padding: 0;

View file

@ -8,7 +8,7 @@
<link rel="icon" type="image/ico" href="images/favicon.ico">
</head>
<body style="background-color:black;">
<header>
<header class="headerproject">
<img src="img/logo.png" alt="bricabracomania logo" class="logo" />
<nav class="nav">
<ul>
@ -179,7 +179,7 @@
<div class="container">
<h2 class="title title-cta">Order your piece now!
</h2>
<a href="contacts" class="button button-dark">Order</a>
<a href="contacts.html" class="button button-dark">Order</a>
</div>
</section>
@ -196,7 +196,7 @@
<div class="col-3">
<ul class="unstyled-list" style="text-align:center;">
<li><strong>Follow us</strong></li>
<a href="https://www.facebook.com/bricabracomania" target="popup"><img src="/images/fb.png" style ="width:50px; height:50px;"/></a> <a href="https://www.etsy.com/shop/BricabracomaniaCraft" target="popup"><img src="/images/etsy.png" style ="width:50px; height:50px;"/></a> <a href="https://www.instagram.com/bricabracomania_metalworks" target="popup"><img src="/images/instagram.png" style ="width:50px; height:50px;"/></a>
<a href="https://www.facebook.com/bricabracomania" target="popup"><img src="images/fb.png" style ="width:50px; height:50px;"/></a> <a href="https://www.etsy.com/shop/BricabracomaniaCraft" target="popup"><img src="images/etsy.png" style ="width:50px; height:50px;"/></a> <a href="https://www.instagram.com/bricabracomania_metalworks" target="popup"><img src="images/instagram.png" style ="width:50px; height:50px;"/></a>
</ul>
</div>
</footer>