Skip to content

Commit b94789f

Browse files
josefaidtsiegertskatieklein
authored andcommitted
feat: add contributor page (#5164)
* feat: add contributor page * correct link, add layout to getting-started * add octokitjs + include the `good first issue` cards * updated styles + formatting/layout + adjust for responsive * sort footer links * add images * refactor SEO, fix code blocks * add breathing room for content * fix next build by moving components to components dir * added contributor page to nav * add contribute page to globalnav and links constants * remove legacy prop + add padding around code * add breakpoint width for responsiveness * Move Contribute to fourth position in nav * adjust CTA buttons * relative contribute link * sm commit to trigger pr preview * add highlight to contribute in nav * commenting out addition to nav bar until UI is ready to deploy update on ui site * revert constants link to external site --------- Co-authored-by: siegerts <[email protected]> Co-authored-by: Katie Goines <[email protected]> Co-authored-by: Katie Goines <[email protected]>
1 parent 4f2dd19 commit b94789f

25 files changed

+1255
-7
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"@emotion/react": "^11.1.5",
2424
"@emotion/styled": "^11.3.0",
2525
"@mdx-js/mdx": "^2.0.0",
26+
"@octokit/rest": "^19.0.7",
2627
"algoliasearch": "^4.12.1",
2728
"array-flatten": "^3.0.0",
2829
"aws-amplify": "^5.0.5",
@@ -40,6 +41,8 @@
4041
"ramda": "^0.28.0",
4142
"react": "^17.0.2",
4243
"react-dom": "^17.0.2",
44+
"react-icons": "^4.7.1",
45+
"react-syntax-highlighter": "^15.5.0",
4346
"rehype": "^11.0.0",
4447
"remark": "^14.0.2",
4548
"remark-mdx": "^2.0.0",
147 KB
Binary file not shown.
126 KB
Binary file not shown.
146 KB
Binary file not shown.
127 KB
Binary file not shown.

public/fonts/AmazonEmberMono_Bd.ttf

86.6 KB
Binary file not shown.

public/fonts/AmazonEmber_Bd.ttf

224 KB
Binary file not shown.
76.5 KB
Loading

public/images/contribute/open-pr.png

246 KB
Loading
107 KB
Loading

0 commit comments

Comments
 (0)