-
-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #313 from oslabs-beta/main
Release Reactime version 20
- Loading branch information
Showing
80 changed files
with
511 additions
and
1,696 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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
{ | ||
"presets": ["airbnb", "@babel/preset-typescript"], | ||
"plugins": ["@emotion"] | ||
"presets": ["airbnb", "@babel/preset-typescript"] | ||
} |
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
## High Contrast Colors to Help with Color Blindness | ||
- Dark Blue (#000080) | ||
- Light Blue (#ADD8E6) | ||
- Dark Green (#006400) | ||
- Light Green (#90EE90) | ||
- Dark Red (#8B0000) | ||
- Light Red (#FFC0CB) | ||
- Dark Purple (#800080) | ||
- Light Purple (#BA55D3) | ||
- Dark Yellow (#FFD700) | ||
- Light Yellow (#FFFFE0) | ||
- Dark Orange (#FF8C00) | ||
- Light Orange (#FFA500) | ||
- Dark Brown (#8B4513) | ||
- Light Brown (#D2691E) | ||
- Dark Gray (#A9A9A9) | ||
- Light Gray (#D3D3D3) |
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
Submodule reactime-website
updated
14 files
+28 −0 | README.md | |
+ − | public/siteLogo.png | |
+ − | public/v19/history.gif | |
+ − | public/v19/map.gif | |
+ − | public/v19/performance.gif | |
+ − | public/v19/website-top-pic.png | |
+36 −35 | src/pages/components/Blogs.tsx | |
+8 −8 | src/pages/components/FeaturesSection.tsx | |
+6 −8 | src/pages/components/GifFeatures.js | |
+30 −29 | src/pages/components/LandingPage.tsx | |
+6 −5 | src/pages/components/NavBar.tsx | |
+4 −0 | src/pages/components/TeamSection.tsx | |
+15 −19 | src/pages/secret.tsx | |
+1 −0 | src/styles/globals.css |
Oops, something went wrong.