-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
451 lines (418 loc) · 28.7 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Gradeulator</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.1/css/bulma.min.css">
<link rel="stylesheet" href="styles/style.css">
<script defer src="https://use.fontawesome.com/releases/v5.1.0/js/all.js"></script>
<style>
.center {
display: flex;
justify-content: center;
align-items: center;
}
</style>
</head>
<body>
<!-- top .hero section -->
<section class="hero is-small">
<div class="hero-body">
<div class="container">
<figure class="image center">
<img src="images/gradeulator-logo.png" style="max-width: 300px;">
</figure>
<h1 class="center subtitle has-text-gray is-size-4 has-text-gray">a desktop grade calculator</h1>
</div>
</div>
</section>
<!-- (closed) top /.hero section -->
<!-- /.section -->
<section class="section" style="padding: 0px;">
<div class="container">
<div class="columns is-gapless">
<!-- first column -->
<div class="column">
<article class="media notification is-white">
<figure class="media-left">
<span class="icon is-medium has-text-info">
<i class="fas fa-2x fa-calculator"></i>
</span>
</figure>
<div class="media-content">
<h1 class="title is-size-5">What is Gradeulator?</h1>
<p class="subtitle is-size-6 has-text-gray">
It is essentially a desktop calculator that calculates your grades for you.
The name comes from the combination of Grade + Calculator
which combines to make <strong>Gradeulator.</strong>
</p>
</div>
</article>
</div>
<!-- end of first column -->
<!-- second column -->
<div class="column">
<article class="media notification is-white">
<figure class="media-left">
<span class="icon is-medium" style="color:rgb(58, 235, 35);">
<i class="far fa-2x fa-question-circle"></i></i>
</span>
</figure>
<div class="media-content">
<h1 class="title is-size-5">Why?</h1>
<p class="subtitle is-size-6 has-text-gray">
I find it convenient to have a grade calculator ready on my desktop, so I decided to make one.
Although there are quite <strong>a few </strong> <i>*good*</i> online calculators with the same function.
</p>
</div>
</article>
</div>
<!-- end -->
<!-- third column -->
<div class="column">
<article class="media notification is-white">
<figure class="media-left">
<span class="icon is-medium" style="color:rgb(170, 5, 170);">
<i class="far fa-2x fa-smile-beam"></i>
</span>
</figure>
<div class="media-content">
<h1 class="title is-size-5">How do I use it?</h1>
<p class="subtitle is-size-6 has-text-gray">
Put your <strong>grade</strong> (marks)
in the <span class="has-text-primary">blue column</span>, and put the corresponding <strong>weighting</strong>
of the grade (e.g 5 percent would be entered as 5)
in the <span class="has-text-danger">red column,</span> and press the caluculate button.
</p>
</div>
</article>
</div>
<!-- end -->
</div>
</div>
</section>
<!-- /.section -->
<!-- the grade section -->
<section class="section">
<div class="container" >
<div class="columns ">
<!-- first column (grade) -->
<div class="column">
<article class="media notification has-background-white">
<figure class="media-left">
<span class="icon is-medium" style="color:rgb(228, 30, 185);">
<i class="far fa-2x fa-file-alt"></i></span>
</figure>
<div class="media-content">
<div class="content">
<h1 class="title is-size-3 has-text-black" id="grade_head">Your average grade is...</h1>
<p class="title is-size-1 center has-text-gray" id="grade_final">0.00</p>
<p class="subtitle is size-2 center has-text-dark" id="grade_weight">with combined weight of 0.00</p>
</div>
</div>
</article>
</div>
<!-- end of first (grade) column -->
<!-- second column (grade entry) -->
<div class="column is-two-thirds">
<article class="media notification has-background-white">
<figure class="media-left">
<span class="icon is-medium" style="color:rgb(255, 102, 0);">
<i class="fas fa-2x fa-bars"></i></span>
</figure>
<div class="media-content">
<div class="content">
<h1 class="title is-size-5 has-text-black">Enter your grades here.</h1>
<h1 class="subtitle is-size-6 has-text-gray">
grades in the left (blue) column, weights in the right (red) column
<br class="is-size-4"> tip: you can <strong><i>tab</i></strong> through the list.
</h1>
<div class="columns">
<!-- the raw-grades column -->
<div class="column">
<div class="field is-horizontal">
<div class="field-label is-small">
<label class="label">1.</label>
</div>
<div class="field-body">
<div class="field">
<p class="control is-expanded has-icons-left">
<input class="input is-rounded is-small is-primary"
onkeypress="return isNumberKey(event)" type="text" placeholder="e.g. 75">
<span class="icon is-small is-left">
<i class="fas fa-pencil-alt"></i>
</span>
</p>
</div>
<div class="field">
<div class="control is-expanded has-icons-left">
<input class="input is-small is-rounded is-danger"
onkeypress="return isNumberKey(event)" type="text" placeholder="5">
<span class="icon is-small is-left">
<i class="fas fa-pencil-alt"></i>
</span>
</div>
</div>
</div>
</div>
<div class="field is-horizontal">
<div class="field-label is-small">
<label class="label">2.</label>
</div>
<div class="field-body">
<div class="field">
<p class="control is-expanded has-icons-left">
<input class="input is-rounded is-small is-primary"
onkeypress="return isNumberKey(event)" type="text" placeholder="...">
<span class="icon is-small is-left">
<i class="fas fa-pencil-alt"></i>
</span>
</p>
</div>
<div class="field">
<div class="control is-expanded has-icons-left">
<input class="input is-small is-rounded is-danger"
onkeypress="return isNumberKey(event)" type="text" placeholder="...">
<span class="icon is-small is-left">
<i class="fas fa-pencil-alt"></i>
</span>
</div>
</div>
</div>
</div>
<div class="field is-horizontal">
<div class="field-label is-small">
<label class="label">3.</label>
</div>
<div class="field-body">
<div class="field">
<p class="control is-expanded has-icons-left">
<input class="input is-rounded is-small is-primary"
onkeypress="return isNumberKey(event)" type="text" placeholder="...">
<span class="icon is-small is-left">
<i class="fas fa-pencil-alt"></i>
</span>
</p>
</div>
<div class="field">
<div class="control is-expanded has-icons-left">
<input class="input is-small is-rounded is-danger"
onkeypress="return isNumberKey(event)" type="text" placeholder="...">
<span class="icon is-small is-left">
<i class="fas fa-pencil-alt"></i>
</span>
</div>
</div>
</div>
</div>
<div class="field is-horizontal">
<div class="field-label is-small">
<label class="label">4.</label>
</div>
<div class="field-body">
<div class="field">
<p class="control is-expanded has-icons-left">
<input class="input is-rounded is-small is-primary"
onkeypress="return isNumberKey(event)" type="text" placeholder="...">
<span class="icon is-small is-left">
<i class="fas fa-pencil-alt"></i>
</span>
</p>
</div>
<div class="field">
<div class="control is-expanded has-icons-left">
<input class="input is-small is-rounded is-danger"
onkeypress="return isNumberKey(event)" type="text" placeholder="...">
<span class="icon is-small is-left">
<i class="fas fa-pencil-alt"></i>
</span>
</div>
</div>
</div>
</div>
<div class="field is-horizontal">
<div class="field-label is-small">
<label class="label">5.</label>
</div>
<div class="field-body">
<div class="field">
<p class="control is-expanded has-icons-left">
<input class="input is-rounded is-small is-primary"
onkeypress="return isNumberKey(event)" type="text" placeholder="...">
<span class="icon is-small is-left">
<i class="fas fa-pencil-alt"></i>
</span>
</p>
</div>
<div class="field">
<div class="control is-expanded has-icons-left">
<input class="input is-small is-rounded is-danger"
onkeypress="return isNumberKey(event)" type="text" placeholder="...">
<span class="icon is-small is-left">
<i class="fas fa-pencil-alt"></i>
</span>
</div>
</div>
</div>
</div>
<div class="field is-horizontal">
<div class="field-label is-small">
<label class="label">6.</label>
</div>
<div class="field-body">
<div class="field">
<p class="control is-expanded has-icons-left">
<input class="input is-rounded is-small is-primary"
onkeypress="return isNumberKey(event)" type="text" placeholder="...">
<span class="icon is-small is-left">
<i class="fas fa-pencil-alt"></i>
</span>
</p>
</div>
<div class="field">
<div class="control is-expanded has-icons-left">
<input class="input is-small is-rounded is-danger"
onkeypress="return isNumberKey(event)" type="text" placeholder="...">
<span class="icon is-small is-left">
<i class="fas fa-pencil-alt"></i>
</span>
</div>
</div>
</div>
</div>
<div class="field is-horizontal">
<div class="field-label is-small">
<label class="label">7.</label>
</div>
<div class="field-body">
<div class="field">
<p class="control is-expanded has-icons-left">
<input class="input is-rounded is-small is-primary"
onkeypress="return isNumberKey(event)" type="text" placeholder="...">
<span class="icon is-small is-left">
<i class="fas fa-pencil-alt"></i>
</span>
</p>
</div>
<div class="field">
<div class="control is-expanded has-icons-left">
<input class="input is-small is-rounded is-danger"
onkeypress="return isNumberKey(event)" type="text" placeholder="...">
<span class="icon is-small is-left">
<i class="fas fa-pencil-alt"></i>
</span>
</div>
</div>
</div>
</div>
<div class="field is-horizontal">
<div class="field-label is-small">
<label class="label">8.</label>
</div>
<div class="field-body">
<div class="field">
<p class="control is-expanded has-icons-left">
<input class="input is-rounded is-small is-primary"
onkeypress="return isNumberKey(event)" type="text" placeholder="...">
<span class="icon is-small is-left">
<i class="fas fa-pencil-alt"></i>
</span>
</p>
</div>
<div class="field">
<div class="control is-expanded has-icons-left">
<input class="input is-small is-rounded is-danger"
onkeypress="return isNumberKey(event)" type="text" placeholder="...">
<span class="icon is-small is-left">
<i class="fas fa-pencil-alt"></i>
</span>
</div>
</div>
</div>
</div>
<div class="field is-horizontal">
<div class="field-label is-small">
<label class="label">9.</label>
</div>
<div class="field-body">
<div class="field">
<p class="control is-expanded has-icons-left">
<input class="input is-rounded is-small is-primary"
onkeypress="return isNumberKey(event)" type="text" placeholder="...">
<span class="icon is-small is-left">
<i class="fas fa-pencil-alt"></i>
</span>
</p>
</div>
<div class="field">
<div class="control is-expanded has-icons-left">
<input class="input is-small is-rounded is-danger"
onkeypress="return isNumberKey(event)" type="text" placeholder="...">
<span class="icon is-small is-left">
<i class="fas fa-pencil-alt"></i>
</span>
</div>
</div>
</div>
</div>
<div class="field is-horizontal">
<div class="field-label is-small">
<label class="label">10.</label>
</div>
<div class="field-body">
<div class="field">
<p class="control is-expanded has-icons-left">
<input class="input is-rounded is-small is-primary"
onkeypress="return isNumberKey(event)" type="text" placeholder="...">
<span class="icon is-small is-left">
<i class="fas fa-pencil-alt"></i>
</span>
</p>
</div>
<div class="field">
<div class="control is-expanded has-icons-left">
<input class="input is-small is-rounded is-danger"
onkeypress="return isNumberKey(event)" type="text" placeholder="...">
<span class="icon is-small is-left">
<i class="fas fa-pencil-alt"></i>
</span>
</div>
</div>
</div>
</div>
<!-- calculator button -->
<div class="field is-horizontal">
<div class="field-label">
<!-- left empty for spacing -->
</div>
<div class="field-body center">
<div class="field">
<div class="control center">
<button class="button is-rounded is-medium is-success is-fullwidth" id="calculate_button" type="button" value="submit">
<span>Calculate</span>
<span class="icon is-small"><i class="fas fa-check"></i></span>
</button>
</div>
</div>
</div>
</div>
</div>
<!-- end of raw-grades column -->
</div>
</div>
</div>
</article>
</div>
<!-- end of second (grade-entry) column -->
</div>
</div>
</section>
<!-- the footer -->
<footer class="center has-text-gray is-size-6">Made with <span class="heart-symbol heart-animation">❤</span></footer>
<footer class="center has-text-gray is-size-6">Copyright (©) 2018 <strong>Furqan17</strong></footer>
<footer class="center has-text-gray is-size-6">...</footer>
<!-- close the footer -->
<script src="index.js"></script>
</body>
</html>