-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtomam.html
More file actions
40 lines (24 loc) · 967 Bytes
/
tomam.html
File metadata and controls
40 lines (24 loc) · 967 Bytes
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="teacher.css">
<title>Theory of Machines 3nd sem</title>
</head>
<body>
<div class="head">
<h1><a href="tomsyllabus.html" target="none">Theory Of Machines</a> </h1>
</div>
<div class="name">
<h3><a href="https://www.nitj.ac.in/index.php/nitj_cinfo/Faculty/205" target="none">Dr Aviral Mishra </a></h3>
</div>
<p>to know more about teacher or subject , touch the above given text</p>
<!-- classroom icon -->
<a href="https://classroom.google.com/u/1/c/MTI2ODE0NDUzMTcx"><img src="classroom.png" alt="" height="100px" style="padding-top: 18%;padding-left: 15%;"></a>
<!-- teacher -->
<img src="am.jpg" alt="" height="550px" style="float: right;padding-right: 15%;">
<!-- meet icon -->
<div class="a3">
<a href="http://shorturl.at/mrFH2"><img src="meet.png" alt="" height="100px" style="padding-left: 15%;"></a>
</div>
</body>
</html>