bigbluebutton-Github/bigbluebutton-config/web/index.html

55 lines
3.5 KiB
HTML
Raw Normal View History

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Welcome to BigBlueButton </title>
<link rel="stylesheet" href="css/style.css" type="text/css"/>
</head>
<body>
<div id="wrapper">
<div id="logo">
<img src="images/bbb_banner.png" width="651" height="113" style="border:#fff solid 1px;">
</div>
<div id="content"><br/>
<h1>Welcome to BigBlueButton Developer Virtual Machine</h1><br/>
<p>
This virtual machine (VM) is a fully working copy of BigBlueButton that you can try out BigBlueButton, the open source web conferencing system for distance learning.</p><br>
<p>To join a sample session, click the <a href="/bigbluebutton/conference-session/joinIn/85115">Join a Default Session</a> button. You'll be asked to enter your Name and provide a password (enter <strong>mp</strong> for moderator password, <strong>vp</strong> for viewer password). </p><br>
<p>To schedule your own session, click the <a href="/bigbluebutton">Schedule a Session</a> button. Enter <strong>admin@test.com</strong> for username and <strong>admin</strong> for password.</p><br/>
<p>
This virtual machine is also a full BigBlueButton development enviornment that you use to checkout, modify the source, and build you own version of BigBlueButton.
</p>
<br>
<a title="Join Sample Conference" href="/bigbluebutton/conference-session/joinIn/85115"><div id="content_left"><h2 style="margin-top:20px; margin-left:15px;">Join a Sample Conference</h2></div></a>
<a title="Schedule a Session" href="/bigbluebutton"><div id="content_right"><h2 style="margin-top:20px; margin-left:50px;">Schedule a Session</h2></div><br/></a>
<div id="tutorials">
<div style="width:100%; height:30px; background-image:url(images/heading_bg.png); border-bottom:#afafaf solid 1px;">
<h1 style="margin-top:8px; margin-left:15px;"> Video Tutorials </h1>
</div><br/>
<table>
<tr>
<td valign="top" style="padding-left:20px;"><a title="Join a Session" href="http://www.youtube.com/watch?v=ul6m3N6v6os"><img src="images/join.png" width="92" height="90" /></a></td>
<td valign="top" style="padding-left:20px;"><a title="Create a Session" href="http://www.youtube.com/watch?v=Kte07KcBXIE"><img src="images/session.png" width="92" height="90" /></a></td>
<td valign="top" style="padding-left:20px;"><a title="Share Webcom" href="http://www.youtube.com/watch?v=HePvnDZYCUQ"><img src="images/share_webcam.png" width="92" height="90" /></a></td>
<td valign="top" style="padding-left:20px;"><a title="Upload Slides" href="http://www.youtube.com/watch?v=8Fvk45H4A7E"><img src="images/upload_slides.png" width="93" height="90" /></a></td>
</tr>
<tr>
<td valign="top" style="padding-left:20px;"><p class="small"> Join a Session </p></td>
<td valign="top" style="padding-left:20px;"><p class="small"> Create a Session </p></td>
<td valign="top" style="padding-left:20px;"><p class="small"> Share Wecam </p></td>
<td valign="top" style="padding-left:20px;"><p class="small"> Upload Slides </p></td>
</tr>
</table>
<br/>
</div>
</div>
</div>
<div id="footer"><p id="legal">Copyright &copy; 2008 BigBlueButton </p></div>
</body>
</html>