From c48cf065e54992c9f170a5501f437a94e400c475 Mon Sep 17 00:00:00 2001 From: StoneFrog Date: Wed, 24 May 2017 13:38:18 +0200 Subject: [PATCH] add footer with apisupport contact --- content/assets/stylesheets/_footer.scss | 12 ++++++++++++ content/assets/stylesheets/application.scss | 1 + layouts/footer.html | 12 ++++++++++++ layouts/guides.html | 1 + layouts/reference.html | 1 + 5 files changed, 27 insertions(+) create mode 100644 content/assets/stylesheets/_footer.scss create mode 100644 layouts/footer.html diff --git a/content/assets/stylesheets/_footer.scss b/content/assets/stylesheets/_footer.scss new file mode 100644 index 00000000..278a2b11 --- /dev/null +++ b/content/assets/stylesheets/_footer.scss @@ -0,0 +1,12 @@ +footer { + background-color: #2E2F3A; + h2 { + color: rgba(255, 255, 255, 0.9); + } + .container { + padding: 1.25em 4.25em; + } + a { + color: #919595; + } +} diff --git a/content/assets/stylesheets/application.scss b/content/assets/stylesheets/application.scss index db253e84..386f7421 100644 --- a/content/assets/stylesheets/application.scss +++ b/content/assets/stylesheets/application.scss @@ -9,3 +9,4 @@ @import "jumbotron"; @import "navbar"; @import "panels"; +@import "footer"; diff --git a/layouts/footer.html b/layouts/footer.html new file mode 100644 index 00000000..251e54f4 --- /dev/null +++ b/layouts/footer.html @@ -0,0 +1,12 @@ + diff --git a/layouts/guides.html b/layouts/guides.html index 852c7351..1333caee 100644 --- a/layouts/guides.html +++ b/layouts/guides.html @@ -25,5 +25,6 @@ + <%= render 'footer' %> <%= render 'foot' %> diff --git a/layouts/reference.html b/layouts/reference.html index 0b8a113b..5ac57f64 100644 --- a/layouts/reference.html +++ b/layouts/reference.html @@ -120,5 +120,6 @@

Deprecated APIs

+ <%= render 'footer' %> <%= render 'foot' %>