From 71b12aaa1337c2ee5d33c86f7bd473caddc587df Mon Sep 17 00:00:00 2001 From: Nick Krichevsky <nick@ollien.com> Date: Tue, 27 Nov 2018 23:36:59 -0500 Subject: [PATCH] Add paytronix logo --- static/css/style.css | 8 ++++++++ templates/index.html | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 06cf044..f5aec17 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -127,6 +127,14 @@ footer.page-footer { font-family: "Archivo Narrow", "Helvetica", sans-serif; } +.sponsors > div { + max-width: 85%; +} + +.gold-sponsors img { + max-height: 90px; +} + .silver-sponsors img { max-height: 85px; } diff --git a/templates/index.html b/templates/index.html index 6f09a60..8ec6e25 100755 --- a/templates/index.html +++ b/templates/index.html @@ -111,6 +111,10 @@ <h2>Platinum Sponsors</h2> <div class="sponsor-name">WPI Computer Science</div> </div> + <div class="gold-sponsors"> + <h2>Gold Sponsors</h2> + <img src="../static/img/sponsors/paytronix.png"> + </div> <div class="silver-sponsors"> <h2>Silver Sponsors</h2> <img src="../static/img/sponsors/carbon-black.png">