Add HA10 promo (#28901)

This commit is contained in:
Paulus Schoutsen 2023-09-13 15:55:42 -04:00 committed by GitHub
parent df06b868f9
commit 67bce950a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 11 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

@ -90,6 +90,16 @@ feedback: false
</a> </a>
</div> </div>
<div class="grid__item two-thirds lap-two-thirds palm-one-whole"> <div class="grid__item two-thirds lap-two-thirds palm-one-whole">
<!-- 10 YEAR HA -->
<a
href="https://www.youtube.com/watch?v=EmLV6lJLzSU"
class="material-card picture-promo"
style="
background-image: url(/images/frontpage/HA10_-_Website_banner.png);
background-size: cover;
padding-top: 55%;
"
></a>
<!-- Year of the voice chapter 3 --> <!-- Year of the voice chapter 3 -->
<a <a
href="/blog/2023/07/20/year-of-the-voice-chapter-3/" href="/blog/2023/07/20/year-of-the-voice-chapter-3/"
@ -111,17 +121,6 @@ feedback: false
padding-top: 45%; padding-top: 45%;
" "
></a> ></a>
<!-- State of the Open Home 2022 -->
<a
href="https://www.youtube.com/watch?v=D936T1Ze8-4"
target="_blank"
class="material-card picture-promo"
style="
background-image: url(/images/frontpage/state-of-the-open-home-2022.png);
background-size: cover;
padding-top: 45%;
"
></a>
{% assign pages_by_date = site.pages | sort: "date" | reverse %} {% assign pages_by_date = site.pages | sort: "date" | reverse %}
{% for page in pages_by_date %} {% for page in pages_by_date %}