-
Notifications
You must be signed in to change notification settings - Fork 1
/
dashboard.html
208 lines (169 loc) · 8.01 KB
/
dashboard.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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<!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>Dashboard</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/dashboard.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>
</nav>
</header>
<main class="container-fluid">
<div class="row parent_row">
<div class="col-lg-3 col-md-3 col-12">
<div class="panel">
<div class="panel panel-body" id="border">
<div class="row">
<div class="col-lg-4 col-4 col-md-6">
<button type="button" id="oneD">1</button>
</div>
<div class="col-lg-4 col-4 col-md-6">
<button type="button" id="oneD">2</button>
</div>
<div class="col-lg-4 col-4 col-md-6">
<button type="button" id="oneD">3</button>
</div>
<div class="col-lg-4 col-4 col-md-6">
<button type="button" id="oneD">4</button>
</div>
<div class="col-lg-4 col-4 col-md-6">
<button type="button" id="oneD">5</button>
</div>
<div class="col-lg-4 col-4 col-md-6">
<button type="button" id="oneD">6</button>
</div>
<div class="col-lg-4 col-4 col-md-6">
<button type="button" id="oneD">7</button>
</div>
<div class="col-lg-4 col-4 col-md-6">
<button type="button" id="oneD">8</button>
</div>
<div class="col-lg-4 col-4 col-md-6">
<button type="button" id="oneD">9</button>
</div>
<div class="col-lg-4 col-4 col-md-6">
<button type="button" id="twoD">10</button>
</div>
<div class="col-lg-4 col-4 col-md-6">
<button type="button" id="twoD">11</button>
</div>
<div class="col-lg-4 col-4 col-md-6">
<button type="button" id="twoD">12</button>
</div>
<div class="col-lg-4 col-4 col-md-6">
<button type="button" id="twoD">13</button>
</div>
<div class="col-lg-4 col-4 col-md-6">
<button type="button" id="twoD">14</button>
</div>
<div class="col-lg-4 col-4 col-md-6">
<button type="button" id="twoD">15</button>
</div>
<div class="col-lg-4 col-4 col-md-6">
<button type="button" id="twoD">16</button>
</div>
<div class="col-lg-4 col-4 col-md-6">
<button type="button" id="twoD">17</button>
</div>
<div class="col-lg-4 col-4 col-md-6">
<button type="button" id="twoD">18</button>
</div>
<div class="col-lg-4 col-4 col-md-6">
<button type="button" id="twoD">19</button>
</div>
<div class="col-lg-4 col-4 col-md-6">
<button type="button" id="twoD">20</button>
</div>
<div class="col-lg-4 col-4 col-md-6">
<button type="button" id="twoD">21</button>
</div>
<div class="col-lg-4 col-4 col-md-6">
<button type="button" id="twoD">22</button>
</div>
<div class="col-lg-4 col-4 col-md-6">
<button type="button" id="twoD">23</button>
</div>
<div class="col-lg-4 col-4 col-md-6">
<button type="button" id="twoD">24</button>
</div>
<div class="col-lg-4 col-4 col-md-6">
<button type="button" id="twoD">25</button>
</div>
<div class="col-lg-4 col-4 col-md-6">
<button type="button" id="twoD">26</button>
</div>
<div class="col-lg-4 col-4 col-md-6">
<button type="button" id="twoD">27</button>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-9 col-md-9 col-12">
<div class="panel">
<div class="panel panel-body">
<h3>Question 1</h3>
<hr>
<p>In publishing and graphic design, lorem ipsum is a filler text or greeking commonly used to demonstrate the textual elements of a graphic document or visual presentation. Replacing meaningful content with placeholder text allows designers to design the form of the content before the content itself has been produced.The lorem ipsum text is typically a scrambled section of De finibus bonorum et malorum, a 1st-century BC Latin text by Cicero, with words altered, added, and removed to make it nonsensical, improper Latin.A variation of the ordinary lorem ipsum text has been used in typesetting since the 1960s or earlier, when it was popularized by advertisements for Letraset transfer sheets. It was introduced to the Information Age in the mid-1980s by Aldus Corporation, which employed it in graphics and word-processing templates for its desktop publishing program PageMaker.
</p><br>
<ul id="listOptions">
<li id="option">
<input type="radio" id="f-option" name="selector">
<label for="f-option">A</label>
<div class="check"></div>
</li>
<li id="option">
<input type="radio" id="s-option" name="selector">
<label for="s-option">B</label>
<div class="check"><div class="inside"></div></div>
</li>
<li id="option">
<input type="radio" id="t-option" name="selector">
<label for="t-option">C</label>
<div class="check"><div class="inside"></div></div>
</li>
<li id="option">
<input type="radio" id="u-option" name="selector">
<label for="u-option">D</label>
<div class="check"><div class="inside"></div></div>
</li>
</ul>
<a href="#" class="next">Next<i style="margin-left: 5px;" class="glyphicon glyphicon-chevron-right"></i></a>
</div>
</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>