We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b8cf6 commit 5012c89Copy full SHA for 5012c89
assets/images/heroes/circuitpython_day_header.jpg
178 KB
assets/sass/pages/_home.scss
@@ -3,6 +3,13 @@
3
grid-row-grap: 1em;
4
background-color: #fff;
5
6
+ .promotion-banner {
7
+ display: flex;
8
+ grid-column: full;
9
+ justify-content: center;
10
+ background-color: #000;
11
+ }
12
+
13
.headline-banner {
14
grid-column: full;
15
index.html
@@ -3,6 +3,12 @@
---
<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"
0 commit comments