Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions _exec-members/1-myklegard-drew.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ permalink: /bio/myklegard-drew/
name: Drew Myklegard
first-name: Drew
last-name: Myklegard
department: Office of Management and Budget
job-title: Deputy Federal Chief Information Officer, Office of the Federal Chief Information Officer (OFCIO)
stick-top: true
role:
role: Deputy Federal Chief Information Officer, Office of the Federal Chief Information Officer (OFCIO), Office of Management and Budget
---

Drew Myklegard is the Deputy Federal CIO of the White House tech policy office. He is responsible for driving technology modernization and improving mission delivery by ensuring over $120B in Federal IT spending is well managed.
Expand Down
8 changes: 7 additions & 1 deletion _includes/exec-members.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@ <h2 class="section__title padding-top-1 margin-top-5">Executive Committee Member
<div class="right padding-1">
<span class="name">{{ bio.name }}<br></span>
<span class="role">{{ bio.role }}</span>
<span class="title">{{ bio.job-title }}, {{ bio.department }}</span>
{% if bio.job-title or bio.department %}
<span class="title">
{{ bio.job-title }}
{% if bio.job-title and bio.department %}, {% endif %}
{{ bio.department }}
</span>
{% endif %}
<span style="font-size: 13px; color: #1155cc;">Read more about <a style="font-size: 13px; color: #1155cc;" class="height-full" href="{{ site.baseurl }}{{ bio.permalink }}">{{ bio.name }}</a></span>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions _members/morgan-daniel.md → _members/brotsos-brian.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
bio-image: transportation_department_seal.png
bio-image-alt-text: Department of Transportation
layout: bio
name: Daniel Morgan
name: Brian Brotsos
department: Department of Transportation
job-title: Chief Data Officer
job-title: Acting Chief Data & AI Officer
website-data: https://www.transportation.gov/data
---