-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinformation.html
161 lines (150 loc) · 8.48 KB
/
information.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Bootstrap 3, from LayoutIt!</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!--link rel="stylesheet/less" href="less/bootstrap.less" type="text/css" /-->
<!--link rel="stylesheet/less" href="less/responsive.less" type="text/css" /-->
<!--script src="js/less-1.3.3.min.js"></script-->
<!--append ‘#!watch’ to the browser URL, then refresh the page. -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="img/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="img/favicon.png">
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/scripts.js"></script>
<!--<script type="text/javascript" src="js/screenfull.js"></script>-->
<script>
function launchFullscreen(element) {
if (element.requestFullscreen) {
element.requestFullscreen();
} else if (element.mozRequestFullScreen) {
element.mozRequestFullScreen();
} else if (element.webkitRequestFullscreen) {
element.webkitRequestFullscreen();
} else if (element.msRequestFullscreen) {
element.msRequestFullscreen();
}
}
function exitFullscreen() {
if (document.exitFullscreen) {
document.exitFullscreen();
} else if (document.mozCancelFullScreen) {
document.mozCancelFullScreen();
} else if (document.webkitExitFullscreen) {
document.webkitExitFullscreen();
}
}
function dumpFullscreen() {
console.log("document.fullscreenElement is: ", document.fullscreenElement || document.mozFullScreenElement || document.webkitFullscreenElement || document.msFullscreenElement);
console.log("document.fullscreenEnabled is: ", document.fullscreenEnabled || document.mozFullScreenEnabled || document.webkitFullscreenEnabled || document.msFullscreenEnabled);
}
function openExamPage(){
window.location="examPage.html";
}
</script>
</head>
<body id="bodyElement" style="background-color: #cccccc;width: 100%;">
<div style="background-color: #dddddd;margin-bottom: 5px;width: 101%;" class="row clearfix">
<div class="col-md-12 column">
<h6 class="text-center text-primary">
Entrance Examination Application 29.0.8
</h6>
</div>
</div>
<div style="border: 5px;border-color: #999;background-color: #ffffff;width: 60%;height: 50%" class="container">
<div>
<div class="row clearfix">
<div class="col-md-1 column">
<img alt="140x140" src="res/companyLogo.png">
</div>
<div class="col-md-11 column">
<!--<span class="label label-primary">Label</span> <span class="label label-primary">Label</span> <span class="label label-primary">Label</span>-->
<h6 class="text-left text-primary">
Tribhuvan University
</h6>
<!--<br>-->
<h6 class="text-left text-primary">
Institute of Engineering
</h6>
<!--<br>-->
<h6 class="text-left text-primary">
Online Entrance Examination
</h6>
</div>
</div>
<div style="background-color: #0066cc;margin-bottom: 10px;" class="row clearfix">
<div class="col-md-8 column">
<h4 class="text-left" style="color: #ffffff">
B.E/B.Arch. Online Entrance Examination
</h4>
</div>
</div>
<div class="row clearfix" style="margin-bottom: 30px;">
<div style="background-color: #0066cc;margin-left: 1%;margin-right: 1%;border-radius: 5px;height: 80px;padding-top: 5px;">
<h4 class="text-left" style="color: #ffffff;margin-left: 2%;">
Welcome!
</h4>
<h6 class="text-left" style="color: #ffffff;margin-left: 2%;">
Online Entrance Examination
</h6>
</div>
</div>
<div class="row clearfix" style="margin-bottom: 10px;">
<strong class="text-left" style="color: #0066cc;margin-left: 10px;">
Examination Note:
</strong>
<ul style="margin-top: 10px;font-size: 11px;">
<li>You have to check radio button on correct option.</li>
<li>If the selected option is wrong, 25% negative marking will be applied.</li>
<li>Click on Next button to navigate to next page.</li>
<li>Click on previous button to navigate to previous page.</li>
<li>You can change your option during the examination period.</li>
<li>Informations along with time remaining, total attempted and total questions will be displayed at top of your page.</li>
</ul>
<strong class="text-left" style="color: #398439;margin-left: 10px;">
You can now take examination:
</strong>
</div>
<div class="row clearfix" style="margin-bottom: 40px;">
<div class="col-md-1 column">
</div>
<div style="background-color: #dddddd; height: 50px;margin-left: 1%;margin-right: 1%;">
<span style="margin-left: 35%;margin-top: 8px;" class="btn btn-primary" onclick="openExamPage()"><i class="glyphicon glyphicon-pencil" style="margin-right: 4px;"></i>Take Examination</span>
</div>
<div class="col-md-1 column">
</div>
</div>
<div style="background-color: #0066cc;" class="row clearfix">
<div class="col-md-12 column">
<!--<span class="label label-default">Label</span> <span class="label label-default">Label</span> <span class="label label-default">Label</span> <span class="label label-default">Label</span>-->
<h6 class="text-center" style="color: #ffffff" >
Powered By:
</h6>
<h6 class="text-center" style="color: #ffffff" >
NexGen, Next Generation Solutions
</h6>
<h6 class="text-center" style="color: #ffffff" >
Phone No: 9813254445,9849682320,9803047080,9845390340
</h6>
<h6 class="text-center" style="color: #ffffff" >
Email: dpn_rau@hotmail.com,rupeeshnidhi@gmail.com
</h6>
</div>
</div>
</div>
</div>
</body>
</html>