added PGP key to bottom of index, Heebo now lighter
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
<a class=networkLink target=_blank href=resume/>RESUME</a>
|
<a class=networkLink target=_blank href=resume/>RESUME</a>
|
||||||
</div>
|
</div>
|
||||||
<div class=bottom>
|
<div class=bottom>
|
||||||
<a href=pubkey.txt>PGP key</a>
|
<a href=pubkey.txt target=_blank>PGP key</a>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
18
style.css
18
style.css
@@ -6,9 +6,6 @@
|
|||||||
font-family: Lato;
|
font-family: Lato;
|
||||||
src: url('lato.ttf');
|
src: url('lato.ttf');
|
||||||
}
|
}
|
||||||
/* *{
|
|
||||||
transition: 400ms;
|
|
||||||
}*/
|
|
||||||
.matomo{
|
.matomo{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
@@ -29,6 +26,7 @@ body{
|
|||||||
}
|
}
|
||||||
h1,h2,h3,h4,h5,h6{
|
h1,h2,h3,h4,h5,h6{
|
||||||
font-family: Heebo, sans-serif;
|
font-family: Heebo, sans-serif;
|
||||||
|
font-weight: 500;
|
||||||
color: var(--secondary-txt-color);
|
color: var(--secondary-txt-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -116,7 +114,6 @@ a:hover{
|
|||||||
}
|
}
|
||||||
.networkLink{
|
.networkLink{
|
||||||
font-family: Heebo, sans-serif;
|
font-family: Heebo, sans-serif;
|
||||||
font-weight: 700;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border: 1px solid var(--green);
|
border: 1px solid var(--green);
|
||||||
border-radius: 0.3em;
|
border-radius: 0.3em;
|
||||||
@@ -127,7 +124,18 @@ a:hover{
|
|||||||
color: white;
|
color: white;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
.bottom{
|
||||||
|
margin-top: 4em;
|
||||||
|
width: 100%;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.bottom>a{
|
||||||
|
color: #ccc;
|
||||||
|
font-size: 0.8em;
|
||||||
|
}
|
||||||
|
.bottom>a:hover{
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 1000px){
|
@media (max-width: 1000px){
|
||||||
body{
|
body{
|
||||||
|
|||||||
Reference in New Issue
Block a user