code reformat
new tab on contact click
This commit is contained in:
parent
a7dbd27cdb
commit
d237bd5d07
@ -8,6 +8,7 @@
|
|||||||
#section2 {
|
#section2 {
|
||||||
background-color: #ffc107;
|
background-color: #ffc107;
|
||||||
}
|
}
|
||||||
|
|
||||||
#aboutmeText {
|
#aboutmeText {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
@ -34,6 +35,7 @@
|
|||||||
.aboutcontainer a {
|
.aboutcontainer a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#downloadcvbtn {
|
#downloadcvbtn {
|
||||||
margin-top: 15%;
|
margin-top: 15%;
|
||||||
|
|
||||||
|
@ -38,6 +38,7 @@
|
|||||||
font-size: larger;
|
font-size: larger;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contactsign:hover {
|
.contactsign:hover {
|
||||||
background-color: #972f38;
|
background-color: #972f38;
|
||||||
}
|
}
|
||||||
|
@ -56,6 +56,7 @@
|
|||||||
color: white;
|
color: white;
|
||||||
border-radius: 5mm;;
|
border-radius: 5mm;;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* experience.css - https://heili.eu
|
* experience.css - https://heili.eu
|
||||||
* Licensed under the MIT license - http://opensource.org/licenses/MIT
|
* Licensed under the MIT license - http://opensource.org/licenses/MIT
|
||||||
|
24
index.html
24
index.html
@ -97,9 +97,11 @@
|
|||||||
<li>Latex</li>
|
<li>Latex</li>
|
||||||
<li>OpenSCAD</li>
|
<li>OpenSCAD</li>
|
||||||
</ul>
|
</ul>
|
||||||
<a href="rsc/curriculumvitaee.pdf" target="_blank"><div id="downloadcvbtn">
|
<a href="rsc/curriculumvitaee.pdf" target="_blank">
|
||||||
|
<div id="downloadcvbtn">
|
||||||
Download Curriculum Vitae
|
Download Curriculum Vitae
|
||||||
</div></a>
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="aboutPicContainer">
|
<div class="aboutPicContainer">
|
||||||
@ -202,15 +204,21 @@
|
|||||||
<h1>Contact</h1>
|
<h1>Contact</h1>
|
||||||
<h3>I'd love to hear from You!</h3>
|
<h3>I'd love to hear from You!</h3>
|
||||||
<div class="personalcontacts">
|
<div class="personalcontacts">
|
||||||
<a href="mailto:lukas.heiligenbrunner@gmail.com"><div id="emailsign" class="contactsign">
|
<a href="mailto:lukas.heiligenbrunner@gmail.com" target="_blank">
|
||||||
|
<div id="emailsign" class="contactsign">
|
||||||
<span><img src="rsc/emailicon.png" height="32px"> lukas.heiligenbrunner@gmail.com</span>
|
<span><img src="rsc/emailicon.png" height="32px"> lukas.heiligenbrunner@gmail.com</span>
|
||||||
</div></a>
|
</div>
|
||||||
<a href="https://github.com/lukas-heiligenbrunner"><div id="githubsign" class="contactsign">
|
</a>
|
||||||
|
<a href="https://github.com/lukas-heiligenbrunner" target="_blank">
|
||||||
|
<div id="githubsign" class="contactsign">
|
||||||
<span><img src="rsc/GitHub-Mark-64px.png" height="32px"> github.com/Lukas-Heiligenbrunner</span>
|
<span><img src="rsc/GitHub-Mark-64px.png" height="32px"> github.com/Lukas-Heiligenbrunner</span>
|
||||||
</div></a>
|
</div>
|
||||||
<a href="https://gitlab.heili.eu/lukas"><div id="gitlabsign" class="contactsign">
|
</a>
|
||||||
|
<a href="https://gitlab.heili.eu/lukas" target="_blank">
|
||||||
|
<div id="gitlabsign" class="contactsign">
|
||||||
<span><img src="rsc/gitlab-icon-black.png" height="40px"> gitlab.heili.eu/lukas</span>
|
<span><img src="rsc/gitlab-icon-black.png" height="40px"> gitlab.heili.eu/lukas</span>
|
||||||
</div></a>
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user