-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (37 loc) · 1.75 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
<!DOCTYPE html>
<html>
<head>
<title>Exam Marks Calculator</title>
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<h1>Cuet Marks Calculator</h1>
<div class="card">
<div class="left-side">
<div class="instructions">
<h3>Instructions:</h3>
<ol>
<li>Login to the CUET Result Portal. <a href="https://examinationservices.nic.in/examsys23/root/DownloadAdmitCard.aspx?appFormId=101352311">Click here</a> to access the portal.</li>
<li>Login and copy the Answer Key from the Challenges Page as shown in the example:</li>
<li>Open your Attempted questions and copy the link as shown in the example:</li>
<li>Paste both of these in the app as shown in the placeholder.</li>
<li>Select "Check Answers" to calculate your marks.</li>
<li>If you found my application helpful, please give me a star. In case of any issues, please contact me.</li>
</ol>
</div>
</div>
<div class="right-side">
<iframe src="https://neelanjan-cuetmarkscalculator.hf.space" frameborder="0"></iframe>
</div>
</div>
<div class="social-links">
<a href="https://www.linkedin.com/in/neelanjanchakraborty/" class="logo"><i class="fab fa-linkedin"></i></a>
<a href="https://www.instagram.com/n.e_e.l/" class="logo"><i class="fab fa-instagram"></i></a>
<a href="https://github.com/Neelanjan-chakraborty" class="logo"><i class="fab fa-github"></i></a>
</div>
</div>
</body>
</html>