Added link to CV
This commit is contained in:
parent
3682b96bec
commit
fe06695333
3 changed files with 19 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
}
|
|
@ -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>
|
||||
|
|
Reference in a new issue