added source file headers to all css files
This commit is contained in:
parent
f19355a563
commit
2d67a69fe3
@ -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%;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
}
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user