Merge pull request #990 from jwcooper/header-image
New CircuitPython Day banner image
This commit is contained in:
commit
772572e91b
3 changed files with 13 additions and 0 deletions
BIN
assets/images/heroes/circuitpython_day_header.jpg
Normal file
BIN
assets/images/heroes/circuitpython_day_header.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 178 KiB |
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue