File tree Expand file tree Collapse file tree 2 files changed +17
-4
lines changed
Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 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." ,
Original file line number Diff line number Diff line change 11import { FaDiscord } from "react-icons/fa" ;
22import Button from "./components/Button" ;
33import styles from "./page.module.css" ;
4+ import { GoAlertFill } from "react-icons/go" ;
45// import { GoAlertFill } from "react-icons/go";
56
67export 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}>
You can’t perform that action at this time.
0 commit comments