/softi.es

A website for softies.

Primary LanguageCSS

A website for UW Software Engineering class of 2019.

Setup

Install dependencies:

npm install

Update index.html with new content:

node build.js

Contributing

  • Fork the repository
  • Add a photo of yourself at people/yourname.jpg. Try to keep the image around 500px wide
  • Add an object into the people array in people.json with your name, photo, description, website, and GitHub username
    • You don't need to add the http:// to the beginning of the website, that gets added automatically.
  • Create a pull request
  • The deployment process will take care of the rest once it's merged to master!