/website

first made in Spring 2020: altos lets go

Primary LanguageHTML

How to visualize your website

Double click on HTML files and it will open on your browser.

Making edits

Please use Git!!

Edit website content

Edit HTML files that do not start with an underscore _

Edit website style

Edit assets/stylesheets/main.css

To inspect a page, right-click the page in a browser, select "inspect".

Deploying the website to OCF

  1. SSH into OCF's server with ssh nice@ssh.ocf.berkeley.edu in a terminal
  2. run cd public_html
  3. run git pull

Staged updates

Edit HTML files appended with -staging

These can be accessed at niceacappella.berkeley.edu/file-name-staging

To deploy, copy code from staging files to live files and search and remove all instances of -staging