This repository contains a template for building LaunchCode-themed slides using HTML, CSS, JS, and Markdown. They’re easy to work with for creating code-centric presentations.
Based on technopagan/slides-in-markdown
If you wish to use the template, fork this repo and customize as desired.
If you want to create a collection of slides, we further recommend that you:
template.html file to include proper references to the include JS and CSS filestemplate.html each time want to create a new deckIf you wand to create a set of slides within LaunchCodeEducation (assuming you have commit permissions to this org):
$ git clone [email protected]:LaunchCodeEducation/slide-template.git course-slides
In this example, the new repo is named course-slides
$ git remote rm origin
$ git remote add origin [email protected]:LaunchCodeEducation/course-slides.git
See demo template for details on how to create your slides within the template.