feat: prep for next version
All checks were successful
Deploy workflow / deploy (push) Successful in 17s
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:
parent
2f0c2562aa
commit
293ac83a9d
37 changed files with 12551 additions and 137 deletions
BIN
assets/images/cycle_path_sun.jpg
Normal file
BIN
assets/images/cycle_path_sun.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 438 KiB |
BIN
assets/images/cycling_lane.jpg
Normal file
BIN
assets/images/cycling_lane.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 229 KiB |
BIN
assets/images/cycling_path_default.jpg
Normal file
BIN
assets/images/cycling_path_default.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.3 MiB |
14
assets/sass/footer.scss
Normal file
14
assets/sass/footer.scss
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
html {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
min-height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.footer-push {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
|
|
@ -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
5
assets/sass/title.scss
Normal 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
12057
assets/sass/vendor/bootstrap.scss
vendored
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue