OLD | NEW |
1 title=Members | The Acceptable Ads Committee | 1 title=Members | The Acceptable Ads Committee |
2 description=A list of all Representatives and supporting Members that make up th
e Acceptable Ads Committee. | 2 description=A list of all Representatives and supporting Members that make up th
e Acceptable Ads Committee. |
3 parent=committee/index | 3 parent=committee/index |
4 custom=1 | 4 custom=1 |
5 | 5 |
6 {% block head %} | 6 {% block head %} |
7 <style> | 7 <style> |
8 @media(min-width: 768px) | 8 @media(min-width: 768px) |
9 { | 9 { |
10 #committee-structure | 10 #committee-structure |
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
307 "org": "KOL", | 307 "org": "KOL", |
308 }, | 308 }, |
309 { | 309 { |
310 "group": "Researchers & Academics", | 310 "group": "Researchers & Academics", |
311 "position": "Representative", | 311 "position": "Representative", |
312 "name": "Fran Howarth", | 312 "name": "Fran Howarth", |
313 "title": "Security Analyst", | 313 "title": "Security Analyst", |
314 "org": "Bloor Analyst Group", | 314 "org": "Bloor Analyst Group", |
315 }, | 315 }, |
316 { | 316 { |
317 "group": "User Agents", | |
318 "position": "Representative", | |
319 "name": "Kenny Ye (叶智聪)", | |
320 "title": "Director of International Business Development, Alibaba Mobile Gro
up", | |
321 "org": "UC Web", | |
322 }, | |
323 { | |
324 "group": "Users", | 317 "group": "Users", |
325 "position": "Representative", | 318 "position": "Representative", |
326 "name": "Caroline Crandall", | 319 "name": "Caroline Crandall", |
327 "title": "Adblocking User", | 320 "title": "Adblocking User", |
328 "org": False, | 321 "org": False, |
329 }, | 322 }, |
330 { | 323 { |
331 "group": "Users", | 324 "group": "Users", |
332 "position": "Member", | 325 "position": "Member", |
333 "name": "Zack Sinclair", | 326 "name": "Zack Sinclair", |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
444 <h2 class="center h3 p-y-md m-a-md">{{ "Meet the Acceptable Ads Committee" |
translate("committee-heading", "heading") }}</h2> | 437 <h2 class="center h3 p-y-md m-a-md">{{ "Meet the Acceptable Ads Committee" |
translate("committee-heading", "heading") }}</h2> |
445 </div> | 438 </div> |
446 | 439 |
447 <div class="container"> | 440 <div class="container"> |
448 {% for coalition in ["for-profit", "expert", "user-advocate"] %} | 441 {% for coalition in ["for-profit", "expert", "user-advocate"] %} |
449 {{ coalition_section(coalition) }} | 442 {{ coalition_section(coalition) }} |
450 {% endfor %} | 443 {% endfor %} |
451 </div> | 444 </div> |
452 | 445 |
453 </section> | 446 </section> |
OLD | NEW |