SPACE CONCORDIA WEBSITE
Guidelines to add sponsors to the website:
- Sponsor images are located at img/sponsors/xx-xx (xx-xx being the years). Please place them in the corresponding years to keep things neat and easy to find.
- Images are generally saved as a .jpg using the Save for Web option in Photoshop in order to have the images load faster
- Image sizes are as follows:
- Platinum: 350x350
- Gold: 250x250
- Silver: 170x170
- Bronze: 100x100
- Here is the format for each individual sponsor:
Use col-lg-4 for Platinum, col-lg-3 for Gold, and col-lg-2 for Silver and Bronze. Adjust the width and height using guideline 3.<div class="col-lg-4">
<a href="http://mdacorporation.com/"><img class="img" src="img/sponsors/15-16/mda.jpg" alt="MDA" width="350" height="350"></a>
<h2>MDA</h2>
</div>
You can fit 3 col-lg-4 in a row, 4 col-lg-3 in a row and 6 col-lg-2. So if you have to add a new row, wrap this around the previous code.
<div class="row">
sponsor code here
</div>
If you have any questions, feel free to contact me on Slack @n0pan or send me an email to [email protected].