diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index a212757b..826c736e 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -38,9 +38,17 @@ @import "tabler"; @import "tabler.plugins"; -$background-color: #d1e2ff; +$background-color: #D1E2FF; $rule-color: lightblue; +.header { + background-color: transparent; +} + +.footer { + background-color: $background-color; +} + .video-container { position: relative; width: 100%; @@ -48,6 +56,16 @@ $rule-color: lightblue; padding-bottom: 56.25%; } +.start-block { + background-color: white; + border: 3px solid lightblue; + border-radius: 4px; +} + +.main-large { + font-size: 20px; +} + iframe{ position: absolute; top: 0; @@ -60,6 +78,7 @@ html, body { width: 100%; height: 100%; background: linear-gradient(180deg, $background-color 50%, white 50%); + background-repeat: no-repeat; } .small-rule { diff --git a/app/views/main/index.html.erb b/app/views/main/index.html.erb index 7ed62eb0..8e7a5a0c 100644 --- a/app/views/main/index.html.erb +++ b/app/views/main/index.html.erb @@ -1,5 +1,5 @@
-

Teach Students Online

+

Teach Students Online.


<%= render "shared/start_meeting" %> @@ -15,4 +15,24 @@ $(window).on('load',function(){ $('#welcomeModal').modal('show'); }); + +textOptions = [ + "Start your own Meeting.", + "Collaborate with Friends.", + "Connect in Real-Time.", + "Teach Students Online.", +] + +textOpt = 0 + +var changeText = function(){ + $('#main-text').text(textOptions[textOpt]); + $('#main-text').fadeIn(1000) + textOpt++; + if (textOpt > textOptions.length) { textOpt = 0; } +} + +setInterval(function(){ + $('#main-text').fadeOut(1000, changeText) +}, 7000); diff --git a/app/views/shared/_features.html.erb b/app/views/shared/_features.html.erb index a0586ce2..0f15571a 100644 --- a/app/views/shared/_features.html.erb +++ b/app/views/shared/_features.html.erb @@ -1,11 +1,33 @@ -

Features

+

Features


-
-
-

Feature One

+
+
+
+ +

Manage Recordings

+
+
+ +

Create Meetings

+
+
+ +

Session History

+
-
-

Feature Two

+
+
+ +

Custom Designs

+
+
+ +

User Mangement

+
+
+ +

Feature Six

+
diff --git a/app/views/shared/_footer.html.erb b/app/views/shared/_footer.html.erb index 987f1fef..80354a41 100644 --- a/app/views/shared/_footer.html.erb +++ b/app/views/shared/_footer.html.erb @@ -1,3 +1,3 @@ -