From 8731dc6999268126326adf6fef1b37c0f84c0d2d Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Wed, 24 Feb 2016 15:36:38 -0500 Subject: [PATCH 1/2] creating and populating Font Awesome survey view --- src/_layouts/survey.html | 47 ++++++++++++++++++++++++++++++++++++++++ src/survey.html | 7 ++++++ 2 files changed, 54 insertions(+) create mode 100644 src/_layouts/survey.html create mode 100644 src/survey.html diff --git a/src/_layouts/survey.html b/src/_layouts/survey.html new file mode 100644 index 000000000..2af18f38e --- /dev/null +++ b/src/_layouts/survey.html @@ -0,0 +1,47 @@ + + + + + + + + + + + + {% if page.title %}{{ page.title }}{% endif %} + + + + + + + {{content}} + + diff --git a/src/survey.html b/src/survey.html new file mode 100644 index 000000000..b134b78c3 --- /dev/null +++ b/src/survey.html @@ -0,0 +1,7 @@ +--- +layout: survey +title: Font Awesome + You +--- + + + From b75b6aeddfc288c3d15ff2ded999eee54be22d02 Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Wed, 24 Feb 2016 14:46:23 -0500 Subject: [PATCH 2/2] adding survey promotion to homepage --- src/_includes/navbar.html | 13 ++++ src/assets/js/site.js | 104 +++++++++++++++------------- src/assets/less/site/banner-ad.less | 49 +++++++++++++ 3 files changed, 117 insertions(+), 49 deletions(-) diff --git a/src/_includes/navbar.html b/src/_includes/navbar.html index dc117ce2f..cc8c95690 100644 --- a/src/_includes/navbar.html +++ b/src/_includes/navbar.html @@ -1,3 +1,16 @@ + +