usacs / usacs.github.io

USACS is Rutgers University's Student-run Organization for Computer Scientists!
https://usacs.rutgers.edu
15 stars 32 forks source link

Outreach page #96

Closed goldencarrots72 closed 6 years ago

goldencarrots72 commented 6 years ago

Changes to outreach page.

Sail338 commented 6 years ago

1.) Make sure to only make changes in views/ 2.) Not sure we want to delete the mentor images or else git might complain

hemangandhi commented 6 years ago

Small addendum:

Let us know if you need help getting the mentor pics back. You could use the dark arts of git (git checkout master -- assets/img/mentors should suffice on some sort of git shell - just commit the files you ressurrect). If don't git that, it should be a matter of running python3 scripts.py mentor-pics if you have python and pip - be sure to have pip install -r requirements.txt first.

You'll also need the python stuff to test your changes. See our building guide for more...

Another small nit-pick: be sure that all the images you use are in assets/img/outreach, just so that we know what they're used for (unless they're used like everywhere, but I don't see that here).

Small, LOL.