-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcgpa.html
340 lines (335 loc) · 13.5 KB
/
cgpa.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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<!-- Font awesome cdn -->
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<!-- Bootstrap CSS -->
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
/>
<!-- csutom styling css -->
<link rel="stylesheet" href="css/style.css" />
<!-- favicon -->
<link rel="shortcut icon" href="assests/img/mmmut-logo.png" type="image/x-icon">
<!-- title -->
<title>MMMUT|CGPA Calculator</title>
</head>
<body>
<header>
<!-- Navbar html -->
<nav>
<div id="myNav" class="overlay">
<a href="javascript:void(0)" class="closebtn link" onclick="closeNav()">×</a>
<div class="overlay-content">
<a class="navbar-brand ml-2 link" href="index.html"><img
src="assests/img/mmmut-logo.png"
alt="MMMUT LOGO"
class="img-fluid hvr-grow "
/></a>
<a href="cgpa.html" class="link"><i class="fa fa-graduation-cap" aria-hidden="true"></i> CGPA</a>
<a href="form.html" class="link"><i class="fa fa-calculator" aria-hidden="true"></i> SGPA</a>
<a href="faq.html" class="link"><i class="fa fa-question-circle" aria-hidden="true"></i> FAQ</a>
<a href="creator.html" class="link"><i class="fa fa-laptop"></i> Developer</a>
<div class="social-links">
<a href="https://www.facebook.com/mmmut.ac.in">
<i class="fa fa-facebook"></i>
</a>
<a href="">
<i class="fa fa-globe"></i>
</a>
<a href="https://twitter.com/MMMUTgkp">
<i class="fa fa-twitter"></i>
</a>
<a
href="https://www.linkedin.com/school/madan-mohan-malaviya-university-of-technology/about/"
>
<i class="fa fa-linkedin"></i>
</a>
<a href="https://www.youtube.com/user/mmmut1">
<i class="fa fa-youtube"></i>
</a>
</div>
</div>
</div>
<a class="navbar-brand" href="index.html"><img
src="assests/img/mmmut-logo.png"
alt="MMMUT LOGO"
class="img-fluid hvr-grow logo"
/></a>
<div class="hamburger"><span style="font-size:30px;cursor:pointer" onclick="openNav()">☰</span>
</div>
</nav>
<!-- navbar end -->
<div class="heading-continer">
<h1 class="faq-heading">Calculate Your CGPA.</h1>
</div>
</header>
<main>
<!-- cgpa select branch and semester -->
<div class="container">
<div class="row">
<div class="col-md-6">
<label for="semester">Upto Which Semester?</label>
<div class="select">
<select
id="semester"
name="semester"
onchange="showsem(value);"
class="choose-semester"
>
<option value="1">First</option>
<option value="2">Second</option>
<option value="3">Third</option>
<option value="4">Fourth</option>
<option value="5">Fifth</option>
<option value="6">Sixth</option>
<option value="7">Seventh</option>
<option value="8">Eight</option>
</select>
</div>
</div>
<div class="col-md-6">
<label for="branch">Choose Your Branch</label>
<div class="select">
<select
id="branch"
name="branch"
class="choose-branch"
onchange="showbranch(value);"
>
<option value="1">CSE</option>
<option value="2">EE</option>
<option value="3">ECE</option>
<option value="4">CHE</option>
<option value="5">CE</option>
<option value="6">IT</option>
<option value="7">ME</option>
</select>
</div>
</div>
</div>
</div>
<!-- select code end -->
<!-- table to show all the semesters -->
<div class="container cgpa-form">
<div class="panel">
<div class="table-responsive">
<table class="table table-hover table-striped table-dark">
<thead>
<tr>
<th scope="col">SEMESTERS</th>
<th scope="col">SGPA</th>
<th scope="col">TOTAL CREDITS</th>
</tr>
</thead>
<tr class="sub-1">
<th>Semester 1</th>
<th><input type="text" placeholder="Enter your SGPA" /></th>
<th class="sub-1-cr">25</th>
</tr>
<tr class="sub-2 visibility">
<th>Semester 2</th>
<th><input type="text" placeholder="Enter your SGPA" /></th>
<th class="sub-2-cr">24</th>
</tr>
<tr class="sub-3 visibility">
<th>Semester 3</th>
<th><input type="text" placeholder="Enter your SGPA" /></th>
<th class="sub-3-cr">25</th>
</tr>
<tr class="sub-4 visibility">
<th>Semester 4</th>
<th><input type="text" placeholder="Enter your SGPA" /></th>
<th class="sub-4-cr">23</th>
</tr>
<tr class="sub-5 visibility">
<th>Semester 5</span></th>
<th><input type="text" placeholder="Enter your SGPA" /></th>
<th class="sub-5-cr">23</th>
</tr>
<tr class="sub-6 visibility">
<th>Semester 6</th>
<th><input type="text" placeholder="Enter your SGPA" /></th>
<th class="sub-6-cr">25</th>
</tr>
<tr p class="sub-7 visibility">
<th>Semester 7</th>
<th><input type="text" placeholder="Enter your SGPA" /></th>
<th class="sub-7-cr">23</th>
</tr>
<tr class="sub-8 visibility">
<th>Semester 8</th>
<th><input type="text" placeholder="Enter your SGPA" /></th>
<th class="sub-8-cr">22</th>
</tr>
</div>
</table>
</div>
<!-- table responsive div end -->
<div class="calculate">
<button class="hit sns-btn hvr-icon-spin">CALCULATE <i class="fa fa-calculator" aria-hidden="true"></i></button>
<p>
Dont know your sgpa of this sem ?
<a href="form.html">Calculate it here </a>
</p>
<!-- div for answer message -->
<div class="ans visible">
<p class="message">Congratulations Man! your CGPA is 9 and your elgible to apply for an interview.</p>
</div>
</div>
<!-- ans div end -->
</div>
<!-- panel div end -->
</div>
<!-- calcualte div end -->
</main>
<!-- foroter start -->
<footer>
<div class="row main-content">
<div class="col-md-4">
<div class="left box">
<h2>Disclaimer</h2>
<div class="content">
<p>
This is not the official website for CGPA | SGPA calculation of MMMUT. It is created by a student of MMMUT to help his friends. Any thing stated at this website are not the official statement of MMMUT and it is based on the creator personal experience and understanding.
</p>
<div class="social-links">
<a href="https://www.facebook.com/mmmut.ac.in">
<i class="fa fa-facebook"></i>
</a>
<a href="">
<i class="fa fa-globe"></i>
</a>
<a href="https://twitter.com/MMMUTgkp">
<i class="fa fa-twitter"></i>
</a>
<a
href="https://www.linkedin.com/school/madan-mohan-malaviya-university-of-technology/about/"
>
<i class="fa fa-linkedin"></i>
</a>
<a href="https://www.youtube.com/user/mmmut1">
<i class="fa fa-youtube"></i>
</a>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="center box">
<h2>Address</h2>
<div class="content">
<div class="place">
<a href="https://www.google.com/maps/place/Madan+Mohan+Malviya+Engineering+College/@26.7333686,83.3498832,17z/data=!3m1!4b1!4m5!3m4!1s0x399143f677a9203f:0xc439b52379d1cf61!8m2!3d26.7333686!4d83.3520719"><span class="fa fa-map"></span></a>
<span class="text"
>Madan Mohan Malaviya University Of Technology Deoria Road,
Singhariya, Kunraghat, Gorakhpur, Uttar Pradesh,India,
273016</span
>
</div>
<div class="phone">
<a href="tel:05512273958"><span class="fa fa-phone"></span></a>
<span class="text">+91-551-2273958, +91-8765783730</span>
</div>
<div class="email">
<a href="mailto:[email protected]"><span class="fa fa-envelope"></span></a>
<span class="text">[email protected]</span>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="right box">
<h2>Feedback</h2>
<div class="content">
<form name='google-sheet' >
<div class="name">
<input type="text" placeholder="Your Name" name="name" />
</div>
<div class="email">
<input type="email" placeholder=" Your Email" required name="email" />
</div>
<div class="message">
<textarea
name="message"
id=""
cols="25"
rows="6"
placeholder=" Your Valuable Message"
required
></textarea>
</div>
<div class="submit">
<input type="submit" value="Send" class="submit-btn" />
</div>
</form>
<p class="form-message visibility"> <i class="fa fa-check fa-2x" aria-hidden="true"></i> You will be notified.</p>
</div>
</div>
</div>
</div>
</div>
<div class="bottom">
<center>
<span class="credit">Created by <a href="https://codersaty.github.io">Codersaty</a></span> |
<span class="fa fa-copyright"></span
><span> 2020 All right Reserved.</span>
</center>
</div>
</footer>
<!-- div for share -->
<div class="share">
<!-- for dialog on fallback -->
<div class="share-dialog">
<header>
<h3 class="dialog-title">Share this website.</h3>
<button class="close-button"><i class="fa fa-times" aria-hidden="true"></i></button>
</header>
<div class="row target">
<div class="col-sm-4 targeting">
<!-- facebook start -->
<div id="fb-root"></div>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v8.0" nonce="dk63r2oJ"></script>
<div class="fb-share-button" data-href="https://codersaty.github.io/cgpacalculator/index.html" data-layout="button_count" data-size="large"><a target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fcodersaty.github.io%2Fcgpacalculator%2Findex.html&src=sdkpreparse" class="fb-xfbml-parse-ignore">Share</a></div>
<!-- facebook end -->
</div>
<div class="col-sm-4 targeting">
<!-- Linkedin start -->
<script src="https://platform.linkedin.com/in.js" type="text/javascript">lang: en_US</script>
<script type="IN/Share" data-url="https://codersaty.github.io/cgpacalculator/"></script>
<!-- linkeidn end -->
</div>
<div class="col-sm-4 targeting">
<!-- twitter start -->
<a href="https://twitter.com/share?ref_src=twsrc%5Etfw" class="twitter-share-button" data-size="large" data-text="Hi! I just found this awesome website " data-url="https://codersaty.github.io/cgpacalculator/" data-via="codersaty" data-hashtags="#webdevelopment #coding" data-show-count="false">Tweet</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<!-- twitter end -->
</div>
</div>
<!-- for dialog on fall back end -->
</div>
<!-- share button -->
<button class="share-button" type="button" title="Share this website">
<i class="fa fa-share-alt" aria-hidden="true"></i>
</button>
<!-- share button end -->
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<script src="js/script.js"></script>
<script src="js/appcgpa.js"></script>
</body>
</html>