-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfaq.html
202 lines (193 loc) · 7.79 KB
/
faq.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<script src="./script.js"></script>
<title>Capture The Flag 2023</title>
</head>
<body>
<!-- Navbar -->
<nav class="navbar ">
<div class="navbar__content flex">
<div class="navbar__logo text-white">
Capture the Flag
</div>
<ul class="navbar__menu show-on-widescreen">
<li class="navbar__menu-item">
<a href="./index.html" target="_self">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path d="M12.74 2.32a1 1 0 0 0-1.48 0l-9 10A1 1 0 0 0 3 14h2v7a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-7h2a1 1 0 0 0 1-1 1 1 0 0 0-.26-.68z"></path>
</svg>
</a>
</li>
<li class="navbar__menu-item">
<a href="https://github.com/ctfdmiunict/ctfdmiunict.github.io" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M12.026 2c-5.509 0-9.974 4.465-9.974 9.974 0 4.406 2.857 8.145 6.821 9.465.499.09.679-.217.679-.481 0-.237-.008-.865-.011-1.696-2.775.602-3.361-1.338-3.361-1.338-.452-1.152-1.107-1.459-1.107-1.459-.905-.619.069-.605.069-.605 1.002.07 1.527 1.028 1.527 1.028.89 1.524 2.336 1.084 2.902.829.091-.645.351-1.085.635-1.334-2.214-.251-4.542-1.107-4.542-4.93 0-1.087.389-1.979 1.024-2.675-.101-.253-.446-1.268.099-2.64 0 0 .837-.269 2.742 1.021a9.582 9.582 0 0 1 2.496-.336 9.554 9.554 0 0 1 2.496.336c1.906-1.291 2.742-1.021 2.742-1.021.545 1.372.203 2.387.099 2.64.64.696 1.024 1.587 1.024 2.675 0 3.833-2.33 4.675-4.552 4.922.355.308.675.916.675 1.846 0 1.334-.012 2.41-.012 2.737 0 .267.178.577.687.479C19.146 20.115 22 16.379 22 11.974 22 6.465 17.535 2 12.026 2z"
>
</path>
</svg>
</a>
</li>
<li class="navbar__menu-item">
<a class="telegram-logo" href="https://t.me/+z9fzGWxfV0cyYTdk" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path
d="m20.665 3.717-17.73 6.837c-1.21.486-1.203 1.161-.222 1.462l4.552 1.42 10.532-6.645c.498-.303.953-.14.579.192l-8.533 7.701h-.002l.002.001-.314 4.692c.46 0 .663-.211.921-.46l2.211-2.15 4.599 3.397c.848.467 1.457.227 1.668-.785l3.019-14.228c.309-1.239-.473-1.8-1.282-1.434z"
>
</path>
</svg>
</a>
</li>
</ul>
</div>
<div class="mobile-toolbar">
<ul class="flex">
<li class="navbar__menu-item">
<a href="./index.html" target="_self">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path d="M12.74 2.32a1 1 0 0 0-1.48 0l-9 10A1 1 0 0 0 3 14h2v7a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-7h2a1 1 0 0 0 1-1 1 1 0 0 0-.26-.68z"></path>
</svg>
</a>
</li>
<li class="navbar__menu-item">
<a href="https://github.com/ctfdmiunict/ctfdmiunict.github.io" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M12.026 2c-5.509 0-9.974 4.465-9.974 9.974 0 4.406 2.857 8.145 6.821 9.465.499.09.679-.217.679-.481 0-.237-.008-.865-.011-1.696-2.775.602-3.361-1.338-3.361-1.338-.452-1.152-1.107-1.459-1.107-1.459-.905-.619.069-.605.069-.605 1.002.07 1.527 1.028 1.527 1.028.89 1.524 2.336 1.084 2.902.829.091-.645.351-1.085.635-1.334-2.214-.251-4.542-1.107-4.542-4.93 0-1.087.389-1.979 1.024-2.675-.101-.253-.446-1.268.099-2.64 0 0 .837-.269 2.742 1.021a9.582 9.582 0 0 1 2.496-.336 9.554 9.554 0 0 1 2.496.336c1.906-1.291 2.742-1.021 2.742-1.021.545 1.372.203 2.387.099 2.64.64.696 1.024 1.587 1.024 2.675 0 3.833-2.33 4.675-4.552 4.922.355.308.675.916.675 1.846 0 1.334-.012 2.41-.012 2.737 0 .267.178.577.687.479C19.146 20.115 22 16.379 22 11.974 22 6.465 17.535 2 12.026 2z"
>
</path>
</svg>
</a>
</li>
<li class="navbar__menu-item">
<a class="telegram-logo" href="https://t.me/+z9fzGWxfV0cyYTdk" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path
d="m20.665 3.717-17.73 6.837c-1.21.486-1.203 1.161-.222 1.462l4.552 1.42 10.532-6.645c.498-.303.953-.14.579.192l-8.533 7.701h-.002l.002.001-.314 4.692c.46 0 .663-.211.921-.46l2.211-2.15 4.599 3.397c.848.467 1.457.227 1.668-.785l3.019-14.228c.309-1.239-.473-1.8-1.282-1.434z"
>
</path>
</svg>
</a>
</li>
</ul>
</div>
</nav>
<!--//Navbar -->
<!-- Content -->
<main class="content">
<div class="hero flex">
<div class="hero__title-section flex">
<div class="hero__title"> Capture the Flag </div>
<div class="hero__edition-numb">
VII edizione
</div>
<div class="hero__date">
12 Giugno 2023
<div class="hero__datetime">
dalle 14 alle 17
</div>
</div>
<div id="countdown"></div>
</div>
</div>
<hr>
<section class="section last-minute-info f-section font-family-2">
<h3 class="section__title text-primary text-center">
Avvisi
</h3>
<p class="section__paragraph" style="text-align: center;">
<ul class="section__faq-list">
<li>
<h4 class="section__subtitle text-primary">
Richiesta del documento di identità
</h4>
<p class="section__faq-list-description">
Al fine di garantire il corretto svolgimento della competizione è necessario
che partecipanti e spettatori forniscano un documento di identità valido.
</p>
</li>
</ul>
</p>
</section>
<hr>
<section class="section f-section font-family-2 section-faq">
<h3 class="section__title text-primary text-center">
FAQ
</h3>
<ul class="section__faq-list">
<li>
<h4 class="section__subtitle text-primary">
Come mai devo fornire il mio documento di identità?
</h4>
<p class="section__faq-list-description">
Ci occorre per identificare univoamente i partecipanti e gli spettatori.
</p>
</li>
<li>
<h4 class="section__subtitle text-primary">
È possibile iscriversi oltre la data di scadenza?
</h4>
<p class="section__faq-list-description">
La data di scadenza è stata fissata per permetterci di organizzare al meglio
l'evento e garantire la migliore esperienza possibile.
Non ci è possibile accettare iscrizioni oltre la data di scadenza.
</p>
</li>
<li>
<h4 class="section__subtitle text-primary">
Posso farmi aiutare da spettatori o altri esterni alla competizione?
</h4>
<p class="section__faq-list-description">
La competizione è riservata ai soli partecipanti iscritti.
I partecipanti scoperti a ricevere aiuto da spettatori o altri esterni alla competizione
verranno squalificati.
</p>
</li>
</ul>
</section>
</main>
<!--//Content -->
<footer class="footer text-white font-family-2">
<b>Contributors</b>
<ul class="footer__contributors">
<li>
<a href="https://github.com/AlexMatter1512" target="_blank">
Alessio Matarazzo
</a>
</li>
<li>
<a href="https://github.com/AndrewDarnall" target="_blank">
Andrew Ryan Darnall
</a>
</li>
<li>
<a href="https://github.com/Lupix111" target="_blank">
Emanuele Carlino
</a>
</li>
<li>
<a href="https://github.com/makapx" target="_blank">
Martina Parlavecchio
</a>
</li>
</ul>
<p class="footer__info">
Work in progess.Le informazioni sull'evento sono soggette a variazioni.
</p>
<p class="footer__info">
Ti piace questo sito e vuoi contribuire? Visita il nostro
<a class="text-primary" href="https://github.com/ctfdmiunict/ctfdmiunict.github.io" target="_blank">repository</a>
su GitHub!<br>
</p>
</footer>
</body>
</html>