Skip to content

Commit 84f7ffd

Browse files
author
Finnegan Cappelli
committed
added prizes & new sponsors
1 parent ee35ec0 commit 84f7ffd

File tree

8 files changed

+31
-15
lines changed

8 files changed

+31
-15
lines changed

assets/css/styles.css

+7-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/styles.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/styles.scss

+8-2
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ ul {
320320
.sponsor-images {
321321
display: flex;
322322
align-items: center;
323-
flex-direction: row;
323+
flex-direction: column;
324324
gap: 3em;
325325
padding-bottom: 2em;
326326
padding-left: 2em;
@@ -347,13 +347,19 @@ ul {
347347
@media screen and (max-width: 1500px) {
348348
.sponsor-images {
349349
flex-direction: column;
350+
padding-left: 4em;
351+
padding-right: 4em;
352+
img {
353+
width: 5.5em;
354+
height: 5.5em;
355+
}
350356
}
357+
351358
}
352359

353360
@media screen and (max-width: 985px) {
354361
.sponsor-images {
355362
flex-direction: column;
356-
357363
img {
358364
width: 4em;
359365
height: 4em;

assets/images/sponsors/amex.png

39.7 KB
Loading

assets/images/sponsors/datadog.png

85.5 KB
Loading

assets/images/sponsors/metactf.png

19.9 KB
Loading

assets/images/sponsors/wingsover.png

21.3 KB
Loading

index.html

+15-11
Original file line numberDiff line numberDiff line change
@@ -88,27 +88,27 @@ <h4>Prizes</h4>
8888
<p>The following prizes will be awarded to winners of the competition:</p>
8989
<p>RIT Teams:<br/>
9090
1st Place <br/>
91-
- TBD <br/>
91+
5x MetaCTF OnDemand Labs 1 year subscriptions + TBD <br/>
9292
2nd Place <br/>
93-
- TBD <br/>
93+
5x MetaCTF OnDemand Labs 6 months subscriptions + TBD <br/>
9494
3rd Place <br/>
95-
- TBD <br/>
95+
5x MetaCTF OnDemand Labs 3 months subscriptions + TBD <br/>
9696
4th Place <br/>
97-
- TBD <br/>
97+
5x MetaCTF OnDemand Labs 2 months subscriptions + TBD <br/>
9898
5th Place <br/>
99-
- TBD <br/></p>
99+
5x MetaCTF OnDemand Labs 1 month subscriptions + TBD <br/></p>
100100

101101
<p>External US Academic Teams:<br/>
102102
1st Place <br/>
103-
- TBD <br/>
103+
5x MetaCTF OnDemand Labs 1 year subscriptions <br/>
104104
2nd Place <br/>
105-
- TBD <br/>
105+
5x MetaCTF OnDemand Labs 6 months subscriptions <br/>
106106
3rd Place <br/>
107-
- TBD <br/>
107+
5x MetaCTF OnDemand Labs 3 months subscriptions <br/>
108108
4th Place <br/>
109-
- TBD <br/>
109+
5x MetaCTF OnDemand Labs 2 months subscriptions <br/>
110110
5th Place <br/>
111-
- TBD </p>
111+
5x MetaCTF OnDemand Labs 1 month subscriptions </p>
112112
</section>
113113
</div>
114114
<section class="previous-ctfs">
@@ -149,18 +149,21 @@ <h6>Platinum</h6>
149149
<img src="/assets/images/sponsors/battelle.jpg" alt="Battelle" id="battelle">
150150
<img src="/assets/images/sponsors/fm.png" alt="FM" id="FM">
151151
<img src="/assets/images/sponsors/icrinc.jpg" alt="ICR, Inc." id="ICR">
152-
<img src="/assets/images/sponsors/amplify.jpeg" alt="Amplify" id="Amplify">
152+
<img src="/assets/images/sponsors/amplify.jpeg" alt="Amplify" id="Amplify">
153+
<img src="/assets/images/sponsors/datadog.png" alt="Datadog" id="Datadog">
153154
</div>
154155
</div>
155156
<div class="gold-sponsors">
156157
<h6>Gold</h6>
157158
<div class="imgset">
158159
<img src="/assets/images/sponsors/miscreants.svg" alt="Miscreants" id="miscreants">
160+
<img src="/assets/images/sponsors/amex.png" alt="American Express" id="American Express">
159161
</div>
160162
</div>
161163
<div class="silver-sponsors">
162164
<h6>Silver</h6>
163165
<div class="imgset">
166+
<img src="/assets/images/sponsors/wingsover.png" alt="Wings Over" id="Wings Over">
164167
<img src="/assets/images/sponsors/mindex.jpeg" alt="Mindex" id="mindex">
165168
</div>
166169
</div>
@@ -169,6 +172,7 @@ <h6>Educational</h6>
169172
<div class="imgset">
170173
<img src="/assets/images/sponsors/nostarchpress.png" alt="No Starch Press" id="nostarchpress">
171174
<img src="/assets/images/sponsors/fortra-logo-forest-green.png" alt="Fortra" id="fortra">
175+
<img src="/assets/images/sponsors/metactf.png" alt="MetaCTF" id="MetaCTF">
172176
</div>
173177
</div>
174178
</div>

0 commit comments

Comments
 (0)