added source file headers to all css files

This commit is contained in:
Lukas Heiligenbrunner 2020-03-19 22:29:48 +01:00
parent f19355a563
commit 2d67a69fe3
7 changed files with 42 additions and 1 deletions

View File

@ -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 { #aboutmeText {
width: 100%; width: 100%;
} }

View File

@ -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{ .personalcontacts{
margin-top: 60px; margin-top: 60px;
} }

View File

@ -56,6 +56,12 @@
color: white; color: white;
border-radius: 5mm;; 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 { .ratiobtn {
display: none; display: none;

View File

@ -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 { body, html, #maincontent {
height: 100%; height: 100%;
scroll-behavior: smooth; scroll-behavior: smooth;

View File

@ -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 { #section1 {
background-color: #311E25; background-color: #311E25;
color: white; color: white;

View File

@ -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{ #section4{
background-color: #6c757d; background-color: #6c757d;
} }

View File

@ -1,6 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta NAME="author" CONTENT="Lukas Heiligenbrunner">
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lukas Heiligenbrunner</title> <title>Lukas Heiligenbrunner</title>