| Left: | ||
| Right: |
| LEFT | RIGHT |
|---|---|
| 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 |
| 11 .success #success-msg, .error-response #error-msg | 11 .success #success-msg, .error-response #error-msg |
| 12 { | 12 { |
| 13 display: block; | 13 display: block; |
| 14 } | |
| 15 | |
| 16 .join-committee-paragraph | |
|
juliandoucette
2017/06/26 10:31:21
Does this apply to more than one element (use ID i
ire
2017/06/27 08:36:30
I went with a container class
| |
| 17 { | |
| 18 margin-bottom: 32px; | |
| 19 } | |
| 20 | |
| 21 .application-form-btns | |
|
juliandoucette
2017/06/26 10:31:21
See comment in about/style.
ire
2017/06/27 08:36:29
Done.
| |
| 22 { | |
| 23 margin-top: 32px; | |
| 24 } | |
| 25 | |
| 26 @media(min-width: 768px) | |
| 27 { | |
| 28 .join-committee-paragraph | |
| 29 { | |
| 30 margin-bottom: 64px; | |
| 31 } | |
| 32 | |
| 33 .application-form-btns | |
| 34 { | |
| 35 margin-top: 64px; | |
| 36 } | |
| 37 } | 14 } |
| 38 </style> | 15 </style> |
| 39 | 16 |
| 40 <script type="text/javascript"> | 17 <script type="text/javascript"> |
| 41 function addListener(obj, type, listener, useCapture) | 18 function addListener(obj, type, listener, useCapture) |
| 42 { | 19 { |
| 43 if ("addEventListener" in obj) | 20 if ("addEventListener" in obj) |
| 44 { | 21 { |
| 45 obj.addEventListener(type, function(ev) | 22 obj.addEventListener(type, function(ev) |
| 46 { | 23 { |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 115 </script> | 92 </script> |
| 116 | 93 |
| 117 <div class="row" markdown="1"> | 94 <div class="row" markdown="1"> |
| 118 <div class="col-6 expand-on-tablet" markdown="1"> | 95 <div class="col-6 expand-on-tablet" markdown="1"> |
| 119 <form id="application-form" class="section" method="POST" markdown="1"> | 96 <form id="application-form" class="section" method="POST" markdown="1"> |
| 120 | 97 |
| 121 # {{join-committee-heading[Headline text] Apply to join the committee}} | 98 # {{join-committee-heading[Headline text] Apply to join the committee}} |
| 122 | 99 |
| 123 --- | 100 --- |
| 124 | 101 |
| 102 <div class="section" markdown="1"> | |
| 125 {{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!}} |
| 126 {: .join-committee-paragraph } | 104 </div> |
| 127 | 105 |
| 128 <label for="name"> | 106 <label for="name"> |
| 129 {{name[Field label text] Name}} | 107 {{name[Field label text] Name}} |
| 130 </label> | 108 </label> |
| 131 <input id="name" type="text" name="name" required /> | 109 <input id="name" type="text" name="name" required /> |
| 132 | 110 |
| 133 <label for="title"> | 111 <label for="title"> |
| 134 {{title[Field label text] Title}} | 112 {{title[Field label text] Title}} |
| 135 </label> | 113 </label> |
| 136 <input id="title" type="text" name="title" required /> | 114 <input id="title" type="text" name="title" required /> |
| (...skipping 29 matching lines...) Expand all Loading... | |
| 166 <option value="Other">{{other[Item inside Stakeholder group selectbox] Other }}</option> | 144 <option value="Other">{{other[Item inside Stakeholder group selectbox] Other }}</option> |
| 167 </select> | 145 </select> |
| 168 | 146 |
| 169 <label for="motivation"> | 147 <label for="motivation"> |
| 170 {{motivation[Field label text] Motivation}} | 148 {{motivation[Field label text] Motivation}} |
| 171 </label> | 149 </label> |
| 172 <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> |
| 173 | 151 |
| 174 <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}}" /> |
| 175 <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}}" /> |
| 176 {: .eol .application-form-btns } | 154 {: .eol .btn-container } |
| 177 | 155 |
| 178 {{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.}} |
| 179 { #success-msg .bg-accent .p-a-sm .m-y-sm } | 157 { #success-msg .bg-accent .p-a-sm .m-y-sm } |
| 180 | 158 |
| 181 error | 159 error |
| 182 {: #error-msg .bg-error .p-a-sm .m-y-sm } | 160 {: #error-msg .bg-error .p-a-sm .m-y-sm } |
| 183 | 161 |
| 184 </form> | 162 </form> |
| 185 </div> | 163 </div> |
| 186 </div> | 164 </div> |
| LEFT | RIGHT |