-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmdrv.html
More file actions
45 lines (30 loc) · 1.52 KB
/
mdrv.html
File metadata and controls
45 lines (30 loc) · 1.52 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="teacher.css">
<title>Machine Drawing & CAD 3nd sem</title>
</head>
<body>
<div class="head">
<h1><a href="mdsyllabus.html" target="none">Machine Drawing & CAD </a> </h1>
</div>
<div class="name">
<h3><a href="https://www.nitj.ac.in/index.php/nitj_cinfo/Faculty/137" target="none">Dr Rajeev Verma </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/MTI3ODgxNzI1NTE2"><img src="classroom.png" alt="" height="100px" style="padding-top: 18%;padding-left: 15%;"></a>
<!--
<div style="display: flex; justify-content: center; align-items: center;">
<img src="" alt="" height="550px"> -->
<!-- teacher -->
<img src="rv.jpg" alt="" height="550px" style="float: right;padding-right: 15%;">
<!-- meet icon -->
<div class="a3">
<a href="https://teams.microsoft.com/dl/launcher/launcher.html?url=%2F_%23%2Fl%2Fmeetup-join%2F19%3Ameeting_YTgxYWZhZDItOWY1Ni00MTM0LWJmZjItOGMyN2E4YzI0OWJl%40thread.v2%2F0%3Fcontext%3D%257b%2522Tid%2522%253a%2522a6de9407-2d24-407d-81e6-941b053c301a%2522%252c%2522Oid%2522%253a%2522abd720c2-9848-4514-86b5-3dd25ac6f5c9%2522%257d%26anon%3Dtrue&type=meetup-join&deeplinkId=5b24d6f3-3a23-4a14-8dde-f6152ec5982b&directDl=true&msLaunch=true&enableMobilePage=true&suppressPrompt=true"><img src="meet.png" alt="" height="100px" style="padding-left: 15%;"></a>
</div>
</div>
</body>
</html>