-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
500 lines (426 loc) · 17.3 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
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
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
<!DOCTYPE html>
<html>
<head>
<!-- <script> window.location = "http://eamcet17.stumagz.com/"; -->
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#18bc9c;">
<meta name="title" content="Eamcet mock counselling 2017| College Seat Allocation">
<title>Eamcet Mock Counselling 2017 | College Seat Allocation</title>
<meta name="description" content="Eamcet mock counselling 2017 will help you to find the college seat allocation in Telangana and Andhra Pradesh.">
<meta name="keywords" content="Stumagz Eamcet Rank Estimator, Eamcet Rank Predictor, Rank Estimator for Eamcet 2017, TS Eamcet Rank Calculator, TS Eamcet 2017 Rank Estimator, Telangana Eamcet Rank Estimator, Telangana eamcet rank and college predictor,Apeamcet2017,Ts eamcet2017, college seat allotment, 2017 mock counselling, eamcet ranks, eamcet results, top colleges in Hyderabad, rank wise counselling">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="css/styles.css?v2.3">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-w1Q4orYjBQndcko6MimVbzY0tgp4pWB4lZ7lr30WKz0vr/aWKhXdBNmNb5D92v7s" crossorigin="anonymous"></script>
<script>
$(document).ready(function() {
$(".button-collapse").sideNav();
});
$(document).ready(function() {
$('select').material_select();
});
</script>
<style>
.select-wrapper span.caret
{
color: #9e9e9e;
}
.select-wrapper input.select-dropdown
{
color: #9e9e9e;
}
.caret
{
color: #9e9e9e;
width: auto;
border-right: 0px;
border-left: 0px;
border-top: 0px;
}
nav
{
background:#18bc9c;
}
</style>
</head>
<body>
<!-- Google Analytics code -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-66299251-1', 'auto');
ga('send', 'pageview');
</script>
<nav>
<div class="container">
<div class="nav-wrapper">
<a href="#" class="brand-logo" style="width: 100%;font-size:18px;"><img style="display:block;margin:auto;height: 50px;" src="/img/eamcetr.png"></a>
<!-- <img src="/img/stumagz.svg"> -->
<!-- <a href="#" data-activates="mobile-demo" class="button-collapse"><i class="material-icons">menu</i></a>
--> <!-- <ul class="right hide-on-med-and-down">
<li><a href="procedure.php">Procedure</a></li>
<li><a href="faq.php">FAQ's</a></li>
<li><a href="terms.php">Terms and Conditions</a></li>
<li><a href="https://www.stumagz.com">Go to stumagz.com</a></li>
</ul> -->
<!-- <ul class="side-nav" id="mobile-demo">
--> <!-- <li><a href="procedure.php">Procedure</a></li>
<li><a href="faq.php">FAQ's</a></li>
<li><a href="terms.php">Terms and Conditions</a></li>
<li><a href="https://www.stumagz.com">Go to stumagz.com</a></li> -->
<!-- </ul>
--> </div>
<!-- <h3 class="hidden-xs" style="font-size: 25px;text-align: center">Eamcet Rank Predictor</h3> -->
</div>
</nav>
<!-- <header id="page-top">
<div class="container-fluid" style="height:30px;background:#18bc9c;"> -->
<!-- <a href="https://www.stumagz.com" style="cursor:pointer"> <img class="logo pull-left"src="/img/stumagz.svg"> </a>
<a class="goto pull-right" href="https://www.stumagz.com" >Go to stumagz.com</a>
<a class="faq pull-right" >FAQ's</a>
<a class="faq pull-right" >Procedure</a> -->
<!-- </div>
<div class="container">
<div class="row">
<div class="col-lg-12 col-xs-12"> -->
<!-- <img class="stu-img img-responsive" src="img/winner.png" style="height:150px;"alt="">
--> <!-- <div class="intro-text">
<span class="name" style="font-family:Helvetica;font-weight:600">EAMCET RANK PREDICTOR</span>
<hr class="star-light">
<p class="skills">Do fill the details below !!</p>
</div>
</div>
</div>
</div>
</header> -->
<div class="container-fluid" style="margin-bottom: 42px;">
<div class="row">
<div class="col-md-8 col-sm-12 col-xs-12">
<section id="form_marks" style="display: none">
<div class="container-fluid">
<div class="col-lg-2 col-md-2 xs-hidden" ></div>
<div class="col-lg-10 col-md-10 col-xs-12" style="padding:0px;">
<div class="col-lg-6 col-md-6 col-xs-12">
<!-- <h3 class="hidden-md hidden-sm hidden-lg" style="font-size: 18px;text-align: left">Eamcet Rank Predictor</h3> -->
<div class="input-field">
<input name="inter_marks" id="inter_marks" type="number" class="validate" required="true" aria-required="true" min="0" max="600" maxlength="3">
<label for="inter_marks" data-error="Please Enter Valid Inter Marks" >Inter Marks out of 600(groups)</label>
</div>
</div>
<div class="col-lg-6 col-md-6 col-xs-12">
<div class="input-field">
<input name="eamcet_marks" id="eamcet_marks" type="number" class="validate" required="true" aria-required="true" min="0" max="160" maxlength="3">
<label data-error="Please Enter Valid Eamcet Marks" for="eamcet_marks">Eamcet Marks out of 160</label>
</div>
</div>
<br/>
<div class="col-lg-3 col-md-3 col-xs-12">
<br>
<button class="btn waves-effect waves-light" type="submit" name="action" id="submit_marks">Rank
<i class="material-icons right">send</i>
<a class="jumper" href="#pliip"></a>
</button>
</div>
<br>
</div>
</section>
<section id="form_rank">
<div class="container-fluid ">
<div class="col-lg-2 col-md-2 xs-hidden" ></div>
<div class="col-lg-10 col-md-10 col-xs-12" style="padding:0px;">
<div class="col-lg-12 col-md-12 col-xs-12">
<div class="input-field">
<input name="rank" id="rank" type="number" class="validate" required="true" min="1" max="130000" maxlength="6">
<label for="rank" data-error="Please Enter a Valid Rank">Rank</label>
</div>
</div>
<div class="col-lg-6 col-md-6 col-xs-12">
<label></label>
<select class="browser-default" id="gender">
<option value="" disabled selected>Gender</option>
<option value="BOYS">Male</option>
<option value="GIRLS">Female</option>
</select>
</div>
<div id="pliip"></div>
<div class="col-lg-6 col-md-6 col-xs-12">
<label></label>
<select class="browser-default" id="branch">
<option value="" disabled selected>Branch</option>
<option value="CSE">CSE</option>
<option value="ECE">ECE</option>
<option value="EEE">EEE</option>
<option value="CIV">CIV</option>
<option value="MEC">MEC</option>
<option value="PLG">PLG</option>
<option value="ANE">ANE</option>
<option value="INF">INF</option>
<option value="BME">BME</option>
<option value="CHE">CHE</option>
<option value="PHE">PHE</option>
<option value="AGR">AGR</option>
<option value="IPE">IPE</option>
<option value="DRG">DRG</option>
<option value="FDS">FDS</option>
<option value="EIE">EIE</option>
<option value="ECM">ECM</option>
<option value="DTD">DTD</option>
<option value="FSP">FSP</option>
<option value="MET">MET</option>
<option value="MIN">MIN</option>
<option value="MNT">MNT</option>
<option value="MCT">MCT</option>
<option value="MMT">MMT</option>
<option value="AUT">AUT</option>
<option value="FPT">FPT</option>
<option value="TEX">TEX</option>
</select>
</div>
<div class="col-lg-6 col-md-6 col-xs-12">
<label></label>
<select class="browser-default" id="category">
<option value="" disabled selected>Category</option>
<option value="OC">OC</option>
<option value="BC_A">BC-A</option>
<option value="BC_B">BC-B</option>
<option value="BC_C">BC-C</option>
<option value="BC_D">BC-D</option>
<option value="BC_E">BC-E</option>
<option value="SC">SC</option>
<option value="ST">ST</option>
</select>
</div>
<br>
<div class="col-lg-12 col-md-12 col-xs-12">
<br>
<button class="btn waves-effect waves-light" type="submit" name="action" id="submit_rank">Colleges
<i class="material-icons right">send</i>
<a class="jumper2" href="#pliip2"></a>
</button>
</div>
</div>
</div>
</section>
<section class="list-colleges" style="display: none">
<div class="container-fluid">
<div class="row">
<div class="col-sm-2 xs-hidden" ></div>
<div class="col-sm-10">
<h4 style="color:rgba(0,0,0,0.35);font-weight:bold;font-size:25px;" >EXPECTED COLLEGES FOR YOUR RANK</h4>
<br>
<div id="pliip2"></div>
<ul class="collection clglist">
<!-- need to place colleges list -->
</ul>
</div>
</div>
</div>
</section>
</div>
<div class="col-md-4 col-sm-12 col-xs-12" style="padding-top: 20px;height: 100%">
<p style="font-size:10px;">Ads</p>
<div id="carousel-ad" class="carousel slide" data-ride="carousel" data-interval="3000">
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<a href="https://goo.gl/NM8L9U" target="_blank"><img src="img/stpetter.jpg" alt="St.Peters Engineering College"></a>
</div>
<div class="item">
<a href="https://goo.gl/m9Jgxq" target="_blank"><img src="img/roots3.jpg" alt="roots"></a>
</div>
<div class="item">
<a href="https://goo.gl/m9Jgxq" target="_blank"><img src="img/roots4.jpg" alt="roots"></a>
</div>
<div class="item">
<a href="https://goo.gl/EWceIn" target="_blank"><img src="img/cmr.jpg" alt="CMR College of Engineering"></a>
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#carousel-ad" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#carousel-ad" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div id="list">
<span><a href="https://www.stumagz.com/civil-engineering-it-s-opportunities/?list_source=magz&list_type=stry&list_id=eamcet">Civil Engineering & Its Opportunities</a></span>
<span><a href="https://www.stumagz.com/best-autonomous-colleges-under-jntuh/?list_source=magz&list_type=stry&list_id=eamcet">Best Autonomous Colleges Under JNTUH</a></span>
<span><a href="https://www.stumagz.com/best-autonomous-colleges-under-ou-in-telangana-/?list_source=magz&list_type=stry&list_id=eamcet">Best Autonomous Colleges Under OU In Telangana</a></span>
<span><a href="https://www.stumagz.com/electrical-engineering-its-opportunities/?list_source=magz&list_type=stry&list_id=eamcet">Electrical Engineering & Its Opportunities</a></span>
<span><a href="https://www.stumagz.com/information-technology-its-oppourtunities/?list_source=magz&list_type=stry&list_id=eamcet">Information Technology & Its Opportunities.
</a></span>
<span><a href="https://www.stumagz.com/electronic-communication-engineering-its-opportunities/?list_source=magz&list_type=stry&list_id=eamcet">Electronic Communication Engineering & Its Opportunities
</a></span>
<span><a href="https://www.stumagz.com/mechanical-engineering-its-opportunities-/?list_source=magz&list_type=stry&list_id=eamcet">Mechanical Engineering & It's Opportunities
</a></span>
<span><a href="https://www.stumagz.com/try-these-new-branches-in-your-engineering/?list_source=magz&list_type=stry&list_id=eamcet">Try These New Branches In Your Engineering
</a></span>
<span><a href="https://www.stumagz.com/computer-science-engineering-its-opportunities-/?list_source=magz&list_type=stry&list_id=eamcet">Computer Science Engineering & It's Opportunities
</a></span>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="pull-left" id="about-container">
<span><a style="color:#fff;font-size:20px;vertical-align: middle;height: 24px;line-height: 22px;bottom: 0;position: absolute;" target="_blank" href="https://www.stumagz.com/about">About</a></span>
</div>
<div class="pull-right" id="reach-container">
<span style="color:#fff;font-size:20px;vertical-align: middle;height: 20px;line-height: 20px;" >Reach Us on</span>
<a href="https://www.facebook.com/stumagz" target="_blank" ><i id="social-fb" class="fa fa-facebook-square fa-3x social"></i></a>
<a href="https://twitter.com/stumagz" target="_blank" ><i id="social-tw" class="fa fa-twitter-square fa-3x social"></i></a>
<a href="https://instagram.com/stumagz" target="_blank" ><i id="social-ig" class="fa fa-instagram fa-3x social"></i></a>
<a href="https://plus.google.com/+StuMagz" target="_blank" ><i id="social-gp" class="fa fa-google-plus-square fa-3x social"></i></a>
<a href="mailto:[email protected]"><i id="social-em" class="fa fa-envelope-square fa-3x social"></i></a>
</div>
</div>
</footer>
<script type="text/javascript">
$(document).ready(function() {
$('select').material_select();
});
$('#submit_marks').click(function(){
var inter = parseInt($('#inter_marks').val());
var eamcet = parseInt($('#eamcet_marks').val());
if(isNaN(eamcet) || isNaN(inter) || inter > 600 || eamcet > 160){
alert("Invalid marks provided");
return;
}
if(eamcet < 1 || inter < 1) {
alert("Sorry! You need 1 marks in EAMCET and Intermediate to qualify");
return;
}
weightage = inter / 600 * 25 + eamcet / 160 * 75;
console.log(weightage);
$.ajax({
type: "POST",
url: 'http://eamcet17.stumagz.com',
data: {
'weightage': weightage
},
success: function(res) {
res = JSON.parse(res);
if(res.status == 1)
{
$('#form_rank').show();
$('#rank').val(res.rank);
$("body, html").animate({scrollTop: $( $('.jumper').attr('href') ).offset().top
}, 600);
}
else
{
alert(res.message);
}
}
});
});
// $("#rank").click();
$('#submit_rank').click(function(){
var rank = parseInt($('#rank').val());
var gender = $('#gender').val();
var category = $('#category').val();
var branch = $('#branch').val();
if(isNaN(rank) || rank < 0 || rank > 200000 || gender == null || category == null || branch == null) {
alert("Invalid data provided");
return;
}
$.ajax({
type: "POST",
url: 'http://eamcet17.stumagz.com',
data: {
'rank': rank,
'gender':gender,
'category':category,
'branch':branch
},
success: function(res) {
res = JSON.parse(res);
console.log(res.data);
if(res.status == 1)
{
$('.list-colleges').show();
prepareColleges(res.data);
$("body, html").animate({ scrollTop: $( $('.jumper2').attr('href') ).offset().top
}, 600);
}
else
{
alert(res.message);
}
}
});
});
function prepareColleges(clgdata)
{
$('.clglist').empty();
clgdata.forEach(function(item){
var url = 'https://www.stumagz.com/'+item.magz_code;
console.log(item.college_name);
if(item.magz_code == 'spec') {
url = "https://goo.gl/NM8L9U";
}
var html = '<li class="collection-item avatar"><a style="text-decoration:none;cursor:pointer;color:rgba(0,0,0,0.65)" href="'+url+'" target="_blank" >'+
'<img class="circle" src="/img/'+(item.magz_code == ""? "stumagz":item.magz_code) +'" >'+
'<span class="title" style="font-weight:bold">'+item.college_name+'</span>'+
'<p>Last Rank: '+item.last_rank+' <br>'+
'Eamcet Code: '+item.eamcet_code+
'</p>'+
'</a></li>';
$('.clglist').append(html);
});
}
var itemCount = 10, activeScroll = 0, countScroll = 0;
setInterval(function() {
if(countScroll == (itemCount - 6))
{
activeScroll = 0;
countScroll = 0;
$('#list').animate({scrollTop: 0});
}
else
{
activeScroll += 40;
countScroll += 1;
$('#list').animate({scrollTop: activeScroll});
}
}, 2000);
</script>
<style>
* {
box-sizing: border-box;
}
#list {
overflow: hidden;
width: 100%;
height: 250px;
background: #f5f5f5;
padding: 15px;
}
#list span {
display: block;
height: 45px;
padding: 10px 10px;
margin-bottom: 10px;
background: #fff;
}
.item:last-child {
margin-bottom: 0px;
}
</style>
</body>
</html>
<?php } ?>