-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (59 loc) · 2.46 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
<html>
<head>
<link rel="icon" href="img\icon.png" /> <!--icon for title bar choose image-->
<link href='https://fonts.googleapis.com/css?family=Poppins' rel='stylesheet'>
<link rel="stylesheet" href="styles.css"> <!--Include css file-->
<title>Chemistry</title>
</head>
<body>
<header>
<div class='container'>
<h1> CHEMISTRY WITH MS.NIGHAT</h1>
<p>Accomplished professional teacher with over 30 years of experience</p>
<a class='btn' href='#'>Learn More</a>
</div>
</header>
<div class='nav'>
<div class='container'>
<ul>
<li>About</li>
<li>Curriculum</li>
<li>Video Lecture</li>
<li>Register</li>
<li>Contact Us</li>
</ul>
</div>
</div>
<div class='main'>
<div class='container'>
<img src='img\mmm.jpg' height='128' width="196">
<h2>Chemistry Professional Teacher</h2>
<p>Hello! I am an accomplished professional chemistry teacher with over 30 years of experience with teaching
O & A level students! Recently I have also branched out into teaching chemistry at the graduate level aswell.
</p>
<p> I graduated with my M.Phil Degree in chemistry from Quaid-e-Azam Uniersity in 1989, and have been helping students to
achieve their potential ever since! If you think I am a good fit for you then head on over to the Register tab above
and become a part of my online students! Or if you want to check out my teaching skills click on the video lecture tab
and watch my videos! Have an amazing day!
</p>
</div>
</div>
<div class="jumbotron">
<div class="container">
<h2> Stay Connected</h2>
<p>Recieve currated assignments weekly</p>
<a class='btn' href='#'>Join</a>
</div>
</div>
<footer>
<div class="container">
<ul>
<li>Contact Us</li>
<li>Partnerships</li>
<li>Social Media</li>
</ul>
<p> © Chemistry 101</p>
</div>
</footer>
</body>
</html>