From 621983490a99ad31e0f2bc628d51e0b504367f2f Mon Sep 17 00:00:00 2001 From: aligiselle Date: Thu, 11 Aug 2022 17:49:08 -0400 Subject: [PATCH] Add static about page --- app/assets/stylesheets/application.scss | 3 ++- app/views/layouts/application.html.erb | 5 ++++- app/views/sessions/about.html.erb | 14 ++++++++++++++ config/routes.rb | 1 + 4 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 app/views/sessions/about.html.erb diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index fab50e0..fd56828 100755 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -20,6 +20,7 @@ body { margin: 0; background-color: rgb(243, 230, 225); + min-height: 100vh; } .jumbotron { @@ -42,7 +43,7 @@ body { } .footer { - bottom: 0; + //bottom: 0; width: 100%; text-align: center; position: absolute; diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 70bd49a..009600e 100755 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -28,6 +28,9 @@