LEFT | RIGHT |
(no file at all) | |
1 title=Apply to join | The Acceptable Ads Committee | 1 title=Apply to join | The Acceptable Ads Committee |
2 description=The Acceptable Ads Committee has full control over the Acceptable Ad
s initiative, including what’s deemed acceptable by defining the Acceptable Ads
criteria. | 2 description=The Acceptable Ads Committee has full control over the Acceptable Ad
s initiative, including what’s deemed acceptable by defining the Acceptable Ads
criteria. |
3 parent=committee/index | 3 parent=committee/index |
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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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[Headline text] Apply to join the committee}} | 98 # {{join-committee-heading[Headline text] Apply to join the committee}} |
99 | 99 |
100 --- | 100 --- |
101 | 101 |
| 102 <div class="section" markdown="1"> |
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 {{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 } | 104 </div> |
104 | 105 |
105 <label for="name"> | 106 <label for="name"> |
106 {{name[Field label text] Name}} | 107 {{name[Field label text] Name}} |
107 </label> | 108 </label> |
108 <input id="name" type="text" name="name" required /> | 109 <input id="name" type="text" name="name" required /> |
109 | 110 |
110 <label for="title"> | 111 <label for="title"> |
111 {{title[Field label text] Title}} | 112 {{title[Field label text] Title}} |
112 </label> | 113 </label> |
113 <input id="title" type="text" name="title" required /> | 114 <input id="title" type="text" name="title" required /> |
(...skipping 29 matching lines...) Expand all Loading... |
143 <option value="Other">{{other[Item inside Stakeholder group selectbox] Other
}}</option> | 144 <option value="Other">{{other[Item inside Stakeholder group selectbox] Other
}}</option> |
144 </select> | 145 </select> |
145 | 146 |
146 <label for="motivation"> | 147 <label for="motivation"> |
147 {{motivation[Field label text] Motivation}} | 148 {{motivation[Field label text] Motivation}} |
148 </label> | 149 </label> |
149 <textarea id="motivation" placeholder="{{text-area-placeholder[Placeholder tex
t inside textarea] Please provide in 100 words or less a short description of wh
y you would be a good fit}}" rows="14" name="motivation" required></textarea> | 150 <textarea id="motivation" placeholder="{{text-area-placeholder[Placeholder tex
t inside textarea] Please provide in 100 words or less a short description of wh
y you would be a good fit}}" rows="14" name="motivation" required></textarea> |
150 | 151 |
151 <input id="clear" class="btn-outline-primary" type="reset" name="reset" value=
"{{submit Clear}}" /> | 152 <input id="clear" class="btn-outline-primary" type="reset" name="reset" value=
"{{submit Clear}}" /> |
152 <input id="submit" class="btn-primary" type="submit" name="Submit" value="{{su
bmit Submit}}" /> | 153 <input id="submit" class="btn-primary" type="submit" name="Submit" value="{{su
bmit Submit}}" /> |
153 {: .eol .m-t-lg } | 154 {: .eol .btn-container } |
154 | 155 |
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 {{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 } | 157 { #success-msg .bg-accent .p-a-sm .m-y-sm } |
157 | 158 |
158 error | 159 error |
159 {: #error-msg .bg-error .p-a-sm .m-y-sm } | 160 {: #error-msg .bg-error .p-a-sm .m-y-sm } |
160 | 161 |
161 </form> | 162 </form> |
162 </div> | 163 </div> |
163 </div> | 164 </div> |
LEFT | RIGHT |