-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteacher.html
79 lines (37 loc) · 1.93 KB
/
teacher.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html>
<head>
<title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LOGIN Design</title>
<link rel="stylesheet" href="teacher.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/fontawesome.min.css">
</title>
<body>
<section class="header">
<nav>
<a href="index.html"><img src="images/smart.png"></a>
<div class="nav-links" >
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="https://www.iiitdm.ac.in/">INSTITUTE</a></li>
<li><a href="https://www.youtube.com/watch?v=wSAVnRh-axo&t=65s">ABOUT</a></li>
<li><a href="">CONTACT</a></li>
</ul>
</div>
</nav>
<div class="Rectangle"> </div>
<div class="text-box">
<h1>Select Your Name : </h1>
<a href="sanjeet.html" class="hero-btn"> Dr Sanjeet Kumar Nayak</a><br>
<a href="selvajyothi.html" class="hero-btn2"> Dr Selvajyothi K</a><br>
<a href="kashfull.html" class="hero-btn3"> Dr Kashfull Orra</a><br>
<a href="rino.html" class="hero-btn4"> Dr N Rino Nelson</a>
</div>
</section>
</body>
</head>
</html>