Skip to content

Commit

Permalink
Changed Color scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienVermeulen committed Dec 21, 2023
1 parent 1e8bd0f commit 84a9e61
Show file tree
Hide file tree
Showing 13 changed files with 36 additions and 29 deletions.
4 changes: 2 additions & 2 deletions Pages/Bedtime_breakout.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

section
{
background: rgb(30,30,30);
background: #252734;
position: relative;
width: 1200px;
min-width: 620px;
Expand Down Expand Up @@ -130,7 +130,7 @@ p
display: flex;
flex-wrap: nowrap;
width: 80%;
margin: 30px auto 0 auto;
margin: 30px 0 0 0;
}
#instancing-pic-1
{
Expand Down
2 changes: 1 addition & 1 deletion Pages/Mythifood.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

section
{
background: rgb(30,30,30);
background: #252734;
position: relative;
width: 1200px;
min-width: 620px;
Expand Down
2 changes: 1 addition & 1 deletion Pages/Raymarch_material_generation_in_UE5.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

section
{
background: rgb(30,30,30);
background: #252734;
position: relative;
width: 1200px;
min-width: 620px;
Expand Down
2 changes: 1 addition & 1 deletion Pages/Raymarching.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

section
{
background: rgb(30,30,30);
background: #252734;
position: relative;
width: 1200px;
min-width: 620px;
Expand Down
2 changes: 1 addition & 1 deletion Pages/Raytracer_in_a_weekend.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

section
{
background: rgb(30,30,30);
background: #252734;
position: relative;
width: 1200px;
min-width: 620px;
Expand Down
2 changes: 1 addition & 1 deletion Pages/Starfux.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

section
{
background: rgb(30,30,30);
background: #252734;
position: relative;
width: 1200px;
min-width: 620px;
Expand Down
2 changes: 1 addition & 1 deletion Pages/Texture_space_translucency.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

section
{
background: rgb(30,30,30);
background: #252734;
position: relative;
width: 1200px;
min-width: 620px;
Expand Down
2 changes: 1 addition & 1 deletion Pages/VEngine.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

section
{
background: rgb(30,30,30);
background: #252734;
position: relative;
width: 1200px;
min-width: 620px;
Expand Down
2 changes: 1 addition & 1 deletion Pages/VEngine0_2.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

section
{
background: rgb(30,30,30);
background: #252734;
position: relative;
width: 1200px;
min-width: 620px;
Expand Down
21 changes: 13 additions & 8 deletions header.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ html
body
{
overflow-x: hidden;
background: rgb(58,58,58);
background: #252734;
color: white;
font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
margin: 0px;
Expand All @@ -15,7 +15,7 @@ body
a
{
cursor: pointer;
color: turquoise;
color: #1279B0;
}

/*HEADER ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
Expand All @@ -28,11 +28,11 @@ a
header
{
display: block;
background: #1279B0;
height: 120px;
background: #252734;
height: 140px;
padding: 10px;
text-align: center;
margin: 0px;
margin: 0px 0px 20px 0px;
}
header a
{
Expand All @@ -44,6 +44,11 @@ header a
nav
{
height: 100%;
transition-duration: 0.5s;
}
nav:hover
{
background-color: #2A2C39;
}
nav .menu
{
Expand Down Expand Up @@ -177,7 +182,7 @@ nav .title h1
height: 40px;
font-size: 40px;
text-align: center;
margin: 0px 0px 5px 0px;
margin: 10px 0px 5px 0px;
padding: 0px;
}
nav .title p
Expand All @@ -191,12 +196,12 @@ nav .icon
{
display: flex;
float: left;
width: 20%;
width: 4%;
height: 100%;
}
nav .icon img
{
width: 120px;
width: 160px;
vertical-align: middle;
padding: 0px;
margin: 0px 5px;
Expand Down
2 changes: 1 addition & 1 deletion styles_contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

section
{
background: rgb(30,30,30);
background: #252734;
position: relative;
width: 1200px;
min-width: 620px;
Expand Down
2 changes: 1 addition & 1 deletion styles_resume.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

section
{
background: rgb(30,30,30);
background: #252734;
position: relative;
width: 1200px;
min-width: 620px;
Expand Down
20 changes: 11 additions & 9 deletions styles_works.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

section
{
background: rgba(30,30,30);
background: #252734;
position: relative;
width: 1200px;
min-width: 620px;
Expand All @@ -12,12 +12,13 @@ section
.title-section
{
transition-duration: 0.5s;
background: #1279B0;
background: #252734;

display: block;
justify-items: center;
text-align: center;

margin: 40px 0px 0px 0px;
padding: 20px 0px;
margin-left: auto;
margin-right: auto;
Expand All @@ -36,7 +37,7 @@ section
}
.title-section:hover
{
background-color: #025990;
background-color: #2A2C39;
}

/* Title BEGIN */
Expand All @@ -59,7 +60,8 @@ section
display: inline-block;
top: 0;

background: linear-gradient(to left, rgba(30,30,30,1) 0%, rgba(30,30,30,0.8) 5%, rgba(30,30,30,0) 80%, rgba(30,30,30,0) 90%, rgba(30,30,30,0) 90%, rgba(30,30,30,0) 100%), url("images/profile_2.png");
background: url("images/profile_2.png");
border-radius: 50%;
background-size: cover;
}

Expand All @@ -74,7 +76,7 @@ section
{
height: 100%;
display: inline-block;
background-color: rgba(45,45,45,1);
background-color:#252734;
margin: 0;
padding: 0;
}
Expand All @@ -88,12 +90,12 @@ section
padding: 10px 0;
text-align: center;
font-size: 30px;
background-color: #1279B0;
background-color: #252734;
transition: 0.5s;
}
.about-section ul li h2:hover
{
background-color: #025990;
background-color: #2A2C39;
}
.about-section ul li p
{
Expand Down Expand Up @@ -158,7 +160,7 @@ section
}
.published-section div
{
background-color: #1279B0;
background-color: #2A2C39;
width: auto;
max-width: 350px;
min-width: 190px;
Expand Down Expand Up @@ -222,7 +224,7 @@ section
}
.main-section div
{
background-color: #1279B0;
background-color: #2A2C39;
width: auto;
max-width: 350px;
min-width: 190px;
Expand Down

0 comments on commit 84a9e61

Please sign in to comment.