interlink sites

This commit is contained in:
nek0 2020-07-08 04:31:05 +02:00
parent 856ed0eace
commit 3a4720ff1a
4 changed files with 73 additions and 18 deletions

View File

@ -36,7 +36,7 @@ body::after {
z-index: -1;
}
a{
a {
text-decoration: none;
}
a:link {
@ -57,6 +57,7 @@ hr {
border: 0;
background-color: black;
height: 2px;
margin: 5px 0 5px;
}
header {
@ -74,6 +75,10 @@ header a:visited {
color: darkgreen;
}
header > hr {
margin-top: 0px;
}
article {
text-align: left;
padding: 0 20px 0;
@ -111,6 +116,46 @@ article li {
vertical-align: middle;
}
.folders {
list-style: none;
margin: 0px;
}
.rider {
display: inline-block;
border: 1px solid black;
border-bottom: none;
border-radius: 5px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
padding: 10px
}
.bloglink {
background-color: white;
color: black;
font-family: 'Didact Gothic';
font-weight: normal;
font-style: normal;
}
.bloglink > a, .bloglink > a:link, .bloglink > a:visited {
color: black;
text-decoration: none;
}
.portfoliolink {
background-color: #161612;
font-family: 'Grabstein Grotesk';
font-weight: normal;
font-style: normal;
}
.portfoliolink > a, .portfoliolink > a:link, .portfoliolink > a:visited {
color: #efffbe;
text-decoration: none;
}
.sidebar {
grid-area: nav;
}
@ -180,10 +225,6 @@ nav li a:visited {
height: 40px;
}
hr {
margin: 5px 0 5px;
}
footer {
color: #555;
font-size: 12pt;

View File

@ -1,20 +1,27 @@
@font-face {
font-family: 'Didact Gothic';
src: url('/font/DidactGothicMedium.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-family: 'Didact Gothic';
src: url('/font/DidactGothicMedium.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Inknut Antiqua';
src: url('/font/InknutAntiquaRegular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-family: 'Inknut Antiqua';
src: url('/font/InknutAntiquaRegular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Maximilian Antiqua Initialen';
src: url('/font/MaximilianAntiquaInitialen.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-family: 'Maximilian Antiqua Initialen';
src: url('/font/MaximilianAntiquaInitialen.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Grabstein Grotesk';
src: url('/font/grabstein.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

BIN
site/font/grabstein.ttf Normal file

Binary file not shown.

View File

@ -26,7 +26,14 @@
</head>
<body itemscope itemtype="https://schema.org/Blog">
<header>
<a href="/">Nek0's Blog</a>
<ul class="folders">
<li class="bloglink rider">
<a href="/">Blog</a>
</li>
<li class="portfoliolink rider">
<a href="https://art.nek0.eu/">Art Portfolio</a>
</li>
</ul>
<hr>
</header>
<div class="sidebar">