forked from 20Aditya/codeutsava
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteacher.html
More file actions
52 lines (46 loc) · 2.11 KB
/
Copy pathteacher.html
File metadata and controls
52 lines (46 loc) · 2.11 KB
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
<!DOCTYPE html>
<html>
<head>
<style>
p.main {
text-align: justify;
}
</style>
</head>
<link href="txtstyle.css" rel="stylesheet" type="text/css" />
<button id="bt1" style= "float:right" type="submit" class="button button2">Logout</button>
<script type="text/javascript">
document.getElementById("bt1").onclick = function () {
location.href = "login_html.html";
} </script>
<ul>
<center><p class="main" >Name: Peter Gade<br><br></p>
<p class="main" >Email Id: pete@idk.com<br><br></p>
<p class="main" >Mobile No:9879874321<br><br></p>
<p class="main">Profile: PHD in astronomy<br><br></p>
</center>
</ul>
<ul>
<li class="dropdown">
<a href="javascript:void(0)" class="dropbtn">Physics Material</a>
<div class="dropdown-content">
<a href="http://www.meritnation.com/cbse/class10/studymaterial/science/science/1_10_2_10" target="blank">Basic phy</a>
<a href="http://www.meritnation.com/cbse/class10/studymaterial/math/math/1_10_1_9" target="blank">Theory of Relativity</a>
<a href="http://www.meritnation.com/cbse/class10/ncert-solutions/social-science/democratic-politics---ii/1_10_8_75" target="blank">Astronomy</a>
</div>
<li class="dropdown">
<a href="javascript:void(0)" class="dropbtn">Business studies</a>
<div class="dropdown-content">
<a href="http://www.bschool.careers360.com/articles/top-bba-entrance-exam-preparation-strategy-and-expert-tips" target="blank">BBA</a>
<a href="https://www.weidert.com/whole_brain_marketing_blog/bid/108524/top-10-most-effective-marketing-strategies" target="blank">Marketing & Sales</a>
<a href="https://www.stocktrader.com/learn-stock-trading/" target="blank">Finance and Stock</a>
</div>
<li class="dropdown">
<a href="javascript:void(0)" class="dropbtn">Doctoral</a>
<div class="dropdown-content">
<a href="https://www.edx.org/course/subject/computer-science"target="blank">Dentist</a>
<a href="http://iot.engineersaustralia.org.au/" target="blank">Neurosurgeon</a>
<a href="https://www.offensive-security.com/"target="blank">Skin specialist</a>
</div>
</li>
</ul>