Skip to content

webdesigndecal/sp24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring 2024 Web Design Decal Resources

To add a new assignment:

  1. Add the folder containing instructions into the assignments folder.
  2. Go to the script.js file in the root of /assignments.
  3. Edit line 2 with the correct assignment name: accepted types are:
    • hw{number}
    • lab{number}
    • midterm
    • final
    • Ex. hw1, lab10, final.
  4. Add, commit, and push your changes.

To create a new semester resource repo

  1. Mirror this repository.
    1. Create a new repository on the webdesigndecal Github organization.
    2. Open your terminal to a directory of your choice (ex. Documents/wdd)
    3. Run git clone --bare https://github.com/webdesigndecal/sp24.git
    4. cd sp24
    5. Run git push --mirror https://github.com/webdesigndecal/fa24.git
    6. cd .., and rm -rf sp24
  2. Delete all folders inside of the /assignments folder, and reset the array in assignments/script.js to an empty array.
  3. Update this README and index files changing sp24 to fa24.

About

resources used in sp24; assignment instructions and download links.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published