-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhowtouse.html
189 lines (175 loc) · 6.21 KB
/
howtouse.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M3N7TRK3W4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-M3N7TRK3W4');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>How to Use - SRM Internal Mark Calculator</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<style>
/* CSS for centering content */
.middle-section {
text-align: center;
padding: 20px; /* Added padding for better spacing */
}
.middle-section .formula-list {
display: inline-block;
text-align: left;
margin: 0 auto;
max-width: 600px; /* Adjust width as needed */
padding-left: 0; /* Remove default padding */
}
.middle-section .formula-list li {
text-align: right;
margin-bottom: 10px; /* Added margin bottom for list items */
}
/* Menu Bar Styles */
.side-menu {
position: fixed;
top: 0;
left: -250px;
width: 250px;
height: 100%;
background-color: #111;
transition: left 0.3s ease;
overflow-y: auto;
padding-top: 20px;
z-index: 1000;
}
.side-menu.show {
left: 0;
}
.side-menu ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.side-menu ul li {
text-align: left;
}
.side-menu ul li a {
text-decoration: none;
color: #fff;
display: block;
padding: 15px 20px;
font-size: 1.2em;
transition: background-color 0.3s ease;
}
.side-menu ul li a:hover {
background-color: #dc9120;
}
.menu-icon {
cursor: pointer;
color: #fff;
font-size: 1.5em;
position: absolute;
top: 15px;
left: 15px;
z-index: 1100;
}
.menu-icon.close-menu {
display: none;
}
@media (max-width: 768px) {
.side-menu {
width: 200px;
}
}
@media (max-width: 480px) {
.side-menu {
width: 150px;
}
.menu-icon {
top: 10px;
left: 10px;
}
}
</style>
<script src="js.js" defer></script>
</head>
<body>
<!-- Header -->
<header class="header">
<div class="menu-icon" onclick="toggleMenu()">
<i class="fas fa-bars"></i>
</div>
<h1>How to Use SRM Internal Mark Calculator</h1>
</header>
<!-- Side Menu -->
<nav class="side-menu" id="side-menu">
<ul>
<li><a href="index.html"><i class="fas fa-home"></i> Home</a></li>
<li><a href="howtouse.html"><i class="fas fa-question-circle"></i> How to Use?</a></li>
<li><a href="about.html"><i class="fas fa-user"></i> About</a></li>
<li><a href="feedback.html" class="active"><i class="fas fa-comments"></i> Feedback</a></li>
</ul>
<div class="menu-icon close-menu" onclick="toggleMenu()">
<i class="fas fa-times"></i>
</div>
</nav>
<!-- Main Content -->
<main>
<section id="why-use">
<h2>Why Use SRM Internal Mark Calculator?</h2>
<div class="why-use-container">
<div class="why-use-box">
<h3>Accurate & Reliable</h3>
<p>1. Tailored to SRM IST regulations.</p>
<p>2. Provides instant and precise results.</p>
</div>
<div class="why-use-box">
<h3>Easy to Use</h3>
<p>1. Simple input fields for scores.</p>
<p>2. Clear and intuitive interface.</p>
</div>
<div class="why-use-box">
<h3>Grade Predictor</h3>
<p>1. Predicts the required marks for desired grades.</p>
<p>2. Helps in strategic preparation.</p>
</div>
</div>
</section>
<section id="how-to-use">
<h2>Conversion of Marks to Percentage for Joint Courses</h2>
<div class="middle-section">
<h3>Why?</h3>
<p>Internal lab practical marks can't be determined, so marks can be calculated only by percentage value.</p>
<p>For Theory Course directly enter your scores in marks.</p>
<h3>Calculations</h3>
<div class="formula-list">
<ol>
<li><b>Result</b>: Result = Total marks / Weightage</li>
<li><b>Scored percentage</b>: Scored mark / Result</li>
</ol>
</div>
<p><b>Example:</b></p>
<ul style="list-style-type: none; padding-left: 0;">
<li style="margin-bottom: 10px;">Total Marks = 25</li>
<li style="margin-bottom: 10px;">Scored Marks = 24</li>
<li style="margin-bottom: 10px;">Weightage(%) = 10</li>
<li style="margin-bottom: 10px;">Result: 25 / 10 = 2.5</li>
<li style="margin-bottom: 10px;">Scored percentage: 24 / 2.5 = 9.6%</li>
</ul>
<p class="disclaimer">
* Disclaimer: Marks must be converted to percentages before calculations for joint courses.
</p>
</div>
</section>
</main>
<!-- Footer Section -->
<footer>
<div class="footer-left">
© 2024 SRM Institute
</div>
</footer>
<!-- JavaScript for sidebar toggle -->
</body>
</html>