diff --git a/css/about.css b/css/about.css index 84a5eea..8a5c388 100644 --- a/css/about.css +++ b/css/about.css @@ -5,6 +5,9 @@ * Copyright (c) 2020 Lukas Heiligenbrunner */ +#section2{ + background-color: #ffc107; +} #aboutmeText { width: 100%; } @@ -28,6 +31,32 @@ 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 */ @media screen and (min-width: 1201px) { #aboutPic:hover { diff --git a/index.html b/index.html index 4c1d306..31144c6 100644 --- a/index.html +++ b/index.html @@ -72,7 +72,7 @@ -
+

About me

@@ -97,7 +97,11 @@
  • Latex
  • OpenSCAD
  • +
    + Download Curriculum Vitae +
    +
    diff --git a/rsc/curriculumvitaee.pdf b/rsc/curriculumvitaee.pdf new file mode 100644 index 0000000..70c2d26 Binary files /dev/null and b/rsc/curriculumvitaee.pdf differ