Skip to content

"Day 0" SMACSS lab assignment for seattle-301d25

Notifications You must be signed in to change notification settings

WGJBV/00-SMACSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Code 301 - SMACSSify Exercise

Make sure you have read the SMACSS documentation before working on this assignment.

Instructions

Plan to spend about 5 minutes reading through this document before getting started on the code.

After that, follow the instructions below to fork and clone this repository, and then spend about 45 minutes working in the starter code.

  1. Fork and then clone the repository from the link provided by the instructor in Slack into your ~/codefellows/301 directory, and navigate into that repo.
  2. Create a new branch using your name: git checkout -b firstname-lastname
  3. Create a copy of the starter-code directory with the copy's name being the your first name and last name (cp -r starter-code firstname-lastname) and navigate into that directory (ex: cd sam-hamm).
  4. Start by reading through the HTML and CSS files to see how they are interconnected.
  5. Create the following files: base.css, layout.css, and modules.css, and link them into the HTML file.
  6. Save the code, and do a Git "add" and "commit".
  7. Following SMACSS conventions, move the individual CSS rules from style.css into the appropriate new CSS file. Feel free to refactor and optimize the individual CSS rules and HTML file as needed as you go through this process.
  8. As you work, verify the styling is maintained in the browser.
  9. When everything has been removed from style.css, delete the file, and delete the link from the HTML file.
  10. Save the code, and do a Git "add" and "commit".
  11. Respond to the questions in the README.md of the starter code.
  12. When finished, push your branch back to your fork on GitHub, and merge it into master. Then, make a pull request back from your branch to the original Code Fellows repo. If you are unsure what to do, ask a TA or instructor.

About

"Day 0" SMACSS lab assignment for seattle-301d25

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published