forked from instructure/canvas-lms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dimdim_welcome.html
34 lines (33 loc) · 1.31 KB
/
dimdim_welcome.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
<html>
<head>
<style type="text/css" media="screen">
html {
font-size: 100.01%
}
h4 {
font-size: 140%;
font-weight: normal;
margin: 0;
}
body {
font-size: 75%;
color: #333;
font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}
</style>
</head>
<body>
<h1><img src="images/canvas-web-conferencing.png" alt="Canvas Web Conferencing - Hold live meetings, events & explain and learn complex subjects using just your web browser" /></h1>
<h4>Designed to meet the unique needs of educational institutions:</h4>
<ul>
<li>Collaborate in <strong>real-time</strong> like you were
"there" with anyone, <strong>anywhere</strong> in the world.</li>
<li>Communicate online using the interactive <strong>white-board</strong>, <strong>chat</strong>, shared document and webpage viewing,
computer <strong>screen sharing</strong>, and <strong>webcam</strong> and audio communication.</li>
<li>Enjoy <strong>unlimited</strong> use: meet as often and as long as you want.</li>
<li><strong>Remotely</strong> work together on class projects.</li>
<li>Host a <strong>virtual classroom</strong> were you can share online lectures.</li>
<li>Explain and learn <strong>complex subjects</strong> using just your web browser.</li>
</ul>
</body>
</html>