greenlight/app/views/help/getting_started.html.erb

58 lines
2.9 KiB
Plaintext

<%
# BigBlueButton open source conferencing system - http://www.bigbluebutton.org/.
# Copyright (c) 2016 BigBlueButton Inc. and by respective authors (see below).
# This program is free software; you can redistribute it and/or modify it under the
# terms of the GNU Lesser General Public License as published by the Free Software
# Foundation; either version 3.0 of the License, or (at your option) any later
# version.
#
# BigBlueButton is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
# You should have received a copy of the GNU Lesser General Public License along
# with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
%>
<div class="page-wrapper help">
<div class="container-fluid">
<div class="row">
<div class="title text-center">
<h2><%= t('getting_started_page.title') %></h2>
</div>
</div>
<div class="row">
<div class="center-block videos-wrapper">
<div class="video-item col-xs-4">
<a href="https://www.youtube.com/watch?v=4Y__UsUrRx0&amp;feature=youtu.be" target="_blank">
<div class="video-btn center-block">
<img src="https://demo.bigbluebutton.org/images/bbb-setup-audio.jpg" alt="Setting Up Audio">
<div class="video-icon"><i class="fa fa-play-circle-o video-icon"></i></div>
</div>
</a>
<h3><a href="https://www.youtube.com/watch?v=4Y__UsUrRx0&amp;feature=youtu.be" target="_blank"><%= t('getting_started_page.setting_up_audio') %></a></h3>
</div>
<div class="video-item col-xs-4">
<a href="https://www.youtube.com/watch?v=oh0bEk3YSwI" target="_blank">
<div class="video-btn center-block">
<img src="https://demo.bigbluebutton.org/images/bbb-viewer-overview.jpg" alt="BigBlueButton Viewer Overview Video">
<div class="video-icon"><i class="fa fa-play-circle-o"></i></div>
</div>
</a>
<h3><a href="https://www.youtube.com/watch?v=oh0bEk3YSwI;feature=youtu.be" target="_blank"><%= t('getting_started_page.viewer_overview') %></a></h3>
</div>
<div class="video-item col-xs-4">
<a href="https://www.youtube.com/watch?v=J9mbw00P9W0&amp;feature=youtu.be" target="_blank">
<div class="video-btn center-block">
<img src="https://demo.bigbluebutton.org/images/bbb-presenter-overview.jpg" alt="Moderator/Presenter Overview Video">
<div class="video-icon"><i class="fa fa-play-circle-o"></i></div>
</div>
</a>
<h3><a href="https://www.youtube.com/watch?v=J9mbw00P9W0&amp;feature=youtu.be" target="_blank"><%= t('getting_started_page.presenter_overview') %></a></h3>
</div>
</div>
</div>
</div>
</div>