- OPEN YOUR CODE EDITOR
- Code editors are apps like CodePad or VS Code
- Click "Download a Code Editor" at the bottom of this page if you don't have one installed yet
- SET UP YOUR FILES
- IMPORTANT: only do this once per computer - not every time you need to code at home
- File > New file (for CodePad, +New > HTML5)
- File > Save as (for CodePad, File > Save)
- Pick a spot to save your file and name it index.html
- For each additional file on your site, repeat steps 1 - 3. The file names need to match the file names you used at school (page2.html, learn,html, about.html... this was up to you!).
- File > New file (for CodePad, +New > CSS3)
- File > Save as
- Still be in the same folder, and name this one style.css
- GET YOUR CODE
- Go to Canvas and open the most recent coding assignment you turned in.
- Copy and paste the code out of each attempt into the correct files in your code
editor.
- Replace all of the code in each file with the code you've copied out of Canvas.
- The menu to see different attempts is at the top left of the assignment page.
- DO YOUR CODING
- BACK UP YOUR NEW WORK!
- When you've finished coding, be sure to re-submit your newest code to Canvas so you have access to it at school!
- At school, follow the "Get Your Code" directions.