Add paytronix logo
This commit is contained in:
parent
402b83d40c
commit
71b12aaa13
2 changed files with 12 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue