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