Skip to content

Commit

Permalink
bios coffa branded
Browse files Browse the repository at this point in the history
  • Loading branch information
SHarfenist-REISys committed Jun 13, 2024
1 parent a34249d commit 8512d9a
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 4 deletions.
50 changes: 50 additions & 0 deletions _layouts/bio-coffa.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
layout: coffa-default
---
<div class="grid-container">
<section class="usa-graphic-list margin-top-6">
<div class="padding-left-0">
<div class="grid-row">
<div class="desktop:grid-col-3">
<img class="bio-photo" src="{{ site.baseurl }}{{ page.bio-image }}" alt="{{ page.bio-image-alt-text }}">
</div>
<div class="desktop:grid-col-9">
{% if page.name %}
<h1 class="font-alt-xl">{{ page.name | upcase }}</h1>
{% endif %}
{% if page.department %}
<h2 class="font-sans-lg margin-top-0 margin-bottom-105">
<p>{{ page.department | upcase }} {{ page.sub-department | upcase }}</p>
{% endif %}

{% if page.title %}
{{ page.title | upcase }}</h2>
{% endif %}
<!-- Removing contact info for now since only one CIO member has it (Joe K)
{% if page.bio-email %}
<b>Email: </b><a href="mailto:{{ page.bio-email }}">{{ page.bio-email }}</a><br>
{% endif %}
{% if page.bio-phone %}
<b>Phone:</b> {{ page.bio-phone }}<BR>
{% endif %}-->
</div>
</div>
</div>
</section>

<div class="fade_line"></div>

<section class="usa-graphic-list usa-section" style="padding-top:0">
<div class="desktop:grid-col-12">
{{ content }}
</div>

<br>
{% if page.source == 'coffa' %}
<p>&#10094; &nbsp; <a href="{{site.baseurl}}/coffa/members/">Back to Members</a> </p>
{% else %}
<p>&#10094; &nbsp; <a href="{{site.baseurl}}/members/">Back to Members</a> </p>
{% endif %}
</section>

</div>
4 changes: 2 additions & 2 deletions _leadership-coffa/a-deidre.harrison.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
bio-image: /wp-content/uploads/2018/01/OMB-seal-cropped.png
bio-image-alt-text: Deidre Harrison
layout: bio
permalink: /bio/deidre-harrison/
layout: bio-coffa
permalink: /coffa/bio/deidre-harrison/
name : Ms. Deidre Harrison
department: Office of Management and Budget
title: Deputy Controller Performing the Delegated Duties of the Controller
Expand Down
4 changes: 2 additions & 2 deletions _leadership-coffa/bell.dale.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
bio-image: /wp-content/uploads/2024/hhs-seal-blue-2022.png
bio-image-alt-text: Dale Bell
layout: bio
permalink: /bio/dale-bell/
layout: bio-coffa
permalink: /coffa/bio/dale-bell/
name : Mr. Dale Bell
department: Health and Human Services
title: Deputy Assistant Secretary for Grants
Expand Down

0 comments on commit 8512d9a

Please sign in to comment.