John ui fix issue#256 (#257)

Greenlight Homepage should display "Welcome to BigBlueButton", "powered by Greenlight"
This commit is contained in:
John Ma 2018-09-11 13:40:07 -04:00 committed by Jesus Federico
parent d1ea30f94c
commit 94d0d1acd7
4 changed files with 10 additions and 4 deletions

View File

@ -63,3 +63,9 @@
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.blue-grad {
background: linear-gradient(to right, rgba(65,105,225,1) 0%, rgba(0,0,225,1) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

View File

@ -25,7 +25,7 @@
<div class="row pb-8">
<div class="col-md-8 col-sm-12">
<p id="main-text" class="font-weight-400 display-4"><%= t("landing.welcome").html_safe %></p>
<p class="text-muted h4" style="line-height: 22px;"><%= t("landing.about", href: link_to(t("bigbluebutton"), "http://bigbluebutton.org/", target: "_blank", class: "text-blue")).html_safe %></p>
<p class="text-muted h4" style="line-height: 22px;"><%= t("landing.about", href: link_to(t("greenlight"), "https://bigbluebutton.org/2018/07/09/greenlight-2-0/", target: "_blank", class: "text-green")).html_safe %></p>
<br>
<%= link_to "https://youtu.be/Hso8yLzkqj8", target: "_blank" do %>
<h4><%= t("landing.video") %> <i class="far fa-play-circle"></i></h4>

View File

@ -14,6 +14,6 @@
%>
<footer class="footer pt-3">
<h5 class="text-center mb-1"><%= t("footer.powered_by", href: link_to(t("bigbluebutton"), "http://bigbluebutton.org/", target: "_blank", class: "text-blue")).html_safe %></h5>
<h5 class="text-center mb-1"><%= t("footer.powered_by", href: link_to(t("greenlight"), "https://bigbluebutton.org/2018/07/09/greenlight-2-0/", target: "_blank", class: "text-green")).html_safe %></h5>
<p class="text-center pb-0">v <%= Greenlight::Application::VERSION %></p>
</footer>

View File

@ -65,8 +65,8 @@ en:
invalid_credentials: Login failed due to invalid credentials. Are you sure you entered them correctly?
invite_message: "To invite someone to the meeting, send them this link:"
landing:
about: Greenlight is a simple front-end for your %{href} open-source web conferencing server. You can create your own rooms to host sessions, or join others using a short and convenient link.
welcome: Welcome to <span class="green-grad">Greenlight</span>.
about: "%{href} is a simple front-end for your BigBlueButton open-source web conferencing server. You can create your own rooms to host sessions, or join others using a short and convenient link."
welcome: Welcome to <span class="blue-grad">BigBlueButton</span>.
video: Watch our tutorial on using Greenlight
upgrade: Show me how to upgrade to 2.0!
version: We've released a new version of Greenlight, but your database isn't compatible.