-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Curriculum drafts #212
base: master
Are you sure you want to change the base?
Curriculum drafts #212
Conversation
I got a chance to review this PR this evening. It looks great!!! I'm wondering if it would be easier to deploy and maintain this as a separate github repo that gets linked from the homepage. The main thing we'd have to troubleshoot to merge would be how to serve your index file within the existing React.js + Webpack setup. (Something like this article explains 😝) Since these files don't use the same framework, it might just be easier to do it separately. Are you able to serve this |
Re issue #128 this is a start at what the curriculum could look using a template for lessons from Mozilla. Will need to work on better responsiveness and a better way to link to TEKS. Also, the index.html should probably be some kind of landing page but for now it is just the first lesson.
Making this pull request mainly to share progress and get feedback, and allow others to merge and/or plan additional work.