UIS Computer Science Club
The unofficial repo for the University of Illinois Springfield CS club
If you're looking for Orion Lab, please visit HERE
This repo covers the University of Illinois Springfield Computer Science Club website. The entire structure is built from pure vanilla HTML/CSS/JS. No bundling, no building, no poorly executed crypto hacks. Current project goals are to make this the most accessible, friendly, and informative place for technology and cooperation alike within UIS. A demo of the current build can be viewed HERE.
FEATURES
- Scroll animations using Intersection Observer
- Dynamic light/dark mode color schemes and images
- Single-page all public-access
- I'm running out of things to say
ACCESSIBILTY
- (prefers-reduced-motion)
- (prefers-color-scheme)
- (prefers-contrast)
- (min-width: 1920px)
- (min-width: 1440px)
- (min-width: 3840px)
WIP ADDITIONS
- Mobile support (it's pretty bad at the current moment)
- Dynamic event fetching
- Dynamic club member fetching
- Proper webkit support
SERVING
- Clone this GitHub reposity either using git, or by simply downloading the sourcecode.
- Navigate to the
/public
directory.
- Use your favorite local server, such as
npm serve
or python3 -m serve
.
KNOWN ISSUES
Uhhh, it's still a WIP but if you find a major issue feel free to open a pull request.
Thanks for stopping by!