Modified page layout, added github, added shadows
This commit is contained in:
parent
14ccbbdf53
commit
d032e778c4
2 changed files with 12 additions and 6 deletions
|
@ -12,14 +12,17 @@
|
|||
.left {
|
||||
text-align: center;
|
||||
top: 0;
|
||||
bottom: 40%;
|
||||
bottom: 60%;
|
||||
box-shadow: 0 0 2em black;
|
||||
z-index: 100;
|
||||
}
|
||||
.right {
|
||||
top: 60%;
|
||||
top: 40%;
|
||||
bottom: 0;
|
||||
background: url("../images/pic1.jpg");
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.left h1 {
|
||||
|
@ -46,7 +49,7 @@ footer {
|
|||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
background: black;
|
||||
background: #000000de;
|
||||
color: #ffffffde;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
|
@ -30,17 +30,20 @@
|
|||
<div class="left">
|
||||
<h1>Edgar P.</h1>
|
||||
<h1>Burkhart</h1>
|
||||
</div>
|
||||
<div class="right">
|
||||
<footer>
|
||||
<ul>
|
||||
<li><span>email</span>
|
||||
<a href="mailto:contact@edgarpierre.fr">contact@edgarpierre.fr</a></li>
|
||||
<li><span>komoot</span>
|
||||
<a href="https://www.komoot.fr/user/383887346799">komoot.fr edpibu</a></li>
|
||||
<a href="https://www.komoot.fr/user/383887346799">edpibu</a></li>
|
||||
<li><span>git</span>
|
||||
<a href="https://git.edgarpierre.fr/edpibu">git.edgarpierre.fr/edpibu</a></li>
|
||||
<li><span>github</span>
|
||||
<a href="https://github.com/edpiburkhart">edpiburkhart</a></li>
|
||||
</ul>
|
||||
</footer>
|
||||
</div>
|
||||
<div class="right"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Reference in a new issue