Merge pull request #990 from jwcooper/header-image

New CircuitPython Day banner image
This commit is contained in:
Jeff Epler 2022-07-14 19:43:32 -05:00 committed by GitHub
commit 772572e91b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 KiB

View file

@ -3,6 +3,13 @@
grid-row-grap: 1em;
background-color: #fff;
.promotion-banner {
display: flex;
grid-column: full;
justify-content: center;
background-color: #000;
}
.headline-banner {
grid-column: full;

View file

@ -3,6 +3,12 @@ layout: home
---
<div id="home-page">
<div class="promotion-banner">
<img class="image-promotion" alt="CircuitPython Day August 19, 2022"
src="{{ "assets/images/heroes/circuitpython_day_header.jpg" |
relative_url }}"
/>
</div>
<div class="headline-banner">
<div class="img-overlay"></div>
<img class="image-headline" alt="hero image"