-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.php
37 lines (36 loc) · 2.12 KB
/
about.php
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="main.css">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<title>HACKBOX MAIN</title>
</head>
<?php include 'header3.php';?>
<?php include 'footer.php';?>
<body>
<div class="aboutContainer">
<h1>About the team</h1>
</div>
<div class="aboutMainContainer">
<div class="aboutUs">
<h2>We are HackBox</h2>
<p>We are students from NHL Stenden in Emmen, The Netherlands. We wanted to create project which involves around ethical hacking. The main idea about HackBox is to introduce newcomers to ethical hacking and its basics.
For the team, the user is the most important part of this project, that is why we decided to introduce the world of ethical hacking in the face of intractable website with challenges which get harder the further you progress.
</p>
</div>
<div class="contactList">
<h2>Contact List</h2>
<p>Robert Murcsek - <a href="mailto:[email protected]">[email protected]</a></p>
<p>Kareem Glasgow - <a href="mailto:[email protected]">[email protected]</a></p>
<p>Jonathan Mohamed - <a href="mailto:[email protected]">[email protected]</a></p>
<p>Georgi Dimitrov - <a href="mailto:[email protected]">[email protected]</a></p>
<p>Nish Marovanidze - <a href="mailto:[email protected]">[email protected]</a></p>
<p>Thomas Koops - <a href="mailto:[email protected]">[email protected]</a></p>
<p>Xuan Đo - <a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
</body>
</html>