forked from KnowYourCGPA/KnowYourCGPA.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cse-sem3.html
198 lines (187 loc) · 7.23 KB
/
cse-sem3.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#c9222a" />
<title>CSE Sem-3: KnowYourCGPA</title>
<meta property="og:title" content="CSE Sem-3: KnowYourCGPA" />
<meta
property="og:description"
content="Calculate Your CGPA of Sem-3 based on your marks in Major Exam."
/>
<meta
property="og:url"
content="https://KnowYourCGPA.github.io/cse-sem3.html/"
/>
<link rel="stylesheet" href="decorationHouse/style.css" />
<link rel="icon" type="image/x-icon" href="decorationHouse/favicon.jpg" />
</head>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-RSLTHGS9P4"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-RSLTHGS9P4");
</script>
<body>
<div id="allHeader">
<header id="mainHeader">
<div id="headercontainer">
<a href="/" class="mainLogo">KnowYourCGPA</a>
<div class="darkmodeicon">
<svg
xmlns="http://www.w3.org/2000/svg"
height="48"
viewBox="0 -960 960 960"
width="48"
>
<path
id="darkModeIconPath"
d="M240-383.922q42.615 0 77.999 23.615 35.385 23.616 53.461 63.231l13.616 33.154H422q33.307 0 57.614 24.808 24.308 24.807 24.308 59.114 0 35.307-24.615 59.114Q454.692-97.078 420-97.078H240q-59.692 0-101.307-41.615T97.078-240q0-59.692 41.615-101.807T240-383.922ZM433.306-820.69q-10.076 96.692 19.347 188.153 29.423 91.461 99.115 160.153 68.692 69.693 160.154 98.923 91.461 29.231 188.768 19.155-30 134.076-136.269 217.998-106.268 83.922-243.652 82.306-10.23 0-19.653-.5-9.423-.5-19.039-1.5 36.692-15.692 59.461-49.114 22.769-33.423 22.769-74.884 0-58.538-40.231-100.038t-97.154-43.653q-25.307-54.616-75.576-87.616-50.269-33-111.346-33-28.23 0-55.038 8.385-26.807 8.384-49.961 24.538-1-8.154-1-15.116v-15.115q-1-137.384 82.423-242.729Q299.846-789.69 433.306-820.69Z"
/>
</svg>
</div>
</div>
<script src="/sitewideJavascripts/themeController.js"></script>
</header>
<div class="credits">
Version 3.1 C - <a href="changelog.html">changelogs</a>
</div>
</div>
<main>
<div class="content">
<div class="heading">
<h1>Semester: 3</h1>
<span class="branchName">CSE</span>
</div>
<form id="segmentContainer">
<div class="inputContainer">
<div class="firstRow">
<h3>Intro. to Logic</h3>
</div>
<div class="secondRow">
<span class="CourseCode">PCL2042: </span>
<input type="number" name="PCL2042_m" placeholder="marks?" />
</div>
</div>
<div class="inputContainer">
<div class="firstRow">
<h3>Theory of Computation</h3>
</div>
<div class="secondRow">
<span class="CourseCode">CSL2041: </span>
<input type="number" name="CSL2041_m" placeholder="marks?" />
</div>
</div>
<div class="inputContainer">
<div class="firstRow">
<h3>Computer Org. & Arch.</h3>
</div>
<div class="secondRow">
<span class="CourseCode">CSL2061: </span>
<input type="number" name="CSL2061_m" placeholder="marks?" />
</div>
</div>
<div class="inputContainer">
<div class="firstRow">
<h3>Object Oriented Prog.</h3>
</div>
<div class="secondRow">
<span class="CourseCode">CSL2022: </span>
<input type="number" name="CSL2022_m" placeholder="marks?" />
</div>
</div>
<div class="inputContainer">
<div class="firstRow">
<h3>Object Oriented Prog. Lab.</h3>
</div>
<div class="secondRow">
<span class="CourseCode">CSP2022: </span>
<input type="number" name="CSP2022_m" placeholder="marks?" />
</div>
</div>
<div class="inputContainer">
<div class="firstRow">
<h3>Operating Systems</h3>
</div>
<div class="secondRow">
<span class="CourseCode">CSL2051: </span>
<input type="number" name="CSL2051_m" placeholder="marks?" />
</div>
</div>
<div class="inputContainer">
<div class="firstRow">
<h3>Operating Systems Lab.</h3>
</div>
<div class="secondRow">
<span class="CourseCode">CSP2051: </span>
<input type="number" name="CSP2051_m" placeholder="marks?" />
</div>
</div>
<div class="inputContainer">
<div class="firstRow">
<h3>Summer Internship-I</h3>
</div>
<div class="secondRow">
<span class="CourseCode">CSC2001: </span>
<input type="number" name="CSC2001_m" placeholder="marks?" />
</div>
</div>
<div class="cgpaCalc">
<div class="toggle-container">
<input type="checkbox" id="toggleButton" class="toggle-input" />
<label for="toggleButton" class="toggle-btn"></label>
<h3>Get CGPA</h3>
</div>
<div id="content" class="hidden-content">
<div class="secondRow cgpaAsk">
<span class="CourseCode">Your CGPA till Sem 2:</span>
<input
type="number"
name="previousCGPA"
placeholder="CGPA?"
id="cgpaInput"
/>
</div>
</div>
</div>
<div class="buttonContainer">
<button onclick="resetForm()" type="button">Clear</button>
<button onclick="calculateCGPA()" type="button">Calculate</button>
</div>
</form>
<div id="sgpaContainer">
<p id="displaySGPA">Your Result will display here.</p>
<p id="displayCGPA"></p>
</div>
<div class="upcomingFeatures ucOnPage">
<h3>Important!</h3>
<!-- <p>This Website now use cookies to improve your experiences.</p> -->
<p>
REQUEST CGPA calc. for your branch
<a
href="https://docs.google.com/forms/d/e/1FAIpQLSdGKQc3maNgVr1RfzcLzYt5de7eEs_fJ207-hQyzNn3Fl64VQ/viewform?usp=sf_link"
>here.</a
>
</p>
</div>
</div>
</main>
<script src="calculationCenter/CSE/CSE_sem3.js"></script>
<script src="sitewideJavascripts/toggleButton.js"></script>
<footer>
<p id="footernote">Made with ❤ by Shivam</p>
<p class="footernote1">Student at Shri Mata Vaishno Devi University</p>
<p class="footernote1">Department of CSE</p>
<div class="linkcontainer">
<a href="https://www.instagram.com/z1_shivam/">instagram</a>
</div>
</footer>
</body>
</html>