-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
68 lines (54 loc) · 3.14 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>index</title>
<script src="chem1.js" defer></script>
<script src="timer.js" defer></script>
<meta name="Keywords" content="exercises, balancing, chemistry, equations, elementary, intermediate, advanced, assorted ">
<meta name="author" content="Jiban Majumdar">
<link rel="stylesheet" href="mystyle.css">
</head>
<body>
<div>
<img src="myPhoto.jpg" alt="webmaster" width="150" height="200"> <br> <a href="mailto:jibanmajumdar@gmail.com">webmaster</a>
</div>
<h1 style="text-align:center; margin-top: 0;">KEMGURU</h1>
<h2>Welcome!</h2>
<p style="font-size:115%; text-align:justify;">
From the obsessive desire of the 'Alchemists' to prepare an <span style="color:blue;"><i>'Elixir of life'</i></span>, and gold from base metals, Chemistry as we know today, has come a long way. It has penetrated all aspects of our life: Medicine, agriculture, cosmetics, clothing, infrastructure and power, to name a few. Chemistry is essential and without it our civilisation will come to a standstill.
</p>
<p style="font-size:115%; text-align:left;">
Nevertheless, Chemistry is still an enigma and onerous for the majority of school-going students. At the school level, Chemistry defies logic in many of the topics. It has to be remembered and perhaps the only way to remember Chemistry is to practise, practise and <span style="font-size:125%; color:blue;"><i>practise!</i></span>
</p>
<p style="font-size:115%; text-align:left;color:blue;">
Hence,<span style="font-size: 115%;">"KEMGURU".</span>
</p>
<p style="font-size:115%;">The following <span style="font-size:115%; color:blue;"><i>interactive pages</i></span> will give you the needed practice for some of the topics in Chemistry. I hope you will benefit from them.
</p>
<p style="font-size:115%; text-align:left;">Click a section below to open a separate window.</p>
<table class="center">
<tr>
<td><a href="equ.html">
<h4 style="text-align:center;">Elementary Equations</h4>
</a></td>
<td><a href="equations.html">
<h4 style="text-align:center;">Intermediate Equations</h4>
</a></td>
<td><a href="advanced.html">
<h4 style="text-align:center;">Advanced Equations</h4>
</a></td>
<td><a href="assorted.html">
<h4 style="text-align:center;">Assorted Equations</h4>
</a></td>
</tr>
</table>
<p style="font-size:115%; text-align:left;">Jiban Majumdar</p>
<p style="font-size:115%;text-align:left;"><a href="mailto:jibanmajumdar@gmail.com">webmaster</a></p>
<hr style="color:blue;">
<address>
For feedback, please e-mail to:<a href="mailto:jibanmajumdar@gmail.com">jibanmajumdar@gmail.com</a>
</address>
</body>
</html>