fixed link at about site, work around for projects site
This commit is contained in:
parent
20eb0d1d02
commit
54e8cf9baa
3 changed files with 8 additions and 4 deletions
|
@ -51,7 +51,7 @@
|
||||||
<div class="col-3">
|
<div class="col-3">
|
||||||
<ul class="unstyled-list" style="text-align:center;">
|
<ul class="unstyled-list" style="text-align:center;">
|
||||||
<li><strong>Follow us</strong></li>
|
<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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
|
@ -298,6 +298,10 @@ header {
|
||||||
margin: 0px; /*Der Versuch den header auf projects zu reparieren: margin: 1rem 0,0 klappt aber nicht so*/
|
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 {
|
.nav ul {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<link rel="icon" type="image/ico" href="images/favicon.ico">
|
<link rel="icon" type="image/ico" href="images/favicon.ico">
|
||||||
</head>
|
</head>
|
||||||
<body style="background-color:black;">
|
<body style="background-color:black;">
|
||||||
<header>
|
<header class="headerproject">
|
||||||
<img src="img/logo.png" alt="bricabracomania logo" class="logo" />
|
<img src="img/logo.png" alt="bricabracomania logo" class="logo" />
|
||||||
<nav class="nav">
|
<nav class="nav">
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -179,7 +179,7 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h2 class="title title-cta">Order your piece now!
|
<h2 class="title title-cta">Order your piece now!
|
||||||
</h2>
|
</h2>
|
||||||
<a href="contacts" class="button button-dark">Order</a>
|
<a href="contacts.html" class="button button-dark">Order</a>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -196,7 +196,7 @@
|
||||||
<div class="col-3">
|
<div class="col-3">
|
||||||
<ul class="unstyled-list" style="text-align:center;">
|
<ul class="unstyled-list" style="text-align:center;">
|
||||||
<li><strong>Follow us</strong></li>
|
<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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Reference in a new issue