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

View File

@ -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;

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 {
height: 100%;
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 {
background-color: #311E25;
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{
background-color: #6c757d;
}

View File

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