forked from RohitKaushal7/nith-results
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
203 lines (186 loc) · 6.15 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="theme-color" content="#333" />
<meta http-equiv="Cache-control" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta
name="description"
content="NITH Results - National Institute of Technology, Hamirpur Results"
/>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-153073818-1"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-153073818-1");
</script>
<link rel="shortcut icon" href="pics/favicon.png" type="image/x-icon" />
<link rel="stylesheet" href="css/style.css" />
<script async defer src="https://buttons.github.io/buttons.js"></script>
<title>NITH Results</title>
</head>
<body>
<div class="dark_toggle" onclick="toggleDark()" title="toggle Dark Mode">
<div class="cover"></div>
</div>
<div class="popup">
<div class="title">Hi There</div>
<div class="desc">
Enter your Roll No. to remember you on this device.
</div>
<form id="form_you_inp">
<input type="text" class="inp" id="you_inp" autocomplete="off" />
</form>
<!-- <div class="tip">Tip - you can always change roll no by clicking on your info.</div> -->
</div>
<div class="fullResult">
<div class="stInfo">
<div class="stName">Rohit Kaushal</div>
<div class="stcg">9.02</div>
<div class="stDesc">
<div class="stRoll">185037</div>
<div class="stBranch">CSE-2</div>
</div>
</div>
<div class="stSemesters">
<div class="sem">
<div class="stsg">
<div class="semN">Sem 1</div>
<div class="sg">9.55</div>
</div>
<div class="subs">
<div class="sub">
<div class="code">CSD-221</div>
<div class="grade">A</div>
</div>
</div>
</div>
</div>
</div>
<div class="header">
<img src="./pics/snow1.png" alt="" class="logo" />
<div class="main-heading">
<b>NITH RESULTS</b>
<span class="date">Jan 2021</span>
</div>
</div>
<div class="ctrl">
<div class="ser">
<img src="pics/search.svg" alt="" />
<input
type="search"
placeholder='Search RollNo, Name, CGPA, Rank, "property":"value"'
/>
</div>
<div class="branch-con">
<select
name="branch"
id="branch"
title="Branch"
onchange="change(event)"
>
<option disabled>📑 Branch</option>
<option selected value="FULL_COLLEGE">FULL_COLLEGE</option>
<option value="FULL_YEAR">FULL_YEAR</option>
<option value="ARCHITECTURE">Architecture</option>
<option value="CHEMICAL">Chemical</option>
<option value="CIVIL">Civil</option>
<option value="CSE">Cse</option>
<option value="CSE_DUAL">Cse_dual</option>
<option value="ECE">Ece</option>
<option value="ECE_DUAL">Ece_dual</option>
<option value="ELECTRICAL">Electrical</option>
<option value="MATERIAL">Material</option>
<option value="MECHANICAL">Mechanical</option>
</select>
</div>
<div class="batch-con">
<select name="batch" id="batch" title="Batch" onchange="change(event)">
<option disabled>🎓 Batch</option>
<option selected value="19">19</option>
<option value="18">18</option>
<option value="17">17</option>
<option value="16">16</option>
</select>
</div>
<div class="cs" title="sort: CGPA / SGPA" onclick="cs_toggle.call(this);">
Cg
</div>
<div class="batch-con ranking-con">
<select
name="ranking"
id="ranking"
title="Ranking"
onchange="change(event)"
>
<option disabled>🏆 Ranking</option>
<option selected value="S">Standard '1224'</option>
<option value="D">Dense '1223'</option>
<option value="O">Ordinal '1234'</option>
</select>
</div>
<div class="csv" onclick="csv()" title="download result csv">
<span>.</span> <span>csv</span>
</div>
</div>
<div class="you" id="you" title="">
<span id="rem">
<img src="pics/rem.svg" valign="middle" width="12" alt="" />
Click to Remember You by Roll No.*
</span>
</div>
<!-- <div class="tip">
<span class="content">View Full Result by clicking any card.</span
><span onclick="tip_close()" class="close">X</span>
</div> -->
<div id="res_cnt"></div>
<div class="progress" id="loading">
<div class="indeterminate"></div>
</div>
<div id="stats"></div>
<div class="progress">
<div class="determinate"></div>
</div>
<div class="container">
<div style="padding: 0">
<img src="pics/loading.gif" style="width: 100%" />
</div>
<!-- Data -->
</div>
<div class="nav">
<div onclick="prev()">prev</div>
<div onclick="next()">next</div>
</div>
<div class="footer">
<a
class="github-button"
href="https://github.com/RohitKaushal7/nith-results"
data-color-scheme="no-preference: light; light: light; dark: dark;"
data-icon="octicon-star"
data-show-count="true"
aria-label="Star RohitKaushal7/nith-results on GitHub"
>Star</a
>
<span id="me"
>Made with <span class="heart">❤</span> by
<a href="https://github.com/RohitKaushal7">Rohit Kaushal</a>.</span
>
<span id="ref"
>API :
<a href="https://nithp.herokuapp.com/">nithp.herokuapp.com/</a></span
>
<span id="count">hits</span>
</div>
<script src="js/script.js"></script>
</body>
</html>