-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fixed organizers spiffy * added products tab to naavbar * PrairieTest page wip * more updates to pt page * created a CTA component * added exam format draft * add draft text to features * fixed format * updates to pt page * initial draft for testing center page * removed not used import * update fingerprint card * first attempt to add other section to cbtf page * another attempt for value prop section * center and larger font for cbtf first section * small updates * Update src/pages/products/prairietest/index.tsx Co-authored-by: Matthew West <[email protected]> * Update src/components/Header.tsx Co-authored-by: Matthew West <[email protected]> * Update src/pages/products/testing-center/index.tsx Co-authored-by: Matthew West <[email protected]> * Update src/pages/products/testing-center/index.tsx Co-authored-by: Matthew West <[email protected]> * Update src/pages/products/testing-center/index.tsx Co-authored-by: Matthew West <[email protected]> * Update src/pages/products/testing-center/index.tsx Co-authored-by: Matthew West <[email protected]> * Update src/pages/products/prairietest/index.tsx Co-authored-by: Matthew West <[email protected]> * Update src/pages/products/prairietest/index.tsx Co-authored-by: Matthew West <[email protected]> * Update src/pages/products/prairietest/index.tsx Co-authored-by: Matthew West <[email protected]> * Update src/pages/products/prairietest/index.tsx Co-authored-by: Matthew West <[email protected]> * added suggestions from Matt * fixed capitalization * update CTA component * remove old CTA button * Update src/pages/products/prairietest/index.tsx Co-authored-by: Nathan Sarang-Walters <[email protected]> * Update src/pages/products/prairietest/index.tsx Co-authored-by: Nathan Sarang-Walters <[email protected]> * Update src/pages/products/testing-center/index.tsx Co-authored-by: Nathan Sarang-Walters <[email protected]> * Update src/pages/products/testing-center/index.tsx Co-authored-by: Nathan Sarang-Walters <[email protected]> * Update src/pages/products/testing-center/index.tsx Co-authored-by: Nathan Sarang-Walters <[email protected]> * Update src/pages/products/testing-center/index.tsx Co-authored-by: Nathan Sarang-Walters <[email protected]> * Update src/pages/products/testing-center/index.tsx Co-authored-by: Nathan Sarang-Walters <[email protected]> * deleted comments * add CTA button start of testing center page * small edit * adjusted spacing exam format section * removed not needed Link * Adjust spacing; replace images with Bootstrap icons * Only make PrairieLearn link active on homepage * Fix heading levels * Fix linter issue * edit text for privacy screen * updated PT registration image * Fix build issue; remove unused code * consistent use of exam wording; replaced photo online format * Update src/pages/products/testing-center/index.tsx Co-authored-by: Matthew West <[email protected]> * added two value props * Crop images * Remove VSCode settings file * Update src/pages/products/testing-center/index.tsx Co-authored-by: Matthew West <[email protected]> * Small adjustments * Fix build errors --------- Co-authored-by: Matthew West <[email protected]> Co-authored-by: Nathan Sarang-Walters <[email protected]>
- Loading branch information
1 parent
eb45205
commit d8f6c97
Showing
24 changed files
with
534 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
@import "~bootstrap/scss/_functions.scss"; | ||
@import "~bootstrap/scss/_variables.scss"; | ||
|
||
.container { | ||
background-color: $blue-700; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
@import "~bootstrap/scss/_functions.scss"; | ||
@import "~bootstrap/scss/_variables.scss"; | ||
|
||
.container { | ||
background-color: $gray-200; | ||
} | ||
|
||
.color { | ||
color: $blue-700; | ||
} | ||
|
||
.grid { | ||
display: grid; | ||
grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr)); | ||
grid-gap: 2rem; | ||
} |
Oops, something went wrong.