Skip to content

Commit 59e528b

Browse files
invictus'25 events added
1 parent 735cf27 commit 59e528b

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

public/data.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,18 @@
155155
}
156156
],
157157
"events": [
158+
{
159+
"name": "EHAX CTF",
160+
"about": "A CTF competition organised by EHAX in Invictus'25 DTU's mega tech fest",
161+
"link": "https://unstop.com/p/ehax-ctf-invictus-2025-technical-council-dtu-1392873",
162+
"date": "17 Feb, 2025"
163+
},
164+
{
165+
"name": "Capture the Real Flag",
166+
"about": "A thrilling and challenging real life hacking challenges based treasure hunt game in Invictus'25, where players have to search for real clues across DTU's campus to win the game",
167+
"link": "https://unstop.com/competitions/capture-the-real-flags-invictus-2025-dtu-new-delhi-1392938",
168+
"date": "15 Feb, 2025"
169+
},
158170
{
159171
"name": "IICON'2025",
160172
"about": "IICON is an annual event held in India, organised by professionals from intelligence and investigation domains.",

src/app/page.tsx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { FaDiscord } from "react-icons/fa";
22
import Button from "./components/Button";
33
import styles from "./page.module.css";
4+
import { GoAlertFill } from "react-icons/go";
45
// import { GoAlertFill } from "react-icons/go";
56

67
export default function Home() {
@@ -21,17 +22,17 @@ export default function Home() {
2122
<FaDiscord size={25} /> Enter Discord!
2223
</Button>
2324
</a>
24-
25-
{/* <div className={styles.recAlertLink}>
25+
26+
<a href="https://unstop.com/p/ehax-ctf-invictus-2025-technical-council-dtu-1392873" target="__blank" className={styles.recAlertLink}>
2627
<div className={styles.recAlert}>
2728
<div className={styles.recAlertlogo}>
2829
<GoAlertFill fontSize={35} color="#00ff04" />
2930
</div>
3031
<div>
31-
<h3>Recruitment CTF on 12 Jan!!!</h3>
32+
<h3>EHAX CTF in Invictus'25 !!!</h3>
3233
</div>
3334
</div>
34-
</div> */}
35+
</a>
3536
</div>
3637

3738
{/* <div className={styles.about}>

0 commit comments

Comments
 (0)