Skip to content

lisajl/IllinoisWCS.github.io

 
 

Repository files navigation

IllinoisWCS.github.io

About

This is the main website for Women in Computer Science at UIUC. Current owner is Anjali Kumar (@anjalik4).

Making Edits

Set up a simple http server to view edits you make locally. This guide should help with that. Refresh the localhost tab to view changes after saving them in your code editor.

Pull Requests

Please never commit to master, even if you have permission. Run all changes by the Head of Infrastructure. Here are the steps to making a change and solving an issue:

  1. Make a branch off master. Please give it a descriptive message.

  2. Commit your changes onto your branch.

  3. Push your branch changes.

  4. Once you're ready, create a pull request with base as the master.

  5. Write a descriptive title and comment. You can reference the associated issue with a #.

Style Guide

  • You can do tabs or spaces, but please set your tab to 4 spaces.

  • Use camelCase, not snake_case.

  • Put braces on the right.

  • Lines should not be longer than 80 characters.

  • Put a comment above each function describing what it does.

  • Alphabetize your CSS.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.0%
  • CSS 22.1%
  • HTML 16.9%
  • SCSS 6.9%
  • Ruby 0.1%
  • Shell 0.0%