feat(landing): add history slides

This commit is contained in:
Matthieu Bessat 2023-07-05 14:31:16 +02:00
parent c4937bd0d1
commit bf7e64d98d
13 changed files with 433 additions and 130 deletions

View file

@ -1,8 +1,8 @@
@import url('https://fonts.googleapis.com/css2?family=Bona+Nova:wght@400;700&family=Roboto:wght:300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bona+Nova:wght@400;700&family=Roboto:wght:300;400;500&display=swap');
.serif-font {
font-family: 'Bona Nova', serif;
}
font-family: 'Bona Nova', serif;
}
body {
@ -46,45 +46,45 @@ a:hover {
.secondary-bg {
h2 {
color: white;
}
a {
color: white;
}
color: white;
h2 {
color: white;
}
a {
color: white;
}
color: white;
.button {
background-color: $background-secondary;
color: white;
&:hover {
background-color: lighten($background-secondary, 14%);
}
}
.button {
background-color: $background-secondary;
color: white;
&:hover {
background-color: lighten($background-secondary, 14%);
}
}
background-color: darken($background-secondary, 15%);
}
background-color: darken($background-secondary, 15%);
}
.separation-section {
margin-top: 3rem;
padding: 1.2rem 0;
}
margin-top: 3rem;
padding: 1.2rem 0;
}
.w-100 {
width: 100px;
}
.w-100 {
width: 100px;
}
.w-200 {
width: 200px;
}
.w-200 {
width: 200px;
}
img {
max-width: 100%;
}
img {
max-width: 100%;
}
.grid {
display: grid;
}
.grid-2 {
grid-template-columns: 1fr 1fr;
}
.grid {
display: grid;
}
.grid-2 {
grid-template-columns: 1fr 1fr;
}