Reimplement /code_schools page
See original GitHub issueFeature
Why is this feature being added?
https://operationcode.org/code_schools exists and it needs to exist in the new code base as well.
What should your feature do?
- Implement the code_schools page via
pages/code_schools.js
- Emulate this mock.
- See live source code. Feel free to copy-paste a lot.
- Refactor as required to match our new standards (linting, using components where possible, etc.)
- Implement new card design
- Reference moocs from API (see here)
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
codeschool Documentation - Read the Docs
This page gives an overview of the architecture and the role each module plays in the Codeschool infrastructure. Core services. Core modules.
Read more >Learning JavaScript with CodeSchool - Shane Lynn
Codeschool offer four different streams of classes in different technologies, Ruby, Javascript, Html/CSS and iOS. As a practicing data scientist, ...
Read more >Summary of CodeSchool's “Try jQuery” | by Lim | Medium
JavaScript “Code Reuse” — Part 1–2: Functional Classes ... from that web page and the browser loads the HTML piece by piece into...
Read more >Pluralsight + Code School: Code Courses
CodeSchool.com is now Pluralsight. Grow your skills with experiences like assessments, paths, code courses and expert-led content on today's most in-demand ...
Read more >So I've finished JavaScript...how do I implement it into a ...
So you want to enter some text, which appears elsewhere on the page? If you do this only with JS, the comment will...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Page Design at: https://projects.invisionapp.com/share/KSO12EFRU7E#/screens/323736695_OC_Coding_Schools_Landing_Page
Great question
MOOCs are hard-coded for now
I think there’s an
is_mooc
value that will come from the code schools - that may already be in, but just hardcode an array of objects representingmoocs
edit: to be clear - it’s not in yet 👍