-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
84 lines (72 loc) · 3.31 KB
/
index.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
80
81
82
83
84
<!DOCTYPE html>
<html>
<head>
<title>Quick Guides</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<link href="styles/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<!--Side Navigation Bar-->
<div class="sidebar" id="mySidebar">
<a href="about.html">About GIFs</a>
<a class="active" href="index.html">Quick PCR Guides</a>
<a href="more.html">More GIFs</a>
</div>
<!--Page content begins here-->
<div class="content">
<h1>Quick GIFs to Get Started (PC)</h1>
<div class="gallery">
<a target="_blank" href="images/zoomPC/cleandesktop.gif">
<img src="images/zoomPC/cleandesktop.gif" alt="Clean up your desktop" width="640" height="360">
</a>
<div class="desc">Clean up your desktop</div>
</div>
<div class="gallery">
<a target="_blank" href="images/zoomPC/Studentfolders1.gif">
<img src="images/zoomPC/Studentfolders1.gif" alt="Student folders" width="640" height="360">
</a>
<div class="desc">Make a folder for each learner</div>
</div>
<div class="gallery">
<a target="_blank" href="images/zoomPC/StudentFolders2.gif">
<img src="images/zoomPC/StudentFolders2.gif" alt="Move essential programs into folder" width="640" height="360">
</a>
<div class="desc">Put apps for the learners in the folder</div>
</div>
<div class="gallery">
<a target="_blank" href="images/zoomPC/OpenFromLink.gif">
<img src="images/zoomPC/OpenFromLink.gif" alt="Open zoom" width="640" height="360">
</a>
<div class="desc">Use a link to open Zoom</div>
</div>
<div class="gallery">
<a target="_blank" href="images/zoomPC/Rename1.gif">
<img src="images/zoomPC/Rename1.gif" alt="Rename yourself" width="640" height="360">
</a>
<div class="desc">Rename your learner</div>
</div>
<div class="gallery">
<a target="_blank" href="images/zoomPC/Chat.gif">
<img src="images/zoomPC/Chat.gif" alt="Chat" width="640" height="360">
</a>
<div class="desc">Chat with teacher and other learners</div>
</div>
<div class="gallery">
<a target="_blank" href="images/zoomPC/VirtualBackground1.gif">
<img src="images/zoomPC/VirtualBackground1.gif" alt="Add a virtual background" width="640" height="360">
</a>
<div class="desc">Set a default a virtual background</div>
</div>
<div class="gallery">
<a target="_blank" href="images/zoomPC/RemoveVirtualBackgroundPC.gif">
<img src="images/zoomPC/RemoveVirtualBackgroundPC.gif" alt="Remove virtual background" width="640" height="360">
</a>
<div class="desc">Remove a virtual background</div>
</div>
<!--Footer begins here-->
<div id="footer-container">
</div>
</div>
</body>
</html>