Skip to content

t0fr/spaceconcordia.github.io

 
 

Repository files navigation

SPACE CONCORDIA WEBSITE

Guidelines to add sponsors to the website:

  1. 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.
  2. Images are generally saved as a .jpg using the Save for Web option in Photoshop in order to have the images load faster
  3. Image sizes are as follows:
    • Platinum: 350x350
    • Gold: 250x250
    • Silver: 170x170
    • Bronze: 100x100
  4. Here is the format for each individual sponsor:
    <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>
    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.
    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].

About

Contains the static website for the Space Concordia society

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 88.4%
  • CSS 10.1%
  • JavaScript 1.5%