seperated css file for experience and projects
This commit is contained in:
parent
db82a27632
commit
957ca123fc
3
css/experience.css
Normal file
3
css/experience.css
Normal file
@ -0,0 +1,3 @@
|
||||
#section3{
|
||||
background-color: #53bf65;
|
||||
}
|
3
css/projects.css
Normal file
3
css/projects.css
Normal file
@ -0,0 +1,3 @@
|
||||
#section4{
|
||||
background-color: #6c757d;
|
||||
}
|
@ -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!
|
||||
|
Loading…
Reference in New Issue
Block a user