Added link to CV

This commit is contained in:
Edgar P. Burkhart 2021-04-10 11:06:57 +02:00
parent 3682b96bec
commit fe06695333
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
3 changed files with 19 additions and 2 deletions

View File

@ -36,6 +36,20 @@
bottom: calc( 50% - 1em );
}
nav {
position: absolute;
top: 0;
width: 100%;
background: #ffffffde;
text-align: center;
font-size: 2em;
padding: 1em;
font-weight: 800;
}
nav > a {
padding: 1em;
}
footer {
position: absolute;
bottom: 0;

View File

@ -28,7 +28,7 @@ h1 {
}
a {
color: #121212de;
color: #484848de;
text-decoration: none;
transition: color 50ms;
}
@ -36,5 +36,5 @@ a:hover {
color: #242424de;
}
a:active {
color: #363636de;
color: #121212de;
}

View File

@ -43,6 +43,9 @@
<h1>Burkhart</h1>
</div>
<div class="right">
<nav>
<a href="/cv">CV</a>
</nav>
<footer>
<ul>
<li><span>email</span><a href="mailto:contact@edgarpierre.fr">contact@edgarpierre.fr</a></li>