Build basic static HTML framework for displaying course content, #3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fill in with some draft and placeholder content.
I was hoping to have much more content by now, but I need to start landing something.
This is mostly building out a repository structure that supports the various content in the lesson plan, displayed in a consistent way. It does the following:
I've also filled in content for the first part of the first project, after reading through @overvenus's solutions to the MIT course, and the MIT course's descriptions of its own projects.
The structure is similar to @skade's rust-three-days-course.
Rendered pages:
Note that the CSS here is just placeholder.
The vast majority of files here are just js libraries. The interesting stuff is
Fixes tikv/tikv#4164.
Next steps:
As always, feedback welcome.
cc @overvenus @Connor1996 @nolouch @Hoverbear @siddontang