From 2d67a69fe360d67dce1830d5937e8834f1f32a77 Mon Sep 17 00:00:00 2001 From: Lukas Heiligenbrunner Date: Thu, 19 Mar 2020 22:29:48 +0100 Subject: [PATCH] added source file headers to all css files --- css/about.css | 8 +++++++- css/contact.css | 7 +++++++ css/experience.css | 6 ++++++ css/general.css | 7 +++++++ css/home.css | 7 +++++++ css/projects.css | 7 +++++++ index.html | 1 + 7 files changed, 42 insertions(+), 1 deletion(-) diff --git a/css/about.css b/css/about.css index 03a4fe0..84a5eea 100644 --- a/css/about.css +++ b/css/about.css @@ -1,4 +1,10 @@ -/* About Me*/ +/*! + * about.css - https://heili.eu + * Licensed under the MIT license - http://opensource.org/licenses/MIT + * E-mail: lukas.heiligenbrunner@gmail.com + * Copyright (c) 2020 Lukas Heiligenbrunner + */ + #aboutmeText { width: 100%; } diff --git a/css/contact.css b/css/contact.css index 47ffb21..4b647cf 100644 --- a/css/contact.css +++ b/css/contact.css @@ -1,3 +1,10 @@ +/*! + * contact.css - https://heili.eu + * Licensed under the MIT license - http://opensource.org/licenses/MIT + * E-mail: lukas.heiligenbrunner@gmail.com + * Copyright (c) 2020 Lukas Heiligenbrunner + */ + .personalcontacts{ margin-top: 60px; } diff --git a/css/experience.css b/css/experience.css index 3709a0e..32b82ce 100644 --- a/css/experience.css +++ b/css/experience.css @@ -56,6 +56,12 @@ color: white; border-radius: 5mm;; } +/*! + * experience.css - https://heili.eu + * Licensed under the MIT license - http://opensource.org/licenses/MIT + * E-mail: lukas.heiligenbrunner@gmail.com + * Copyright (c) 2020 Lukas Heiligenbrunner + */ .ratiobtn { display: none; diff --git a/css/general.css b/css/general.css index 96f4c7b..3a16fcc 100644 --- a/css/general.css +++ b/css/general.css @@ -1,3 +1,10 @@ +/*! + * general.css - https://heili.eu + * Licensed under the MIT license - http://opensource.org/licenses/MIT + * E-mail: lukas.heiligenbrunner@gmail.com + * Copyright (c) 2020 Lukas Heiligenbrunner + */ + body, html, #maincontent { height: 100%; scroll-behavior: smooth; diff --git a/css/home.css b/css/home.css index 7e333f4..36a7dec 100644 --- a/css/home.css +++ b/css/home.css @@ -1,3 +1,10 @@ +/*! + * home.css - https://heili.eu + * Licensed under the MIT license - http://opensource.org/licenses/MIT + * E-mail: lukas.heiligenbrunner@gmail.com + * Copyright (c) 2020 Lukas Heiligenbrunner + */ + #section1 { background-color: #311E25; color: white; diff --git a/css/projects.css b/css/projects.css index 6bdff84..1fb47ef 100644 --- a/css/projects.css +++ b/css/projects.css @@ -1,3 +1,10 @@ +/*! + * projects.css - https://heili.eu + * Licensed under the MIT license - http://opensource.org/licenses/MIT + * E-mail: lukas.heiligenbrunner@gmail.com + * Copyright (c) 2020 Lukas Heiligenbrunner + */ + #section4{ background-color: #6c757d; } \ No newline at end of file diff --git a/index.html b/index.html index c698dc7..4c1d306 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,7 @@ + Lukas Heiligenbrunner