-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
69 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
<!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="mcq2.js" defer></script> | ||
<meta name="keywords" content="kemguru, objective questions"> | ||
<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:[email protected]">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:[email protected]">webmaster</a></p> | ||
|
||
<hr style="color:blue;"> | ||
<address> | ||
For feedback, please e-mail to:<a href="mailto:[email protected]">[email protected]</a> | ||
</address> | ||
</body> | ||
|
||
</html> |