-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththanks.html
50 lines (44 loc) · 2.22 KB
/
thanks.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="teachers.css">
<meta charset="UTF-8">
<meta name="google-site-verification" content="fuTIsQKpXA4ik2m7qnXHmr195CxoRlq7AsBf4DCHvkI" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href ="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcRqRjC1DjBDqRWiTBigrxyApTip7K7ZaGoBKw&usqp=CAU">
<title>Teachers </title>
</head>
<body>
<header>
<nav class="topnav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="thanks.html">Message From Students</a></li>
<li><a href="videos.html">Video</a></li>
<li><a href="feedback.html">Feedback</a></li>
</ul>
</nav>
</header>
<main>
<div class="respons" style ="margin-left:17%;">
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vSaDmO4HWdyMalccEwbQD4e1rgrn7OqqvV_VEEwvrWPOqpxJz0CLvF5JncvEchuyJdZ_HEMSQ5ldiQd/embed?start=true&loop=false&delayms=5000" frameborder="0" width="800" height="450" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true" ></iframe>
</div>
<div class="contacts">
<div>
<a href="https://www.youtube.com/channel/UC2PYuTKhpGoGahAxYO480nQ?view_as=subscriber" target="_blank">
<img alt="SoloLearn" src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/ec/YouTube_play_button_circular_%282013-2017%29.svg/600px-YouTube_play_button_circular_%282013-2017%29.svg.png">
</a>
<a href="https://github.com/Joshi-Hiroshi"target="_blank">
<img alt="Github" src="https://www.pngkey.com/png/full/178-1787508_github-icon-download-at-icons8-white-github-icon.png"/>
</a>
<a href="https://www.quora.com/profile/Vik-Josh"target="_blank">
<img alt="Quora" src="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcSoxc1n7-oNd-vM_k-YJqPwWEexkA6alDQX5Q&usqp=CAU" >
</a>
</div>
</div>
<div class="copyright">
© I am Nice. All rights reserved.
</div>
</main>
</body>
</html>