| 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 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 434 {% for group in coalitions[id].groups %} | 434 {% for group in coalitions[id].groups %} |
| 435 {{ group_list(id, group) }} | 435 {{ group_list(id, group) }} |
| 436 {% endfor %} | 436 {% endfor %} |
| 437 </section> | 437 </section> |
| 438 {% endmacro %} | 438 {% endmacro %} |
| 439 | 439 |
| 440 <section class="container"> | 440 <section class="container"> |
| 441 <div class="row section"> | 441 <div class="row section"> |
| 442 <div class="col-6"> | 442 <div class="col-6"> |
| 443 <h1>{{ "Members" | translate("members-heading", "heading") }}</h1> | 443 <h1>{{ "Members" | translate("members-heading", "heading") }}</h1> |
| 444 <hr> | |
| 445 <p>{{ "The Acceptable Ads Committee is divided into three Coalitions, with
each faction consisting of several Members. Each group includes a Representativ
e and multiple supporting Members." | translate("members-intro-1") }}</p> | 444 <p>{{ "The Acceptable Ads Committee is divided into three Coalitions, with
each faction consisting of several Members. Each group includes a Representativ
e and multiple supporting Members." | translate("members-intro-1") }}</p> |
| 446 <p>{{ "Below is a list of all current Representatives and supporting Membe
rs, broken down by Coalition.*" | translate("members-intro-2") }}</p> | 445 <p>{{ "Below is a list of all current Representatives and supporting Membe
rs, broken down by Coalition.*" | translate("members-intro-2") }}</p> |
| 447 <p><small>{{ "*The Adblock Agent is a representative from an ad blocker pr
oduct who attends meetings in an advisory role but does not have a vote and is n
ot formally a member of the committee." | translate("members-intro-3") }}</small
></small></p> | 446 <p><small>{{ "*The Adblock Agent is a representative from an ad blocker pr
oduct who attends meetings in an advisory role but does not have a vote and is n
ot formally a member of the committee." | translate("members-intro-3") }}</small
></small></p> |
| 448 </div> | 447 </div> |
| 449 <aside class="col-6"> | 448 <aside class="col-6"> |
| 450 <img id="committee-structure" class="block" alt="{{ "Acceptable Ads Commit
tee Structure" | translate("featured-image-alt", "Image alt text") }}" src="img/
jpg/acceptable-ads-committee-structure.jpg" /> | 449 <img id="committee-structure" class="block" alt="{{ "Acceptable Ads Commit
tee Structure" | translate("featured-image-alt", "Image alt text") }}" src="img/
jpg/acceptable-ads-committee-structure.jpg" /> |
| 451 </aside> | 450 </aside> |
| 452 </div> | 451 </div> |
| 453 </section> | 452 </section> |
| 454 | 453 |
| 455 <section> | 454 <section> |
| 456 | 455 |
| 457 <div class="bg-accent"> | 456 <div class="bg-accent"> |
| 458 <h2 class="center h3 p-y-md m-a-md">{{ "Meet the Acceptable Ads Committee" |
translate("committee-heading", "heading") }}</h2> | 457 <h2 class="center h3 p-y-md m-a-md">{{ "Meet the Acceptable Ads Committee" |
translate("committee-heading", "heading") }}</h2> |
| 459 </div> | 458 </div> |
| 460 | 459 |
| 461 <div class="container"> | 460 <div class="container"> |
| 462 {% for coalition in ["for-profit", "expert", "user-advocate"] %} | 461 {% for coalition in ["for-profit", "expert", "user-advocate"] %} |
| 463 {{ coalition_section(coalition) }} | 462 {{ coalition_section(coalition) }} |
| 464 {% endfor %} | 463 {% endfor %} |
| 465 </div> | 464 </div> |
| 466 | 465 |
| 467 </section> | 466 </section> |
| OLD | NEW |