This demo can be used to test, demonstrate and gather feedback on collaboration features and products for GitHub.
The main premise is to get a rocket to launch. The demo uses CSS variables to control the logo on the rocket (JPL or NASA) and the fuel level. It uses GitHub Pages to render: https://simpsoka.github.io/mission-control/
- In
/main.css
set theshuttle-logo
variable toshuttle-logo-jpl
androcket-fuel
to0
- Commit changes to master
- Refresh https://simpsoka.github.io/mission-control/ (note this may take a few seconds) and the shuttle should be grounded, displaying the JPL logo on its right bottom wing.
This demo can be adjusted based on the needs of the person running it. The main components are intended to be easy to use so that demonstrating collaboration flows like PR Reviews and Issues are clear to the audience. This demo also provides a rendered application, use this to show that the changes took place and the code is running.
- To run the demo, you can adjust the fuel and logo variables in
main.css
- Fuel can be set to
0
for a grounded shuttle and1
for a shuttle that has liftoff - Logos can be set to either
JLP
orNASA
- Fuel can be set to
- If you ran the demo in this repository (as opposed to forking), be sure to reset the demo when you're finished.