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

Side by Side Diff: pages/committee/apply.md

Issue 29536654: Issue 5102 - Replaced semantically incorrect <hr> elements with :after styles (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Patch Set: Created Sept. 5, 2017, 2:40 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
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[Headline text] Apply to join the committee}} 98 # {{join-committee-heading[Headline text] Apply to join the committee}}
99 99
100 ---
101
102 <div class="section" markdown="1"> 100 <div class="section" markdown="1">
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!}} 101 {{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!}}
104 </div> 102 </div>
105 103
106 <label for="name"> 104 <label for="name">
107 {{name[Field label text] Name}} 105 {{name[Field label text] Name}}
108 </label> 106 </label>
109 <input id="name" type="text" name="name" required /> 107 <input id="name" type="text" name="name" required />
110 108
111 <label for="title"> 109 <label for="title">
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 153
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.}} 154 {{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.}}
157 { #success-msg .bg-accent .p-a-sm .m-y-sm } 155 { #success-msg .bg-accent .p-a-sm .m-y-sm }
158 156
159 error 157 error
160 {: #error-msg .bg-error .p-a-sm .m-y-sm } 158 {: #error-msg .bg-error .p-a-sm .m-y-sm }
161 159
162 </form> 160 </form>
163 </div> 161 </div>
164 </div> 162 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld