Skip to content

git-mad/gitmad.github.io

 
 

Repository files navigation

This is the official website of the Georgia Institute of Technology Mastering Android Development (GITMAD) Club.

Project Structure

  • index.html - Main page showing the schedule and a facebook feed
  • about.html - Page showing officers
  • guides.html - Page showing a list of guides
  • _layouts/ - Templates for site pages
  • _guides/ - Collection containing information for each guide
  • _data/
    • [officers.yml] - Data pertaining to officers to display on the officers page
    • [schedule.yml] - Data pertaining to the schedule to display on the main(index) page
  • assets/
    • css - Styling
    • fonts - Fonts
    • images - Images on the sites (e.g. officer pictures)
    • js - Javascript

How to Run

  • Install Ruby version 2.7.8.225
  • Run gem install bundler
  • Run bundle install
  • Run bundle exec jekyll serve and you should be able to see local site

Contributing

Guides

Officers

Schedule

Technology

  • Jekyll
  • HTML
  • Boostrap (Material)

Releases

No releases published

Packages

No packages published

Languages

  • HTML 73.5%
  • CSS 24.7%
  • JavaScript 1.4%
  • Ruby 0.4%