Skip to content

marisadi/marisadi.github.io

Repository files navigation

marisadi.github.io

Marisa Di Monda — Portfolio Site

Static portfolio site built with HTML, SCSS, and vanilla JavaScript.
Hosted on GitHub Pages with a custom domain.

Local development

Daily workflow

  1. cd portfolio-site
  2. sass --watch scss/style.scss css/style.css
  3. Edit in VS Code
  4. When ready: git add . git commit -m "Update layout / works" git push

WORK BLOCKS template for index.html:

SCSS defined grid sizes (add more if you want):

  1. .span-12 { grid-column: span 12; }
  2. .span-8 { grid-column: span 8; }
  3. .span-6 { grid-column: span 6; }
  4. .span-4 { grid-column: span 4; }

*duplicate work page to create a new one

About

Portfolio Site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors