Update team page

This commit is contained in:
rebuilt 2023-03-28 17:23:52 -07:00
parent 33d7a0fcbf
commit d0d59a7de2
17 changed files with 59 additions and 185 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View file

@ -7,6 +7,7 @@ $primary: #0B8D9C;
$primary-lighter: lighten($primary, 30%);
$primary-dark: darken($primary, 15%);
$primary-darker: darken($primary, 30%);
$highlight: #6EC4D0;
$secondary: #C93148;
$secondary-lighter: darken($secondary, 30%);

View file

@ -1,3 +1,3 @@
.band {
height: 1em;
height: 3em;
}

View file

@ -1,3 +1,5 @@
@import "colors";
.grid-container {
display: grid;
}
@ -16,6 +18,13 @@
grid-auto-columns: 1fr;
}
.grid-item-image {
height: auto;
width: 300px;
padding: 20px;
background-color: $highlight;
}
@media(min-width: 992px){
.grid-item__title {
min-height: 4em;

View file

@ -1,8 +1,17 @@
.nav, .nav-item, .dropdown-item {
font-family: 'League Spartan', 'Helvetica Neue', Helvetica, Arial, sans-serif;
.bold {
font-weight: 700;
}
.spartan {
font-family: 'League Spartan', 'Helvetica Neue', Helvetica, Arial, sans-serif;
@extend .bold;
}
.nav, .nav-item, .dropdown-item {
@extend .spartan;
}
.hero-text {
font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 500;