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

Side by Side Diff: pages/committee/members.tmpl

Issue 29790577: Fixes #17 - Change the organization of "Tom Rathbone" (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Patch Set: Created May 25, 2018, 7:40 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 "position": "Member", 129 "position": "Member",
130 "name": "Kevin Vanvalkenburgh", 130 "name": "Kevin Vanvalkenburgh",
131 "title": "Vice President of Connections Planning", 131 "title": "Vice President of Connections Planning",
132 "org": "The Tombras Group", 132 "org": "The Tombras Group",
133 }, 133 },
134 { 134 {
135 "group": "Advertising Agencies", 135 "group": "Advertising Agencies",
136 "position": "Member", 136 "position": "Member",
137 "name": "Tom Rathbone", 137 "name": "Tom Rathbone",
138 "title": "Head of Technology", 138 "title": "Head of Technology",
139 "org": "Schaaf-PartnerCentric", 139 "org": "PartnerCentric",
140 }, 140 },
141 { 141 {
142 "group": "Advertising Agencies", 142 "group": "Advertising Agencies",
143 "position": "Member", 143 "position": "Member",
144 "name": "Christoph Bornschein", 144 "name": "Christoph Bornschein",
145 "title": "CEO/Founder", 145 "title": "CEO/Founder",
146 "org": "TLGG", 146 "org": "TLGG",
147 }, 147 },
148 { 148 {
149 "group": "Advertising Agencies", 149 "group": "Advertising Agencies",
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 <h2 class="center h3 p-y-md m-a-md">{{ "Meet the Acceptable Ads Committee" | translate("committee-heading", "heading") }}</h2> 471 <h2 class="center h3 p-y-md m-a-md">{{ "Meet the Acceptable Ads Committee" | translate("committee-heading", "heading") }}</h2>
472 </div> 472 </div>
473 473
474 <div class="container"> 474 <div class="container">
475 {% for coalition in ["for-profit", "expert", "user-advocate"] %} 475 {% for coalition in ["for-profit", "expert", "user-advocate"] %}
476 {{ coalition_section(coalition) }} 476 {{ coalition_section(coalition) }}
477 {% endfor %} 477 {% endfor %}
478 </div> 478 </div>
479 479
480 </section> 480 </section>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld