From 4cd3a8b6ef0e20d971d736fe1456b30a683291bb Mon Sep 17 00:00:00 2001 From: Maxunm Date: Tue, 13 Jun 2017 10:59:10 -0400 Subject: [PATCH] Sticky footer now Doesn't work in ie, so that may be a problem. But it seems to work in all of the other browsers so that's fine. Also added all of the social media icons to the footers on all the pages --- about/index.html | 34 ++++++++++++++++++++-- css/keepFoot.css | 9 ++++++ donate/index.html | 35 +++++++++++++++++++++-- index.html | 73 +++++++++++++++++++++-------------------------- 4 files changed, 106 insertions(+), 45 deletions(-) create mode 100644 css/keepFoot.css diff --git a/about/index.html b/about/index.html index 9859d66..3915832 100644 --- a/about/index.html +++ b/about/index.html @@ -5,6 +5,10 @@ + + + + About Innovation Club @@ -31,7 +35,7 @@ - +
+ \ No newline at end of file diff --git a/css/keepFoot.css b/css/keepFoot.css new file mode 100644 index 0000000..fad7bcf --- /dev/null +++ b/css/keepFoot.css @@ -0,0 +1,9 @@ +body { + display: flex; + min-height: 100vh; + flex-direction: column; +} + +main { + flex: 1 0 auto; +} \ No newline at end of file diff --git a/donate/index.html b/donate/index.html index f9b57a4..8c94f0c 100644 --- a/donate/index.html +++ b/donate/index.html @@ -8,7 +8,10 @@ Innovation Club donation page - + + + + @@ -32,7 +35,7 @@ - +
+ \ No newline at end of file diff --git a/index.html b/index.html index 68a5f02..ca6544e 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,8 @@ + + @@ -33,7 +35,7 @@ Innovation Club - +
+ + \ No newline at end of file