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

Unified Diff: pages/team.tmpl

Issue 5507124440334336: Made the team size calculated dynamically, based on the list of team members, which is defined only… (Closed)
Patch Set: Addressed comments Created Dec. 12, 2013, 10:25 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « includes/size-of-team-plus-one.tmpl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/team.tmpl
===================================================================
--- a/pages/team.tmpl
+++ b/pages/team.tmpl
@@ -4,27 +4,7 @@
<h1>Meet the Team</h1>
</header>
-{%- set people = [
- ("2011-08-22", "palant.png", "Wladimir Palant", "Founder & CTO", "Computer scientist and the original developer of Adblock Plus"),
- ("2011-08-22", "faida.png", "Till Faida", "Founder & CEO", "Entrepreneur with a professional background in online marketing"),
- ("2011-09-20", "schumacher.jpeg", "Tim Schumacher", "Investor & Advisor", "Serial entrepreneur with a passion for challenging Internet projects"),
- ("2012-09-01", "dahlke.png", "Felix Dahlke", "Lead Developer", "Description goes here. Let me know your short bio."),
- ("2012-11-01", "dommers.png", "Christian Dommers", "Head of Business Development", "Business developer, entrepreneur and project manager with a background in Internet publishing"),
- ("2012-08-01", "kawa.jpeg", "Arthur Kawa", "IT Officer Trainee", "Longtime Adblock Plus contributor, loves music, concerts and bacon"),
- ("2012-09-01", "plas.png", "Job Plas", "Project Manager", "Passionate about everything tech. Loves The Office, Gangnam Style and schnitzel. MSc & BBA in international business."),
- ("2012-12-01", "hughes.png", "Eric Hughes", "Developer", "Description goes here. Let me know your short bio."),
- ("2013-06-01", "hartz.png", "Sven Hartz", "User Experience Designer", "Computer scientist and creative head with a passion for making things clean and simple"),
- ("2013-07-01", "noack.png", "Sebastian Noack", "Developer", "Open source developer since 2004, into volleyball, board games and crocheting"),
- ("2013-01-01", "wilms.png", "Nadja Wilms", "Office Assistant", "Description goes here. Let me know your short bio."),
- ("2013-07-01", "ben.jpeg", "Ben Williams", "PR Manager", "Lion-tamer, ex-football star, used to date a model with only one name."),
- ("2013-07-01", "lai.jpeg", "Xiaojun Lai", "Country Manager China", "MS in international business, loves traveling and cooking."),
- ("2012-07-01", "greiner.jpeg", "Thomas Greiner", "Developer", "Web enthusiast and developer with strong beliefs on openness, transparency and accessibility"),
- ("2012-12-01", "paraska.jpeg", "Oleksandr Paraska", "Developer", "Longtime Adblock Plus for IE developer (yes, seriously). Loves making crêpes."),
- ("2013-07-01", "caballero.jpeg", "Manuel Caballero", "Junior Project Manager", "PhD candidate in art history, country manager for Spain & LatAm, Germanophile and metal head"),
- ("2013-07-01", "vervoorts.png", "Christian Vervoorts", "IT Admin", "Linux expert who keeps our server and networks running smoothly"),
- ("2013-11-01", "carrales.png", "Adrian Carrales", "Intern", "International business student, with a passion for marketing, sports and music"),
- ("2013-03-01", "yu.jpeg", "Vicky Yu", "Intern", "IT outsider, enjoy researching, occasional wanderlust"),
-] %}
+{%- from "includes/globals" import people %}
{%- macro profile(date, image, name, title, description) %}
<div class="profile column">
« no previous file with comments | « includes/size-of-team-plus-one.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld