Skip to content

Commit 79a1fc2

Browse files
committed
update introduction
1 parent 44c932f commit 79a1fc2

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

Diff for: LearnJsonEverything/Services/HelpContent.cs

+7-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use the `json-everything` libraries to their full potential!
1010
Inside, you'll find a collection of lessons, each of which highlight a specific feature
1111
provided by one of the libraries. For each lesson, you'll be given some background information,
1212
possibly some links to various documentation, and a coding challenge along with some test
13-
cases. To move on to the next lesson, your code will need to make all test cases pass.
13+
cases. Make all the tests pass to move on to the next lesson.
1414
1515
Want to skip ahead and work on a particular lesson? No problem: simply select the lesson
1616
you'd like to work on from the pane on the left. The navigation buttons will activate as
@@ -20,9 +20,13 @@ any time.
2020
To assist you on your journey, the site will keep track of the lessons you've completed
2121
as well as your solutions to them so that you can take a break and come back at any time
2222
either to continue learning or to review the work you've done.
23+
24+
You can click <kbd>Reveal Solution</kbd> at any time to see the recommended solution, or
25+
<kbd>Reset</kbd> to get the template back and clear the lesson state.
26+
27+
---
2328
24-
**This site is 100% client-side. All operations are performed in your browser. There
25-
is no server to send any of your data to.**
29+
**This site is 100% client-side. All operations are performed in your browser.**
2630
2731
---
2832

Diff for: LearnJsonEverything/wwwroot/css/app.css

+5
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,11 @@ blockquote {
356356
fill: rgb(175, 176, 177);
357357
}
358358

359+
kbd {
360+
border: solid 1px dimgray;
361+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
362+
}
363+
359364
/*--- FEATURE ---*/
360365

361366
.feature{

0 commit comments

Comments
 (0)