-
Notifications
You must be signed in to change notification settings - Fork 1
/
ZeroDays.html
51 lines (43 loc) · 2.18 KB
/
ZeroDays.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<title>Le Tour Du Hack 2022</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</head>
<body style="height:620px">
<nav class="navbar navbar-inverse navbar-fixed-top">
<ul class="nav navbar-nav">
<li><a class="navbar-brand" href="https://ltdh22.enusec.org/">Le Tour Du Hack 2022</a></li>
<li><a href="https://enusec.org/">ENUSEC</a></li>
<li><a href="https://ltdh22.enusec.org/cfs">Call For Sponsors</a></li>
<li><a href="https://ltdh22.enusec.org/cfp">Call For Papers</a></li>
<li><a href="https://www.eventbrite.co.uk/e/le-tour-du-hack-2022-tickets-243258912957">Tickets</a></li>
</ul>
</nav>
<link rel="stylesheet" href="style.css">
<br>
<div class="container" style="color:white;">
<br>
<br>
<br>
<br>
<br>
<br>
<img src="uploads/ZeroDaysBlack.png" style="width:40%; padding-bottom:2%">
<div style="padding-top:5px; background: rgba(48,47,47, 0.5); width:70%; margin-left:auto; margin-right:auto; display:block; border-radius:50px;">
<h1 id="headline"> about our ctf Sponsor </h1>
<p>
Zero Days Security organise and promote cyber-security challenges, commonly known as capture-the-flag (CTF) events. Our aims are to promote, develop and encourage participation in CTF events in Ireland. Each Year we run a number of our own events including the Irish College's Cyber-Security Challenge, Cyber-Schools, and Irish team selection and training for the European Cyber Security Challenge.
<br>
We also run custom in-house events for conferences, corporations, schools and colleges. Our flagship event, the annual Zero Days CTF attracts over 300 competitors for one of the largest on-site CTF events globally.
<br>
If you would like to get involved and become a sponsor or you are looking to host your own event then please contact us at info@zerodays.ie
</p>
<br>
</div>
</body>
</html>