Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
HarikaMunipalle committed Oct 9, 2023
1 parent 4d4f5aa commit 077122a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion _external_cxo_resources/CXO-Fellowship-Digital-Brochure.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: cxo-layout-blog
title: CXO Fellowship Digital Brochure
subtitle: CXO Fellowship Digital Brochure
filler: Download the CXO Fellowship Digital Brochure to learn more about the program. Plus, share the brochure with your supervisor, colleagues, or anyone who may be interested in the program!
doc-link: ../../assets/files/CXO_Digital_Brochure_April_2021.pdf
doc-link: /assets/files/CXO_Digital_Brochure_April_2021.pdf
type: cxo
date: February 16, 2021
has_date: 'yes'
Expand Down
38 changes: 19 additions & 19 deletions cxo/cxo-fellows.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,27 +88,27 @@ <h2>Mission, Vision, and Purpose</h2>
<img src="{{site.baseurl}}/assets/images/cxo-quote-marcia.png" class="cxo-image" alt="Image with a quote saying, “I cannot say enough about the positive impact the CXO Fellows Program has made in my life. During the first 6 months of the CXO Fellows Program, I have built a network of diverse, creative, and forward-thinking colleagues across government who offer advice, encouragement, and sharing of experiences. I have had numerous opportunities to network with senior executives and other agency leaders, who have all been more than willing to spend time in one-on-one conversations offering insight and supportive advice about the leadership journey in federal service. I am so excited to be on this journey in service to our country.">
</div>

<div id="tabs-5" tabindex="0" role="tabpanel" aria-labelledby="tab-btn-1" class="tablet:grid-col-9 ui-tabs-panel ui-corner-bottom ui-widget-content padding-4">
{% assign sorted = site.cxo_resources| concat: site.external_cxo_resources | where: 'has_date', 'yes' | where: 'type', 'cxo' | sort: 'date' | reverse %}
{% for item in sorted %}
<div class="border-top border-gray-30 grid-container">
<div class="grid-row grid-gap margin-top-2 margin-bottom-3">
<div class="tablet:grid-col-2 text-center"><p class="pill radius-pill padding-top-1 padding-bottom-1 margin-top-0 margin-bottom-0">{{ item.date | date: "%m/%d/%Y" }}</p></div>
<div class="tablet:grid-col-10 font-sans-sm">
<h3 class="margin-top-0">{{ item.title }}</h3>
<!-- <p>{{ item.filler | truncate:500 }}</p> -->
{% if item.permalink %}
<a class="text-no-underline text-bold" href="{{ site.baseurl }}{{ item.permalink }}">Read More</a>
{% elsif item.doc-link %}
<a class="text-no-underline text-bold" href="{{ item.doc-link }}">Download the brochure</a>
{% elsif item.external_link %}
<a class="text-no-underline text-bold" href="{{ item.external_link }}">Read More</a>
{% endif %}
<div id="tabs-5" tabindex="0" role="tabpanel" aria-labelledby="tab-btn-1" class="tablet:grid-col-9 ui-tabs-panel ui-corner-bottom ui-widget-content padding-4">
{% assign sorted = site.cxo_resources| concat: site.external_cxo_resources | where: 'has_date', 'yes' | where: 'type', 'cxo' | sort: 'date' | reverse %}
{% for item in sorted %}
<div class="border-top border-gray-30 grid-container">
<div class="grid-row grid-gap margin-top-2 margin-bottom-3">
<div class="tablet:grid-col-2 text-center"><p class="pill radius-pill padding-top-1 padding-bottom-1 margin-top-0 margin-bottom-0">{{ item.date | date: "%m/%d/%Y" }}</p></div>
<div class="tablet:grid-col-10 font-sans-sm">
<h3 class="margin-top-0">{{ item.title }}</h3>
<!-- <p>{{ item.filler | truncate:500 }}</p> -->
{% if item.permalink %}
<a class="text-no-underline text-bold" href="{{ site.baseurl }}{{ item.permalink }}">Read More</a>
{% elsif item.doc-link %}
<a class="text-no-underline text-bold" href="{{ site.baseurl }}{{ item.doc-link }}">Download the brochure</a>
{% elsif item.external_link %}
<a class="text-no-underline text-bold" href="{{ item.external_link }}">Read More</a>
{% endif %}
</div>
</div>
</div>
{% endfor %}
</div>
</div>
{% endfor %}
</div>


</div>
Expand Down

0 comments on commit 077122a

Please sign in to comment.