diff --git a/css/contact.css b/css/contact.css index 4b647cf..87677d5 100644 --- a/css/contact.css +++ b/css/contact.css @@ -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%; diff --git a/index.html b/index.html index 31144c6..a82a3ad 100644 --- a/index.html +++ b/index.html @@ -197,13 +197,19 @@ -
+

Contact

I'd love to hear from You!

diff --git a/rsc/emailicon.png b/rsc/emailicon.png new file mode 100644 index 0000000..8df50c8 Binary files /dev/null and b/rsc/emailicon.png differ diff --git a/rsc/gitlab-icon-black.png b/rsc/gitlab-icon-black.png new file mode 100644 index 0000000..535a436 Binary files /dev/null and b/rsc/gitlab-icon-black.png differ