This commit is contained in:
henrydays 2019-04-05 21:04:10 +01:00
parent dfc9615007
commit c786723bee
4 changed files with 1386 additions and 1269 deletions

View File

@ -225,7 +225,7 @@
</div>
</div>

View File

@ -30,7 +30,11 @@
<link href="bootstrap-grid.css" rel="stylesheet" type="text/css" />
<link href="main.css" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Bai+Jamjuree:400,600,700" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
crossorigin="anonymous"></script>
</head>
<body>
@ -50,21 +54,70 @@
</nav>
</header>
<section id="ctf">
<div class="container ctf-container">
<div class="col-lg-12 centerctf">
<h1>Capture the flag</h1>
<h1></h1>
</div>
</div>
</section>
<section>
<div class="ctf-header">
<div class="ctf-top10">
<h1 class="top-title">Melhores classificados CTF </h1>
<table class="table table-striped table-dark">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">Nome Completo</th>
<th scope="col">Pontuação</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Henrique Dias</td>
<td>1024 pts</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Fernando Manuel Nunes Gonçalves</td>
<td>1024 pts</td>
</tr>
</section>
<tr>
<th scope="row">3</th>
<td>Francisco xavier santos petronilho </td>
<td>1024 pts</td>
</tr>
<tr>
<th scope="row">4</th>
<td>Joao eduardo santos alcatrão</td>
<td>1024 pts</td>
</tr>
<tr>
<th scope="row">5</th>
<td>Mariana Luísa Lança Miguel e Fernandes Marques</td>
<td>1024 pts</td>
</tr>
</tbody>
</table>
</div>
<h3 class="about-top">Estas pontuações refletem o somatório das pontuçãoes dos níveis cumpridos.</h3>
</div>
<div class="ctf-explain">
<p>O CTF - capture the flag é um evento onde os participantes têm como objectivo encontrar as flags escondidas. </p>
<p>O nosso CTF não é sobre </p>
</div>
<div class="prizes">
<h3>O que posso ganhar ao realizar estes desafios?</h3>
<p></p>
</div>
<div class="explain-qr">
<img src="imgs/QRstart.png" alt="app">
<div>
<h3>No decorrer do concurso sempre que encontrares a Flag, deves criar um QR code com a mesma e efectuar a
leitura utilizando a aplicação do envento.</h3>
<h3>Para começares lê este QR code com a APP</h3>
</div>
</div>
<!-- faqs section -->
<section id="faqs">
<div class="container">

BIN
website/imgs/QRstart.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

File diff suppressed because it is too large Load Diff