<!-- file within _includes -->
<section class="people" id="<?php echo $people['id']; ?>">
<div class="container">
<div class="row">
<div class="content">
<div class="content--title">
<h1 class="title line"> {{ content.title }} </h1>
</div>
<div class="content--box">
<p> {{ content.copy }}</p>
</div>
</div>
<div class="main-image" style="background-image: url('{{ "/build/img/people/" | relative_url }}{{ content.image }}')"></div>
</div>
<div class="row">
<div class="people-list">
{% for person in content.person %}
<div class="item item--1">
<div class="box">
<div class="image" style="background-image: url('{{ "/build/img/people/" | relative_url }}{{ person.image }}')"></div>
<h2 class="item--name"> {{ person.name }} </h2>
<h3 class="item--title"> {{ person.title }} </h3>
<div class="line"></div>
<p> {{ person.copy }} </p>
</div>
</div>
{% endfor %}
</div>
</div>
</div>
</section>
layout: dai-people title: DAI People permalink: /dai-people/
people_list: people: - title: Technical copy: DAI is known for its technical excellence, innovation, and quality of work. Our reputation as an industry thought-leader stems from the depth and breadth of the expertise embodied in our technical staff. image: technical-main.jpg person: - image: technical-01.jpg name: Jeremy Kanthor title: Managing Director copy: Since joining DAI in 2002, Jeremy has worked on the design and implementation of numerous governance projects, from local government improvements in Romania and legislative strengthening in Armenia to ministerial reform in Palestine. Jeremy now oversees DAI’s governance portfolio, including initiatives focused on citizen security, rule of law, public financial management, and voice and accountability. - image: technical-02.jpg name: Jeremy Kanthor title: Managing Director copy: Since joining DAI in 2002, Jeremy has worked on the design and implementation of numerous governance projects, from local government improvements in Romania and legislative strengthening in Armenia to ministerial reform in Palestine. Jeremy now oversees DAI’s governance portfolio, including initiatives focused on citizen security, rule of law, public financial management, and voice and accountability. - image: technical-03.jpg name: Jeremy Kanthor title: Managing Director copy: Since joining DAI in 2002, Jeremy has worked on the design and implementation of numerous governance projects, from local government improvements in Romania and legislative strengthening in Armenia to ministerial reform in Palestine. Jeremy now oversees DAI’s governance portfolio, including initiatives focused on citizen security, rule of law, public financial management, and voice and accountability.
- title: Project Management
copy: Sound project leadership—along with financial, contractual, operational, and logistical support—are critical to the work we do. From leading projects in the field to providing technical and management support from our corporate office, our project teams consistently and effectively deliver development results.
image: project_mgmt-main.jpg
person:
- image: project_mgmt-01.jpg
name: Dave Whitfield
title: Field Operations Manager
copy: Dave has been providing home office management and support for DAI projects since 2008. As the Field Operations Manager for the Preparedness & Response project, he enables national governments to establish and strengthen systems, policies, and practices for the prevention, detection, response, and control of emerging disease threats.
- image: project_mgmt-02.jpg
name: Miguel Baca
title: Director, Environment and Health
copy: Miguel is DAI's Director of Environment and Health for the Latin America & Caribbean / Global Region. Since 2008, he has served as DAI’s technical leader in all tourism-related initiatives, developing and implementing innovative approaches in rural, community-based, and small enterprise-focused tourism programs.
- image: project_mgmt-03.jpg
name: Kate Leuba
title: Project Manager
copy: Since joining DAI in 2014, Kate has held progressively responsible positions in project management. Now a key member of DAI’s Center for Secure and Stable States, Kate supports DAI’s portfolio of development and security programming in fragile states.
- title: Business Development
copy: DAI works with national and local governments, bilateral and multilateral donors, private sector companies, and philanthropic institutions. No matter the client, DAI’s business development team leverages the expertise of our technical staff and the hands-on experience of our project leaders to develop innovative, cost-effective, responsive, and competitive proposals.
image: business_dev-main.jpg
person:
- image: business_dev-01.jpg
name: Nate Bourns
title: Vice President
copy: Since 2000, Nate has designed, advised, and helped build DAI's portfolio of access-to-finance and enterprise development projects. He currently leads our Europe-based Technical Services and Business Development teams in designing, managing, and providing technical assistance to DAI’s projects with the U.K. Department for International Development, the European Commission, and other clients.
- image: business_dev-02.jpg
name: Tamara Stanton
title: Managing Director
copy: Since 2000, Tamara has held corporate and project-level roles in new business, recruiting, and project implementation. In all positions she’s held – head of DAI’s U.S. Government Business Development Unit, Innovation and Engagement Advisor on USAID’s Grand Challenges for Development program, and new business manager – Tamara embodies DAI’s values and passion for development.
- image: business_dev-03.jpg
name: Kieran Griffin
title: Associate Consultant
copy: A member of DAI Europe’s Business Development Unit since 2013, Kieran focuses on creating compelling proposals for the U.K. Department for International Development and Foreign and Commonwealth Office work.
- title: Corporate
copy: Our corporate services functions provide enterprise-wide support services in finance & accounting, human resources, IT, communications, travel, logistics, and security.
image: corporate-main.jpg
person:
- image: corporate-01.jpg
name: Tami Fries
title: Director
copy: Tami specializes in information systems, management training, and participatory approaches to project and program planning. As Director in Information Technology, she manages a team of business analysts and software developers in designing, implementing, and maintaining core business information systems for DAI’s home office and field projects.
- image: corporate-02.jpg
name: Keith Smith
title: Commercial Director
copy: In the course of his career at DAI, Keith has managed a range of development projects, from infrastructure, agriculture, and health initiatives to grants management, governance, and reintegration of ex-combatants. Keith is currently Commercial Director for DAI Europe.
- image: corporate-03.jpg
name: Cecile Hipos
title: IT Manager
copy: Since she started working with DAI in 1994, Cecile has successfully designed, managed, and implemented IT systems for donor-funded projects in Africa, Asia, Europe, and North and South America.
<!-- file within _layouts -->
{% include header.html %}
{% include navbar--top.html %}
{% include navbar--main.html %}
{% include hero.html %}
{% for content in page.people_list.people %} <!-- Loop -->
{% include people.html %}
{% endfor %}
{% include team.html %}
{% include footer-nav.html %}
{% include footer.html %}