Skip to content
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.

Commit

Permalink
Explain the home page survey and redesign
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanto committed Jul 30, 2018
1 parent 907f66f commit d730fe7
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
41 changes: 41 additions & 0 deletions source/blog/2018-05-28-ember-homepage-survey.md
Original file line number Diff line number Diff line change
@@ -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.

<div class="grid">
<div class="col">
<h3 class="text-center">2011</h3>
<a href="/images/blog/2018-05-28-ember-homepage-survey/2011.png">
<img src="/images/blog/2018-05-28-ember-homepage-survey/2011.png" alt="Emberjs.com in 2011">
</a>
</div>
<div class="col">
<h3 class="text-center">2015</h3>
<a href="/images/blog/2018-05-28-ember-homepage-survey/2015.png">
<img src="/images/blog/2018-05-28-ember-homepage-survey/2015.png" alt="Emberjs.com in 2015">
</a>
</div>
<div class="col">
<h3 class="text-center">2018</h3>
<img src="/images/blog/2018-05-28-ember-homepage-survey/2018.png" alt="The future homepage?">
</div>
</div>

<div class="spacer"></div>

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)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions source/stylesheets/pages/blog.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d730fe7

Please sign in to comment.