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 {
|
#aboutmeText {
|
||||||
width: 100%;
|
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{
|
.personalcontacts{
|
||||||
margin-top: 60px;
|
margin-top: 60px;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
}
|
}
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user