Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: pages/committee/apply.md

Issue 29373766: Issue 4817 - Update committee application form on acceptableads.com (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Patch Set: Updated page title and first paragraph Created Feb. 7, 2017, 10:57 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/committee/apply.md
===================================================================
--- a/pages/committee/apply.md
+++ b/pages/committee/apply.md
@@ -90,23 +90,21 @@
addListener(document, "DOMContentLoaded", contentLoad, false);
</script>
<div class="row" markdown="1">
<div class="col-6 expand-on-tablet" markdown="1">
<form id="application-form" class="section" method="POST" markdown="1">
-# {{join-committee-heading-1-2[Headline text line 1-2] Want to join the Acceptable Ads Committee?}}<br>{{join-committee-heading-3[Headline text line 3] Fill out the form below!}}
+# {{join-committee-heading[Headline text] Apply to join the committee}}
---
-On October 1, 2015, Adblock Plus ​[announced its intention to form a committee](https://adblockplus.org/blog/from-the-manifesto-to-the-acceptable-ads-board) of independent members to take over the main parts of its Acceptable Ads initiative, a program that up to that point had been managed entirely by Adblock Plus’s parent company, Eyeo GmbH. The Committee will govern the Acceptable Ads initiative by creating standards for ad formats that bring value to publishers and advertisers, while protecting the user experience for ad-blocking users.
-
-Do you want to contribute to create a new standard of advertising, and decide on the ad experience for well over a hundred million active devices? Then fill out the form below!
+{{join-committee-paragraph[Join committee paragraph] Do you want to help create a new standard of advertising and improve the ad experience for millions of ad-blocking users? If so, fill out the form below!}}
{: .m-b-lg }
<label for="name">
{{name[Field label text] Name}}
</label>
<input id="name" type="text" name="name" required />
<label for="title">
@@ -129,19 +127,20 @@
</label>
<input id="phone" type="tel" name="phone" />
<label for="group">
{{group[Field label text] Stakeholder group}}
</label>
<select id="group" name="group" tabindex="1">
<option selected="selected" value="Advertiser">{{advertisers[Item inside Stakeholder group selectbox] Advertiser}}</option>
+ <option value="Ad-blocker user">{{ad-blocker-user[Item inside Stakeholder group selectbox] Ad-blocker user}}</option>
<option value="Advertising Agency">{{ad-agencies[Item inside Stakeholder group selectbox] Advertising Agency}}</option>
<option value="Publisher/Content-Creator">{{publishers[Item inside Stakeholder group selectbox] Publisher/Content-Creator}}</option>
- <option value="Consumer Group">{{consumer-group[Item inside Stakeholder group selectbox] Consumer Group}}</option>
+ <option value="Digital Rights Organization">{{digital-rights-org[Item inside Stakeholder group selectbox] Digital Rights Organization}}</option>
<option value="User Agent">{{user-agent[Item inside Stakeholder group selectbox] User Agent}}</option>
<option value="Researcher">{{researcher[Item inside Stakeholder group selectbox] Researcher}}</option>
<option value="Designer">{{designer[Item inside Stakeholder group selectbox] Designer}}</option>
<option value="Ad tech agency">{{ad-tech-agency[Item inside Stakeholder group selectbox] Ad tech agency}}</option>
<option value="Other">{{other[Item inside Stakeholder group selectbox] Other}}</option>
</select>
<label for="motivation">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld