Skip to content

Commit 0a0b526

Browse files
author
Finnegan Cappelli
committed
new logo, hamburger fix
1 parent 6886468 commit 0a0b526

File tree

6 files changed

+1751
-17
lines changed

6 files changed

+1751
-17
lines changed

assets/css/styles.css

+22-3
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

+28-4
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,22 @@ ul {
6565
list-style: none;
6666
}
6767

68+
.fade-border-multi img {
69+
border-radius: 8px;
70+
box-shadow:
71+
0 0 0 3px #ff7613,
72+
0 0 10px 5px rgba(255, 118, 19, 0.5),
73+
0 0 20px 10px rgba(255, 118, 19, 0.3);
74+
vertical-align: middle;
75+
}
76+
6877
.logo25 {
69-
width: 10em;
78+
width: 20em;
7079
height: auto;
7180
}
7281

82+
83+
7384
.sections {
7485
display: flex;
7586
flex-direction: column;
@@ -229,6 +240,16 @@ ul {
229240
}
230241

231242
@media(max-width:768px) {
243+
html, body {
244+
margin: 0;
245+
padding: 0;
246+
width: 100%;
247+
overflow-x: hidden;
248+
}
249+
250+
.background-container {
251+
padding-top: calc(1em + 40px);
252+
}
232253
.hamburger {
233254
display: block;
234255
z-index: 1;
@@ -245,9 +266,12 @@ ul {
245266
}
246267

247268
.navigation {
248-
position: relative;
249-
top: 0px;
250-
//overflow: hidden;
269+
position: fixed;
270+
top: 0;
271+
left: 0;
272+
width: 100%;
273+
z-index: 1000;
274+
box-sizing: border-box;
251275
}
252276

253277
.navigation-menu {

assets/images/competition_logos/RITSEC CTF ALIEN INVASION-01.svg

+1,693
Loading

assets/images/competition_logos/ritsec_green-fixed.svg

+1
Loading

index.html

+6-9
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
66
<title>RITSEC CTF</title>
77

88
<link rel="stylesheet" href="/assets/css/styles.css">
@@ -38,13 +38,15 @@
3838
</div>
3939
</nav>
4040
<div class="main-container">
41-
<img src="assets/images/temp-logo-2025.png" alt="temporary placeholder for 2025 logo." class="logo25">
41+
<div class="image-wrapper fade-border-multi">
42+
<img src="assets/images/competition_logos/ritsec_green-fixed.svg" alt="RITSEC CTF 2025 Logo" class="logo25">
43+
</div>
4244
<h1>RITSEC CTF 2025:</h1>
4345
<h6>Friday March 21st 17:00 - Sunday March 23rd 17:00 EDT</h6>
4446
<div class="sections">
4547
<section class="about">
4648
<h4>About</h4>
47-
<p>RITSEC CTF 2025 is a security-focused competition that features the following categories: BIN\PWN, Crypto, Reversing, Forensics, Web, Misc, and more.<br/> We welcome beginners and more advanced security friends! Join the discord!!!</p>
49+
<p>RITSEC CTF is a cybersecurity Capture The Flag competition that features categories such as PWN, Cryptography, Reversing, Forensics, Web, and Misc.<br/> We welcome beginners and more advanced security friends!</p>
4850
<a href="https://discord.gg/aNP8BupNmg">https://discord.gg/aNP8BupNmg</a>
4951
<h4>Registration</h4>
5052
<p>In order to register for the competition, please follow the link below:</p>
@@ -79,12 +81,7 @@ <h4>Rules</h4>
7981
<section class="prizes">
8082
<h4>Prizes</h4>
8183
<p>The following prizes will be awarded to winners of the competition:</p>
82-
<p>Prizes will be awarded to the top 3 Student or University affiliated teams.</p>
83-
<p>1st place: $0</p>
84-
<p>2nd place: $0</p>
85-
<p>3rd place: $0</p>
86-
<p>The top RITSEC Student team will also receive a prize.</p>
87-
<p>Student 1st place: $0</p>
84+
<p>TBD</p>
8885
</section>
8986
</div>
9087
<section class="previous-ctfs">

0 commit comments

Comments
 (0)