develop #17
3 changed files with 19 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
||||||
"samuel-p"
|
"samuel-p"
|
||||||
],
|
],
|
||||||
"baseBranches": [
|
"baseBranches": [
|
||||||
"master"
|
"develop"
|
||||||
],
|
],
|
||||||
"rangeStrategy": "bump"
|
"rangeStrategy": "bump"
|
||||||
}
|
}
|
||||||
|
|
|
@ -36,6 +36,10 @@
|
||||||
<body>
|
<body>
|
||||||
<div class="site-container">
|
<div class="site-container">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
<div class="follow">
|
||||||
|
<a rel="me" href="https://social.tchncs.de/@samuel_p">
|
||||||
|
<img alt="Mastodon Follow" src="https://img.shields.io/mastodon/follow/249926?domain=https%3A%2F%2Fsocial.tchncs.de"></a>
|
||||||
|
</div>
|
||||||
<div id="developer" class="image"></div>
|
<div id="developer" class="image"></div>
|
||||||
<div id="magician" class="image"></div>
|
<div id="magician" class="image"></div>
|
||||||
<div class="headers">
|
<div class="headers">
|
||||||
|
@ -50,10 +54,10 @@
|
||||||
<code id="links" class="image">
|
<code id="links" class="image">
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
version="1.1" width="100%" height="100%" viewBox="0 0 2560 1440" preserveAspectRatio="xMidYMid slice">
|
version="1.1" width="100%" height="100%" viewBox="0 0 2560 1440" preserveAspectRatio="xMidYMid slice">
|
||||||
<a xlink:href="//sp-codes.de" style="width: 100%; height: 100%;">
|
<a xlink:href="//sp-codes.de" class="full-size">
|
||||||
<path d="M 0,796 C 0,796 1330,480 2560,460 L 2560,0 L 0,0 Z" fill-opacity="0"></path>
|
<path d="M 0,796 C 0,796 1330,480 2560,460 L 2560,0 L 0,0 Z" fill-opacity="0"></path>
|
||||||
</a>
|
</a>
|
||||||
<a xlink:href="//sp-magic.de" style="width: 100%; height: 100%;">
|
<a xlink:href="//sp-magic.de" class="full-size">
|
||||||
<path d="M 0,796 C 0,796 1330,480 2560,460 L 2560,1440 L 0,1440 Z" fill-opacity="0"></path>
|
<path d="M 0,796 C 0,796 1330,480 2560,460 L 2560,1440 L 0,1440 Z" fill-opacity="0"></path>
|
||||||
</a>
|
</a>
|
||||||
</svg>
|
</svg>
|
||||||
|
@ -66,9 +70,6 @@
|
||||||
<div><a target="_blank" href="https://git.sp-codes.de/samuel-p/samuel-philipp.de"><span
|
<div><a target="_blank" href="https://git.sp-codes.de/samuel-p/samuel-philipp.de"><span
|
||||||
class="fas fa-code mr-2"></span>Code</a></div>
|
class="fas fa-code mr-2"></span>Code</a></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="d-none">
|
|
||||||
<a rel="me" href="https://social.tchncs.de/@samuel_p">Mastodon</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<div class="d-flex justify-content-start flex-wrap p-2 menu border-top">
|
<div class="d-flex justify-content-start flex-wrap p-2 menu border-top">
|
||||||
|
|
|
@ -52,6 +52,14 @@ body {
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.follow {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
padding: 1rem;
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
|
||||||
#developer {
|
#developer {
|
||||||
background-image: url('../img/sp-codes.png');
|
background-image: url('../img/sp-codes.png');
|
||||||
}
|
}
|
||||||
|
@ -132,3 +140,7 @@ body {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.full-size {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue