added download cv button

This commit is contained in:
lukas-heiligenbrunner 2020-03-20 14:58:20 +01:00
parent 2d67a69fe3
commit 61427a8dcd
3 changed files with 34 additions and 1 deletions

View File

@ -5,6 +5,9 @@
* Copyright (c) 2020 Lukas Heiligenbrunner * Copyright (c) 2020 Lukas Heiligenbrunner
*/ */
#section2{
background-color: #ffc107;
}
#aboutmeText { #aboutmeText {
width: 100%; width: 100%;
} }
@ -28,6 +31,32 @@
height: 100%; height: 100%;
} }
.aboutcontainer a{
text-decoration: none;
}
#downloadcvbtn{
margin-top: 15%;
width: 300px;
padding: 10px;
background-color: #ba9320;
color: black;
border-radius: 5mm;
font-size: larger;
border-width: 1mm;
border-color: #7f6721;
border-style: solid;
transition: background-color 500ms;
}
#downloadcvbtn:hover{
/*background-color: #facf4d;*/
color: white;
background-color: #7f6721;
transition: all 500ms;
}
/* screen larger than 600px -- desktop */ /* screen larger than 600px -- desktop */
@media screen and (min-width: 1201px) { @media screen and (min-width: 1201px) {
#aboutPic:hover { #aboutPic:hover {

View File

@ -72,7 +72,7 @@
</div> </div>
<!-- About Page --> <!-- About Page -->
<div id="section2" class="bg-warning tile"> <div id="section2" class="tile">
<div class="container"> <div class="container">
<div class="aboutcontainer"> <div class="aboutcontainer">
<h1>About me</h1> <h1>About me</h1>
@ -97,7 +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">
Download Curriculum Vitae
</div></a>
</div> </div>
<div class="aboutPicContainer"> <div class="aboutPicContainer">
<img src="rsc/self4.jpg" id="aboutPic"> <img src="rsc/self4.jpg" id="aboutPic">
</div> </div>

BIN
rsc/curriculumvitaee.pdf Normal file

Binary file not shown.