Skip to content

Commit 5012c89

Browse files
committed
new circuitpython day banner image
1 parent b6b8cf6 commit 5012c89

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed
178 KB
Loading

assets/sass/pages/_home.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
grid-row-grap: 1em;
44
background-color: #fff;
55

6+
.promotion-banner {
7+
display: flex;
8+
grid-column: full;
9+
justify-content: center;
10+
background-color: #000;
11+
}
12+
613
.headline-banner {
714
grid-column: full;
815

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
---
44

55
<div id="home-page">
6+
<div class="promotion-banner">
7+
<img class="image-promotion" alt="CircuitPython Day August 19, 2022"
8+
src="{{ "assets/images/heroes/circuitpython_day_header.jpg" |
9+
relative_url }}"
10+
/>
11+
</div>
612
<div class="headline-banner">
713
<div class="img-overlay"></div>
814
<img class="image-headline" alt="hero image"

0 commit comments

Comments
 (0)