-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.php
36 lines (31 loc) · 1.35 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" type="text/css" href="2014/extra/css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="2014/extra/css/bootstrap-theme.css">
<title>Home - Developer challenge</title>
</head>
<body>
<div class="row">
<div class="col-md-6 col-md-offset-3">
<h1>Welcome!</h1>
<p>Dear contestant,<br>
below this, you will see all the links for the trials. Remember try to do all of this with clean code and kepping the best performance.</p>
<p>The code will be check by developer team and you will have the results on 24-48 hours later.</p>
<p>Code time!</p>
<div class="alert alert-warning" role="alert">When you finished all the questions, send it to:
<a href="mailto:[email protected]">Mail developer conquest</a></div>
<div class="panel panel-default">
<div class="panel-body">
<p><a href="2014/?quest=php-fundamentals">Question 1. PHP Fundamentals.</a></p>
<p><a href="2014/?quest=php-security">Question 2. PHP Security.</a></p>
<p><a href="2014/?quest=php-dp-oop">Question 3. Design patterns and Object-oriented programming.</a></p>
<p><a href="2014/?quest=php-mistakes">Question 4. Found the mistakes.</a></p>
</div>
</div>
</div>
</div>
</body>
</html>