added email and gitlab contact

This commit is contained in:
lukas-heiligenbrunner 2020-03-20 15:23:44 +01:00
parent 61427a8dcd
commit a7dbd27cdb
4 changed files with 38 additions and 3 deletions

View File

@ -5,13 +5,42 @@
* Copyright (c) 2020 Lukas Heiligenbrunner
*/
#section5{
background-color: #dc3545;
}
.personalcontacts{
margin-top: 60px;
}
.personalcontacts a{
text-decoration: none;
}
#githubsign{
margin-top: 30px;
}
#emailsign{
}
#gitlabsign{
margin-top: 30px;
position: relative;
left: -6px;
}
.contactsign{
width: 400px;
padding: 10px;
border-radius: 5mm;
font-size: larger;
color: white;
}
.contactsign:hover{
background-color: #972f38;
}
#section5{
height: 50%;

View File

@ -197,13 +197,19 @@
</div>
<!-- Contact Page -->
<div id="section5" class="bg-danger tile">
<div id="section5" class="tile">
<div class="container">
<h1>Contact</h1>
<h3>I'd love to hear from You!</h3>
<div class="personalcontacts">
<a href="https://github.com/lukas-heiligenbrunner"><div id="githubsign">
<span><img src="rsc/GitHub-Mark-64px.png" height="32px"> github.com/Lukas-Heiligenbrunner</span>
<a href="mailto:lukas.heiligenbrunner@gmail.com"><div id="emailsign" class="contactsign">
<span><img src="rsc/emailicon.png" height="32px"> &nbsp; lukas.heiligenbrunner@gmail.com</span>
</div></a>
<a href="https://github.com/lukas-heiligenbrunner"><div id="githubsign" class="contactsign">
<span><img src="rsc/GitHub-Mark-64px.png" height="32px"> &nbsp; github.com/Lukas-Heiligenbrunner</span>
</div></a>
<a href="https://gitlab.heili.eu/lukas"><div id="gitlabsign" class="contactsign">
<span><img src="rsc/gitlab-icon-black.png" height="40px"> gitlab.heili.eu/lukas</span>
</div></a>
</div>
</div>

BIN
rsc/emailicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 382 B

BIN
rsc/gitlab-icon-black.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB