-
Notifications
You must be signed in to change notification settings - Fork 1
/
Instructions.html
70 lines (64 loc) · 2.95 KB
/
Instructions.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Instructions</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/mdb.min.css" rel="stylesheet">
<link href="assets/css/animate.css" rel="stylesheet">
<link href="assets/css/Instructions.css" rel="stylesheet">
</head>
<body class="fixed-sn animated fadeIn">
<header>
<nav class="navbar navbar-expand-lg navbar-dark elegant-color">
<a href="http://jssmmil.in/" class="navbar-brand" title="MMIL website"><img src="assets/img/logo.png">
<p id="head">MMIL</p>
</a>
<ul class="nav navbar-nav nav-flex-icons ml-auto">
<li class="nav-item">
<a href="Homepage.html" class="nav-link">
<i class="fa fa-sign-out"></i>
<span class="clearfix d-none d-sm-inline-block">Sign Out</span>
</a>
</li>
</ul>
</header>
<main class="container">
<div class="row">
<div class="col-lg-2 col-md-2"></div>
<div class="col-lg-10 col-md-10 col-sm-12 col-xs-12">
<div class="jumbotron">
<h1 class="h1-responsive">Welcome</h1>
<h4 class="h4-responsive">Rules and Instructions</h4>
<ul>
<li>No negative marking.</li>
<li>Duration of test is 30 minutes. Time will start on the commencement of test.</li>
<li>Answer of a particular question will be submitted only after next button is pressed.</li>
</ul>
<h4 class="h4-responsive">Terms and Conditions</h4>
<ul>
<li>Decision of the judges will be considered final.</li>
<li>Society holds the power of disqualifying any individual in case of any unethical activity.</li>
</ul>
<a href="dashboard.html"><button type="button" class="btn start">Start the test</button></a>
</div>
</div>
</div>
</main>
<footer class="page-footer elegant-color center-on-small-only">
<div class="footer-copyright">
<div class="container-fluid">
© 2018 Copyright:
<a href="http://jssmmil.in/"> Microsoft Mobile Innovation Labs</a>
</div>
</div>
</footer>
<script type="text/javascript" src="assets/js/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="assets/js/popper.min.js"></script>
<script type="text/javascript" src="assets/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/js/mdb.min.js"></script>
</body>
</html>