-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathatrt_g2.html
39 lines (26 loc) · 947 Bytes
/
atrt_g2.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="teacher.css">
<title>Applied thermodynamics 3nd sem</title>
</head>
<body>
<div class="head">
<h1><a href="atsyllabus.html" target="none">Applied Thermodynamics</a> </h1>
</div>
<div class="name">
<h3><a href="https://www.nitj.ac.in/index.php/nitj_cinfo/Faculty/60" target="none"> Dr Rajiv Trehan</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/MTQ4NTU1ODUyNDE5"><img src="classroom.png" alt="" height="100px" style="padding-top: 18%;padding-left: 15%;"></a>
<!-- teacher -->
<img src="rt.png" alt="" height="550px" style="float: right;padding-right: 15%;">
<!-- meet icon -->
<div class="a3">
<a href="https://meet.google.com/iim-jcij-ppv"><img src="meet.png" alt="" height="100px" style="padding-left: 15%;"></a>
</div>
</body>
</html>