Skip to content

Commit 721f4e6

Browse files
committed
Added logos to press release
1 parent 5cd60b5 commit 721f4e6

1 file changed

Lines changed: 23 additions & 7 deletions

File tree

aixcc/shellphish_aixcc_qualification.html

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,31 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
66
<link rel="stylesheet" type="text/css" href="../shellphish.css">
77
<title>AI Cyber Challenge (AIxCC) | Shellphish</title>
8+
<style>
9+
.image-row {
10+
display: flex;
11+
justify-content: space-between;
12+
flex-wrap: wrap;
13+
}
14+
.image-row img {
15+
max-width: 48%;
16+
height: auto;
17+
margin-bottom: 10px;
18+
}
19+
@media (max-width: 768px) {
20+
.image-row img {
21+
max-width: 100%;
22+
}
23+
}
24+
</style>
825
</head>
926
<body>
10-
<ul id="navbar">
11-
<li><a href="../index.html">Home</a></li>
12-
<li><a href="../members/index.html">Members</a></li>
13-
<li><a href="../index.html">CGC</a></li>
14-
<li><a href="index.html">AIxCC</a></li>
15-
</ul>
16-
27+
28+
<div class="image-row">
29+
<img src="../shellphish.png" alt="Shellphish Logo">
30+
<img src="../artiphishell.png" alt="ARTIPHISHELL Logo">
31+
</div>
32+
1733
<h1>Shellphish Qualifies for the AIxCC Final Event with $2 Million Cash Award</h1>
1834

1935
<p>August 13, 2024 - The Shellphish hacker collective is proud to announce that their cutting-edge Cyber Reasoning System (CRS),

0 commit comments

Comments
 (0)