-
Notifications
You must be signed in to change notification settings - Fork 0
/
instructions.php
executable file
·71 lines (68 loc) · 3.56 KB
/
instructions.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
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
<!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">
<meta name="google-signin-client_id" content="307712715810-5gqv439ef8l9hmmod3ggpbdplcc7t7gq.apps.googleusercontent.com">
<meta name="description" content="Paradox - Team .EXE is the technical team of Computer Science & Engineering Department for technical fest NIMBUS at NIT Hamirpur.">
<meta name="author" content="Team .EXE">
<link rel="icon" href="images/head.png">
<meta name="description" content="Paradox is an online event by Team .EXE which is the technical team of Computer
Science & Engineering Department at NIT Hamirpur">
<meta name="keywords" content="paradox, paradox nith, paradox team .exe, paradox nimbus, paradox nimbus 2016,
team .exe, exe, NITH , nit hamirpur, CSED, CSED NITH, team exe, paradox, web-o-magica, nimbus nith
nimbus 2016, nimbus 2k16, nit hamirpur, nith">
<meta property="og:title" content="Paradox - Team .EXE">
<meta property="og:image" content="http://exe.nith.ac.in/images/paradox.jpeg">
<meta property="og:description" content="Paradox is an online event by Team .EXE which is the technical team of Computer Science & Engineering Department at NIT Hamirpur">
<title>Paradox leaderboard - Team .EXE</title>
<style type="text/css">
.table-responsive {
padding:5% 5% 5% 5%;
text-align: center;
}
.table-responsive td img{
width: 25%;
}
@media screen and (max-width: 768px)
{
.table-responsive td img{
width: 100%;
}
}
</style>
</head>
<body>
<?php
include_once('stylesheets.php');
include_once('header.php');
?>
<br><br><br>
<div class="container">
<div class="panel panel-info">
<div class="panel-heading">
<h3 class="panel-title">Paradox - Instructions</span>
</h3>
</div>
<div class="panel-body">
<ol>
<li>Guess the answer of the image shown and submit it in the result.<br/></li>
<li>Hints will be added periodically.One can view hints, to move to next level, if can't solve without it. No points will be deducted on viewing hints.<br/></li>
<li>Register as early as possible, late registration will leave you at a disadvantage.2 points will be deducted per day for each registration after 9 April.<br/></li>
<li>Download our <a href="https://play.google.com/store/apps/details?id=com.exe.paradox" target="_blank">Paradox App</a> to generate your referral code and earn points by referring our app to your friends.Maximum 5 friends can use your referral code and you will be awarded 2 points for each successful referral and your friend will be awarded 1 point for using your referral code.<br/></li>
<li>For any query regarding the event, feel free to contact at <i>teamexenith@gmail.com</i></li>
</ol>
</div>
<div class="panel-footer">
</div>
</div>
</div>
</div>
<br><br><br><br><br>
<br><br><br>
<?php
include_once('footer.php');
?>
</body>
</html>