From 4df6a2d9ca81dcb5953b44e8dca0fadd0494701a Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 16 Jul 2017 11:36:23 -0700 Subject: [PATCH] Add founder vision --- sass/custom/_paulus.scss | 19 +++++++++++++++++++ source/index.html | 8 ++++++++ 2 files changed, 27 insertions(+) diff --git a/sass/custom/_paulus.scss b/sass/custom/_paulus.scss index 4a1bd4a6cf2..f5045c8db22 100644 --- a/sass/custom/_paulus.scss +++ b/sass/custom/_paulus.scss @@ -162,6 +162,25 @@ $primary-color: #049cdb; } } + .founder-vision { + margin-top: 24px; + + a { + display: block; + text-decoration: none; + color: white; + padding: 30px 15px; + font-size: 2.25rem; + line-height: 1.33333; + transition: background-color .5s; + background-color: #038FC7; + border-radius: 4px; + + &:hover { + background-color: lighten(#038FC7, 10%); + } + } + } } // https://fortawesome.github.io/Font-Awesome/3.2.1/icons/ diff --git a/source/index.html b/source/index.html index 087e0ab37cf..143112152d3 100644 --- a/source/index.html +++ b/source/index.html @@ -60,6 +60,14 @@ hide_github_edit: true +
+ +
+