-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathatrt.html
39 lines (26 loc) · 1.17 KB
/
atrt.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://teams.microsoft.com/l/meetup-join/19%3ameeting_OGQ0NjAxNjctOTM2NC00ZmU2LWFmMGUtODYwYTBkZDlkNmZm%40thread.v2/0?context=%7b%22Tid%22%3a%22a6de9407-2d24-407d-81e6-941b053c301a%22%2c%22Oid%22%3a%229ff6b1af-0d5a-4682-a7cc-72a9ec1d49f8%22%7d"><img src="meet.png" alt="" height="100px" style="padding-left: 15%;"></a>
</div>
</body>
</html>