Skip to content

Commit

Permalink
added discord and register
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannivigna committed Oct 4, 2024
1 parent ffa8c3a commit db599a8
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
10 changes: 10 additions & 0 deletions discord/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0; url=https://discord.gg/VyESfqmQH3">
</head>
<body>
<p>If you are not redirected automatically, follow this <a href="https://discord.gg/VyESfqmQH3">link to the registration form</a>.</p>
</body>
</html>
8 changes: 4 additions & 4 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ The only things you need are:
* A cool name
* A team advisor who has to be a teacher or a professor. No exception. The advisor is responsible for the ethical behavior of the team, and will be contacted in order to verify the legitimacy of the team.

You can register your team using this [registration form](https://forms.gle/askzauiFwJK4sCPz5).
You can register your team using this [registration form](https://ictf.cs.ucsb.edu/register).

You can watch an [introductory presentation](media/iCTF_2024_Introduction.mp4).

Join the [iCTF discord channel](https://discord.gg/VB9MKuA84w).
You can watch an [introductory presentation](https://www.youtube.com/watch?v=_IlIiEchKD0&list=PLDBSVxto95ou6GJ2DHj-y4-r6PY_dHHJU&index=1&t=4s).

Join the [iCTF discord channel](https://ictf.cs.ucsb.edu/discord), which contains pointers to training materials.

You can watch iCTF-related presentation in the [iCTF YouTube playlist](https://www.youtube.com/playlist?list=PLDBSVxto95ou6GJ2DHj-y4-r6PY_dHHJU).

The 2024 iCTF is sponsored by the [ACTION NSF AI Institute](https://action.ucsb.edu), and was organized by [Shellphish](https://www.shellphish.net) and the [UCSB Women in Computer Science group](https://wics-ucsb.github.io/).

Expand Down
10 changes: 10 additions & 0 deletions register/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0; url=https://forms.gle/askzauiFwJK4sCPz5">
</head>
<body>
<p>If you are not redirected automatically, follow this <a href="https://forms.gle/askzauiFwJK4sCPz5">link to the registration form</a>.</p>
</body>
</html>

0 comments on commit db599a8

Please sign in to comment.