LEFT | RIGHT |
1 title=The Acceptable Ads Committee - defining a new standard | 1 title=The Acceptable Ads Committee - defining a new standard |
2 description=The Acceptable Ads Committee is an industry initiative to control an
d define the standards of what constitutes an Acceptable Ad | 2 description=The Acceptable Ads Committee is an industry initiative to control an
d define the standards of what constitutes an Acceptable Ad |
3 parent=committee/apply | 3 parent=committee/apply |
4 | 4 |
5 <style type="text/css"> | 5 <style type="text/css"> |
6 #success-msg, #error-msg, .success #clear, .success #submit | 6 #success-msg, #error-msg, .success #clear, .success #submit |
7 { | 7 { |
8 display: none; | 8 display: none; |
9 } | 9 } |
10 | 10 |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
88 }, false); | 88 }, false); |
89 } | 89 } |
90 | 90 |
91 addListener(document, "DOMContentLoaded", contentLoad, false); | 91 addListener(document, "DOMContentLoaded", contentLoad, false); |
92 </script> | 92 </script> |
93 | 93 |
94 <div class="row" markdown="1"> | 94 <div class="row" markdown="1"> |
95 <div class="col-6 expand-on-tablet" markdown="1"> | 95 <div class="col-6 expand-on-tablet" markdown="1"> |
96 <form id="application-form" class="section" method="POST" markdown="1"> | 96 <form id="application-form" class="section" method="POST" markdown="1"> |
97 | 97 |
98 # {{join-committee-heading-1-2[Headline text line 1-2] Want to join the Acceptab
le Ads Committee?}}<br>{{join-committee-heading-3[Headline text line 3] Fill out
the form below!}} | 98 # {{join-committee-heading[Headline text] Apply to join the committee}} |
99 | 99 |
100 --- | 100 --- |
101 | 101 |
102 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! | 102 {{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-b
locking users? If so, fill out the form below!}} |
103 {: .m-b-lg } | 103 {: .m-b-lg } |
104 | 104 |
105 <label for="name"> | 105 <label for="name"> |
106 {{name[Field label text] Name}} | 106 {{name[Field label text] Name}} |
107 </label> | 107 </label> |
108 <input id="name" type="text" name="name" required /> | 108 <input id="name" type="text" name="name" required /> |
109 | 109 |
110 <label for="title"> | 110 <label for="title"> |
111 {{title[Field label text] Title}} | 111 {{title[Field label text] Title}} |
112 </label> | 112 </label> |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
154 | 154 |
155 {{submition-success[Text to be shown after successfull submition] Your entry h
as been successfully submitted. Someone will reach out to you within 10 working
days.}} | 155 {{submition-success[Text to be shown after successfull submition] Your entry h
as been successfully submitted. Someone will reach out to you within 10 working
days.}} |
156 { #success-msg .bg-accent .p-a-sm .m-y-sm } | 156 { #success-msg .bg-accent .p-a-sm .m-y-sm } |
157 | 157 |
158 error | 158 error |
159 {: #error-msg .bg-error .p-a-sm .m-y-sm } | 159 {: #error-msg .bg-error .p-a-sm .m-y-sm } |
160 | 160 |
161 </form> | 161 </form> |
162 </div> | 162 </div> |
163 </div> | 163 </div> |
LEFT | RIGHT |