Skip to content

Home page of the Association for Computing Machinery at UH Manoa.

License

Notifications You must be signed in to change notification settings

jlo2224/ballroom.github.io

 
 

Repository files navigation

Association for Computing Machinery At Manoa

Association for Computing Machinery

This repository contains the source code for the Association for Computing Machinery At Manoa. The website provides information about various student clubs, their activities, meeting times, and how to join them.

Credit: This website is based on the Lab Website Template by the Greene Lab.

How to Run Locally

To start a test server for the website, use the following command:

bundle exec jekyll serve

Repo Structure

├── _clubs/                 # Markdown files for each club
│   ├── ballroom.md
│   ├── gamedev.md
│   ├── greyhats.md
│   ├── icspark.md
│   └── ...
├── _data/                  # YAML files for data configuration
│   └── types.yaml
├── _includes/              # HTML includes for Jekyll
│   ├── carousel.html
│   ├── cols.html
│   ├── figure.html
│   ├── list.html
│   ├── search-box.html
│   ├── search-info.html
│   ├── section.html
│   └── site-search.html
├── _layouts/               # Layout files for Jekyll
│   ├── default.html
│   └── post.html
├── _posts/                 # Blog posts
│   └── ...
├── _scripts/               # JavaScript files for additional functionality
│   └── dark-mode.js
├── _styles/                # SCSS files for styling
│   └── ...
├── images/                 # Image assets
│   ├── ballroom/
│   ├── gamedev/
│   ├── greyhats/
│   ├── icspark/
│   ├── logo/
│   └── ...
├── SIGS                    # Special Interest Groups index
├── _config.yaml            # Jekyll configuration file
├── Gemfile                 # Gemfile for Ruby dependencies
├── Gemfile.lock            # Lock file for Ruby dependencies
├── README.md               # This README file
└── ...

About

Home page of the Association for Computing Machinery at UH Manoa.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 45.0%
  • SCSS 30.2%
  • JavaScript 17.7%
  • Ruby 7.1%