From c1549193f2d775d68efe30b3a9c96173f3c60a02 Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 6 Jun 2018 14:51:32 -0400 Subject: [PATCH] redesign home page --- app/assets/stylesheets/application.scss | 10 +++++++ app/views/main/index.html.erb | 17 ++++++++---- app/views/shared/_features.html.erb | 35 +++++++++---------------- 3 files changed, 35 insertions(+), 27 deletions(-) diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 2b2c9425..f67f4025 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -70,6 +70,11 @@ a { font-size: 26px; } +.feature-icon { + transform: translateY(-50%); + margin-top: 50%; +} + .main-large { font-size: 20px; } @@ -86,6 +91,11 @@ iframe{ font-size: 25px; } +.feature-stamp { + width: 100px; + height: 100px; +} + html, body { width: 100%; height: 100%; diff --git a/app/views/main/index.html.erb b/app/views/main/index.html.erb index 80543d93..ef57f4c2 100644 --- a/app/views/main/index.html.erb +++ b/app/views/main/index.html.erb @@ -1,13 +1,19 @@ -
+
+
-

Teach Students Online.

+

Welcome to Greenlight.

+

A simple front end for your BigBlueButton Open Source Web Conferencing Server.

-
- - <%= render "shared/features" %> + <%= link_to "https://www.google.com", class: "p-3", target: "_blank" do %> +

Watch a tutorial on using Greenlight

+ <% end %> +
+<%= render "shared/features" %> + diff --git a/app/views/shared/_features.html.erb b/app/views/shared/_features.html.erb index 0f15571a..cd9b1f8e 100644 --- a/app/views/shared/_features.html.erb +++ b/app/views/shared/_features.html.erb @@ -1,33 +1,24 @@ -

Features

-
+

Features

-
-
- -

Manage Recordings

-
-
- -

Create Meetings

-
-
- -

Session History

-
-
- -

Custom Designs

+ + + +

Personalized Rooms

- -

User Mangement

+ + + +

Recording Management

- -

Feature Six

+ + + +

Custom Designs