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 );
|
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 {
|
footer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|
|
@ -28,7 +28,7 @@ h1 {
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #121212de;
|
color: #484848de;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
transition: color 50ms;
|
transition: color 50ms;
|
||||||
}
|
}
|
||||||
|
@ -36,5 +36,5 @@ a:hover {
|
||||||
color: #242424de;
|
color: #242424de;
|
||||||
}
|
}
|
||||||
a:active {
|
a:active {
|
||||||
color: #363636de;
|
color: #121212de;
|
||||||
}
|
}
|
|
@ -43,6 +43,9 @@
|
||||||
<h1>Burkhart</h1>
|
<h1>Burkhart</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="right">
|
<div class="right">
|
||||||
|
<nav>
|
||||||
|
<a href="/cv">CV</a>
|
||||||
|
</nav>
|
||||||
<footer>
|
<footer>
|
||||||
<ul>
|
<ul>
|
||||||
<li><span>email</span><a href="mailto:contact@edgarpierre.fr">contact@edgarpierre.fr</a></li>
|
<li><span>email</span><a href="mailto:contact@edgarpierre.fr">contact@edgarpierre.fr</a></li>
|
||||||
|
|
Reference in a new issue