GSMSTCSClub / GSMSTCSClub.github.io

GSMST CS Club's website made with plain HTML, CSS, and JS.

Home Page:https://gsmstcsclub.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS Club Logo

CS Club Website

Welcome to the repository of GSMST CS Club's website!

Directory Structure

css/ - The home of all the .css files for this website

  • styles.css contains global styles (styles used throughout the entire website)
  • All other css files include styles for the corresponding HTML page (e.g. about.css and about.html)

js/ - All of the JavaScript files are located in this directory

  • app.js contains JavaScript related to the entire website
  • initAOS.js is used to configure scroll animations
  • vanilla-tilt.js is a third-party library

images/ - Contains images for the website

All of the HTML files are located in the root directory.

About

GSMST CS Club's website made with plain HTML, CSS, and JS.

https://gsmstcsclub.github.io/

License:MIT License


Languages

Language:HTML 47.4%Language:JavaScript 36.2%Language:CSS 16.4%