Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
kemguru authored Aug 7, 2024
1 parent 8a32615 commit 62674af
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,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&nbsp; to:<a href="mailto:jibanmajumdar@gmail.com">jibanmajumdar@gmail.com</a>
</address>
</body>

</html>

0 comments on commit 62674af

Please sign in to comment.