diff --git a/config.rb b/config.rb index 99036395e4..64a29657cd 100644 --- a/config.rb +++ b/config.rb @@ -128,3 +128,5 @@ def page_classes(page) # Redirects (These must be last!) ### activate :alias + +redirect "homepage-survey.html", to: "https://embermarketing.typeform.com/to/JJECA8" diff --git a/source/blog/2018-05-28-ember-homepage-survey.md b/source/blog/2018-05-28-ember-homepage-survey.md new file mode 100644 index 0000000000..bd66a94986 --- /dev/null +++ b/source/blog/2018-05-28-ember-homepage-survey.md @@ -0,0 +1,41 @@ +--- +title: Ember Homepage survey +author: Ryan Toronto +tags: Recent Posts, Marketing, 2018 +responsive: true +--- + +The first version of [emberjs.com](/) was created over 7 years ago, in 2011! Since then there's not only been a major redesign, but countless features, blog posts, guides, examples, and lessons learned added to the site. It's been thrilling to watch the Ember community evolve emberjs.com over the years. + +
+ + + +That said, we believe it's time for another redesign of the homepage. The marketing copy doesn't capture many of the amazing innovations that have landed in Ember over the past few years. We want the homepage to reflect just how great it is to be an Ember developer in 2018. + +But first we need your help! + +We want to find out what makes you continue to use Ember in a world full of alternatives, so we can better communicate Ember's value proposition to others who might find similar success. + +By taking a few minutes to [answer these questions](/homepage-survey), you can help influence the messaging behind Ember's future homepage and any other marketing materials we create. + +We really appreciate your time, and thanks! + +[Click here to participate in the homepage survey!](/homepage-survey) diff --git a/source/images/blog/2018-05-28-ember-homepage-survey/2011.png b/source/images/blog/2018-05-28-ember-homepage-survey/2011.png new file mode 100644 index 0000000000..f2e423833b Binary files /dev/null and b/source/images/blog/2018-05-28-ember-homepage-survey/2011.png differ diff --git a/source/images/blog/2018-05-28-ember-homepage-survey/2015.png b/source/images/blog/2018-05-28-ember-homepage-survey/2015.png new file mode 100644 index 0000000000..014896359e Binary files /dev/null and b/source/images/blog/2018-05-28-ember-homepage-survey/2015.png differ diff --git a/source/images/blog/2018-05-28-ember-homepage-survey/2018.png b/source/images/blog/2018-05-28-ember-homepage-survey/2018.png new file mode 100644 index 0000000000..60cb66a6ca Binary files /dev/null and b/source/images/blog/2018-05-28-ember-homepage-survey/2018.png differ diff --git a/source/stylesheets/pages/blog.css.scss b/source/stylesheets/pages/blog.css.scss index f52df0c454..9acd24bb64 100644 --- a/source/stylesheets/pages/blog.css.scss +++ b/source/stylesheets/pages/blog.css.scss @@ -82,6 +82,22 @@ list-style: decimal; } + .grid { + display: flex; + } + + .col { + padding: 0 12px + } + + .text-center { + text-align: center; + } + + .spacer { + height: 1.6em; + } + table.figure { float: left; margin-bottom: 20px;