https://github.com/endlessreform/uctrust
The former campaign website for the Trust Coalition, a slate of UChicago students running for student government in the 2019 elections
https://github.com/endlessreform/uctrust
Last synced: 3 months ago
JSON representation
The former campaign website for the Trust Coalition, a slate of UChicago students running for student government in the 2019 elections
- Host: GitHub
- URL: https://github.com/endlessreform/uctrust
- Owner: EndlessReform
- Created: 2019-03-08T21:17:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-05T04:04:49.000Z (about 4 years ago)
- Last Synced: 2025-01-16T01:14:40.290Z (4 months ago)
- Language: CSS
- Homepage:
- Size: 39.8 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
uctrust.us was the official campaign website for the Trust Coalition. This slate of three students ran for office in UChicago student government during the spring 2019 elections. Both the slate and URL are no longer in service.
# Style Guide
Our branding exclusively uses the IBM Plex font family.
Colors:
* **Black:** #1f161a;
* **Beige:** #fff4e1;
* **Maroon:** #800000;
* **Blue:**# Codebase
Our website is deliberately single-page. We use exclusively vanilla JS, and target a page weight of under 1MB.
## HTML
All static content goes in `index.html`.
For class naming, we use [Block-Element-Modifier](http://getbem.com/naming/) conventions.## CSS
We separate
## Data
Candidates: Name, image, bio
Issues: Name, tagline, image, text
Staff: Name, role, image
Endorsements: Name, image?## Development
We don't need no safeword; push all changes straight to prod!