Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,14 @@ Want to contribute to this repo? Great! We :heart: contributions. Just make sure
You will most probably end up making the third change.
3. Test locally and make sure the website functions properly and you didn't break anything.
4. Create a pull request with a descriptive title. Clearly document any changes you made. You should be able to explain why you made those changes.

## Adding a new sponsor or partner logo?
Follow the usual GitHub workflow outlined in the [first section](#new-feature-or-a-bug-fix?).
Then follow these specific guidelines for resizing the logo.
If you don't have access to professional tools like Photoshop, download [GIMP](https://www.gimp.org/downloads/). It is free, open source, and has all the features you will need for resizing logos.
1. Store the original logo in the `originals/` folder.
2. Resize the logo to `600 x 400` px i.e., 600 px wide and 400 px tall.
3. When resizing, turn on anti-aliasing to make sure the logo doesn't pixelate too much.
4. Center the logo and make sure to leave some whitespace around the margins. If in doubt, add the logo to the website and view your changes on the browser to check if it is aligned properly and the logo is neither too large not too small compared to other logos.
5. Finally, remove the background i.e., the background should be transparent and save as `PNG` file.
If you're feeling lucky, try compressing the image outlined [here](https://github.com/HackCU/HackCU/pull/14).
6 changes: 6 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1220,3 +1220,9 @@ td {
padding-left: 2em;
}
/* ===== End tables ===== */

/* Old sponsors */
.old-sponsors img {
width: auto;
height: 100%;
}
Loading