This repository has been archived on 2021-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
greenlight/app/views/main/index.html.erb

15 lines
638 B
Plaintext
Raw Normal View History

2018-06-13 15:51:10 -04:00
<div class="background landing-section">
2018-06-08 14:44:08 -04:00
<div class="d-flex align-items-center" style="height: 100%;">
<div class="container text-center">
2018-06-22 15:58:25 -04:00
<h1 id="main-text" class="font-weight-400 responsive-header">Welcome to Greenlight.</h1>
2018-06-08 14:44:08 -04:00
<h4 class="text-muted">A simple front end for your BigBlueButton Open Source Web Conferencing Server.</h4>
<%= link_to "https://www.youtube.com/watch?v=yGX3JCv7OVM&feature=youtu.be", class: "p-3", target: "_blank" do %>
2018-06-20 15:18:05 -04:00
<h4>Watch a tutorial on using Greenlight <i class="far fa-play-circle"></i></h4>
2018-06-08 14:44:08 -04:00
<% end %>
</div>
2018-06-06 14:51:32 -04:00
</div>
2018-05-24 16:59:20 -04:00
</div>
2018-05-07 16:06:01 -04:00
2018-06-06 14:51:32 -04:00
<%= render "shared/features" %>