diff --git a/app/assets/stylesheets/main.scss b/app/assets/stylesheets/main.scss index ccd3c0f4..3e5466ad 100644 --- a/app/assets/stylesheets/main.scss +++ b/app/assets/stylesheets/main.scss @@ -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; +} diff --git a/app/views/main/index.html.erb b/app/views/main/index.html.erb index 5873eacd..4a748135 100644 --- a/app/views/main/index.html.erb +++ b/app/views/main/index.html.erb @@ -25,7 +25,7 @@

<%= t("landing.welcome").html_safe %>

-

<%= t("landing.about", href: link_to(t("bigbluebutton"), "http://bigbluebutton.org/", target: "_blank", class: "text-blue")).html_safe %>

+

<%= t("landing.about", href: link_to(t("greenlight"), "https://bigbluebutton.org/2018/07/09/greenlight-2-0/", target: "_blank", class: "text-green")).html_safe %>


<%= link_to "https://youtu.be/Hso8yLzkqj8", target: "_blank" do %>

<%= t("landing.video") %>

diff --git a/app/views/shared/_footer.html.erb b/app/views/shared/_footer.html.erb index 9a9c03b2..f29f9f2d 100644 --- a/app/views/shared/_footer.html.erb +++ b/app/views/shared/_footer.html.erb @@ -14,6 +14,6 @@ %>
-
<%= t("footer.powered_by", href: link_to(t("bigbluebutton"), "http://bigbluebutton.org/", target: "_blank", class: "text-blue")).html_safe %>
+
<%= 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 %>

v <%= Greenlight::Application::VERSION %>

diff --git a/config/locales/en.yml b/config/locales/en.yml index 54f59a63..0d9af608 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -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 Greenlight. + 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 BigBlueButton. 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.