Skip to content

Commit

Permalink
remove press from blog page
Browse files Browse the repository at this point in the history
  • Loading branch information
amwhitty authored Dec 12, 2024
1 parent ae4a5ca commit e6a6f05
Showing 1 changed file with 0 additions and 46 deletions.
46 changes: 0 additions & 46 deletions pages/news-and-blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,50 +65,4 @@ <h3 class="site-c-card__title">{{ item.carousel_title }}</h3>
</div>
<hr aria-hidden="true">

<section class="site-c-section">
<div class="site-c-section-heading">
<h2 class="site-c-section-heading__heading">{{ content.usds_in_the_news.heading_title }}</h2>
<div class="site-c-section-heading__text usa-prose">
{{ content.usds_in_the_news.heading_text | replace: 'site.baseurl', site.baseurl | markdownify}}
</div>
</div>

<div class="site-c-section__body">
{% include news-articles.html %}
</div>
</section>

<hr aria-hidden="true">

<section class="site-c-section">
<div class="site-c-section-heading">
<h2 class="site-c-section-heading__heading">{{ content.for_the_press.heading_title }}</h2>
<div class="site-c-section-heading__text usa-prose">
{{ content.for_the_press.heading_text | replace: 'site.baseurl', site.baseurl | markdownify}}
</div>
</div>

<div class="site-c-section__body">
<div class="grid-row tablet:margin-x-neg-2 flex-justify-center">
<div class="grid-col-12 tablet:grid-col-4 tablet:padding-2 margin-bottom-5">
<div class="site-c-mask">
<img src="{{ site.baseurl }}/assets/img/{{ content.for_the_press.email_image }}" alt="">
</div>
<div class="text-center">
<a class="usa-button usa-button--outline" href="{{ content.for_the_press.email_link }}">{{ content.for_the_press.email_button_text }}</a>
</div>
</div>

<div class="grid-col-12 tablet:grid-col-4 tablet:padding-2 margin-bottom-5">
<div class="site-c-mask">
<img src="{{ site.baseurl }}/assets/img/{{ content.for_the_press.press_kit_image }}" alt="">
</div>
<div class="text-center">
<a class="usa-button usa-button--outline" href="{{ site.baseurl }}/assets/files/{{ site.press_kit_file_name }}">{{ content.for_the_press.press_kit_button_text }}</a>
</div>
</div>

</div>
</section>

</div>

0 comments on commit e6a6f05

Please sign in to comment.