ubacm / OldACMWebsite

UB ACM's website.
0 stars 7 forks source link

Welcome to the UB ACM's website for 2016.

It is constructed using the Bootstrap CSS framework and uses Jekyll for templating.

Right now, there are two branches in this repository: "master" and "2016". "master" holds the current website, so we will not be working on it. Right now, any code edited in it will be live. Therefore, We will be working on the branch 2016.

In order to use this repository, you must:

To download the repository:

  1. Go to the location that you want the folder downloaded to (ie. home/Projects/)
  2. Use the command "git clone https://github.com/ubacm/ubacm.github.io.git".
  3. Switch your branch to the 2016 branch by using the command "git checkout 2016".

Now you should be ready to edit the files and write some code.