feat: prep for next version
All checks were successful
Deploy workflow / deploy (push) Successful in 17s

- per subject of projects page
- add basic news page
- new layout with bootstrap
- more misc pages
This commit is contained in:
Matthieu Bessat 2024-08-12 22:26:37 +02:00
parent 2f0c2562aa
commit 293ac83a9d
37 changed files with 12551 additions and 137 deletions

14
assets/sass/footer.scss Normal file
View file

@ -0,0 +1,14 @@
html {
height: 100%;
}
body {
min-height: 100%;
display: flex;
flex-direction: column;
}
.footer-push {
flex-grow: 1;
}

View file

@ -11,8 +11,12 @@ $primary: #db8d42;
$secondary: #f15a24;
@import "./vendor/skeleton.scss";
@import "./vendor/normalize.scss";
@import "./vendor/bootstrap.scss";
@import "./page_container.scss";
@import "./title.scss";
@import "./landing.scss";
@import "./footer.scss";
.page-footer {
border-top: 1px solid rgba(140, 130, 115, 0.15);
}

5
assets/sass/title.scss Normal file
View file

@ -0,0 +1,5 @@
.page-title {
@extend .pb-2;
@extend .mb-2;
@extend .mt-4;
}

12057
assets/sass/vendor/bootstrap.scss vendored Normal file

File diff suppressed because it is too large Load diff