Skip to content

Commit

Permalink
Merge pull request #98 from poplus/improve-mailing-list-promotion
Browse files Browse the repository at this point in the history
add new CTA for mailing list at the top of the get involved page
  • Loading branch information
James McKinney committed Jan 29, 2015
2 parents af70704 + b93f201 commit d1d1573
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
10 changes: 10 additions & 0 deletions _sass/_poplus-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -340,3 +340,13 @@ hr {
margin-bottom: 1.5em;
}
}

.mailing-list-call-to-action {
background-color: $colour_light_grey;
padding: 1em;
margin-bottom: 1.5em;
border-radius: 5px;
h2 {
font-size: 1.5em;
}
}
5 changes: 5 additions & 0 deletions get-involved/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,15 @@ redirect_from:
- "/join/volunteers-form.html"
---
<img src="{{ site.baseurl }}/assets/img/popluscon-celebrate.jpg" />
<div class="mailing-list-call-to-action">
<h2>Join the mailing list</h2>
<p>The best way to keep up to date with Poplus news, and talk to the people already involved in Poplus is on the [Poplus mailing list](https://groups.google.com/forum/#!forum/poplus).</p>
</div>
Poplus is still in its infancy. There's one thing it needs more than anything else: enthusiastic people!

We welcome everyone who is interested in helping, and there are a number of ways in which you can do so:

* [Join the mailing list](https://groups.google.com/forum/#!forum/poplus)
* [Join a committee]({{ site.baseurl }}/get-involved/join-a-committee/)
* [Read our meeting minutes and agendas](http://hackfoldr.org/poplusteam/)
* [Get involved with code, events, and more]({{ site.baseurl }}/get-involved/other-ways/)
Expand Down

0 comments on commit d1d1573

Please sign in to comment.