* Update in description
1) Changed description to " Do not forget to give your form a submit button with the text "Send". "
2) Added word "button" in the hint
Replaced "submit" with "submit button".
* Changed "Send" to `Send`
* create a desktop version of the card
* finish creating the grid for the cards
* fix the responsive niche cases
* add screen reader text
* add border and account for the added border
Co-authored: Bruce B <bbsmooth@gmail.com>
* add the full width back
* clean and fix values grid columns values
* make the outline block
* use underline because outline overflows out the
Co-authored-by: sembauke <semboot699@gmail.com>
* turn the link into a button
Co-authored-by: sembauke <semboot699@gmail.com>
* fix: web-layout
* fix: mobile-layout
* sort the large text in wide screens
* hide the tool panel
* Revert "hide the tool panel"
This reverts commit 21499f840d.
* change the grid rows to account for big text
* make the card clickable
---------
Co-authored-by: sembauke <semboot699@gmail.com>
fix(curriculum): removed confusing sentance
```diff
# --description--
...
- Nearly every object in JavaScript has a `prototype` property which is part of the constructor function that created it.
```
* Minor grammatical change
```diff
# --description--
- Create an .small-text selector and set the font-size to 0.85rem, which would calculate to be roughly 13.6px (remember that you set your html to have a font-size of 16px).
+ Create a .small-text selector and set the font-size to 0.85rem, which would calculate to roughly 13.6px (remember that you set your html to have a font-size of 16px).
```
* Add backticks for formatting purposes
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>
---------
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>
* feat(next-api): add fastify-auth0-verify plugin
* feat(next-api): add fastify-jwt-authz plugin
* feat(next-api): accept privacy endpoint with scopes support
* fix(next-api): ignore eslint and ts errors
They will be fixed in a future PR when the package with errors has been updated
Co-authored-by: Niraj Nandish <nirajnandish@icloud.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
* refactor: use await/done to mollify eslint
* refactor: clean up unused code
It's also more of an express pattern. Fastify routes should be
registered as plugins.
* fix:implemented some of the recommendations of the earlier feedbacks on the JS RPG course
* fix: improved some description texts of the JS RPG course (Made Naomi's requested changes)