seperated css file for experience and projects

This commit is contained in:
lukas-heiligenbrunner 2020-03-18 11:12:01 +01:00
parent db82a27632
commit 957ca123fc
3 changed files with 10 additions and 2 deletions

3
css/experience.css Normal file
View File

@ -0,0 +1,3 @@
#section3{
background-color: #53bf65;
}

3
css/projects.css Normal file
View File

@ -0,0 +1,3 @@
#section4{
background-color: #6c757d;
}

View File

@ -18,6 +18,8 @@
<link rel="stylesheet" href="css/general.css">
<link rel="stylesheet" href="css/home.css">
<link rel="stylesheet" href="css/about.css">
<link rel="stylesheet" href="css/experience.css">
<link rel="stylesheet" href="css/projects.css">
</head>
<!-- The scrollable area -->
<body data-spy="scroll" data-target=".navbar" data-offset="50">
@ -103,7 +105,7 @@
</div>
<!-- Experience Page -->
<div id="section3" class="tile" style="background-color: #53bf65">
<div id="section3" class="tile">
<div class="container">
<h1>Experience</h1>
<p>Todo about me page! Todo about me page! Todo about me page! Todo about me page! Todo about me page!
@ -114,7 +116,7 @@
</div>
<!-- Projects Page -->
<div id="section4" class="bg-secondary tile">
<div id="section4" class="tile">
<div class="container">
<h1>Projects</h1>
<p>Todo Projects Page! Todo Projects Page! Todo Projects Page! Todo Projects Page! Todo Projects Page!