Update CP Day URL, .gitignore.
This commit is contained in:
parent
2956a81b39
commit
d366b6cafa
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -6,3 +6,4 @@ _site
|
||||||
_drafts/
|
_drafts/
|
||||||
.bundle
|
.bundle
|
||||||
vendor
|
vendor
|
||||||
|
.idea
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ layout: home
|
||||||
<div id="home-page">
|
<div id="home-page">
|
||||||
<div class="promotion-banner">
|
<div class="promotion-banner">
|
||||||
<a
|
<a
|
||||||
href="https://blog.adafruit.com/2022/07/20/announcing-circuitpython-day-2022-on-august-19th-circuitpythonday2022-circuitpython-python-copy/">
|
href="https://blog.adafruit.com/2022/08/08/circuitpython-day-2022-schedule-circuitpythonday2022-circuitpython-python/">
|
||||||
<img class="image-promotion" alt="CircuitPython Day August 19, 2022 Details"
|
<img class="image-promotion" alt="CircuitPython Day August 19, 2022 Details"
|
||||||
src="{{ "assets/images/heroes/circuitpython_day_header.jpg" |
|
src="{{ "assets/images/heroes/circuitpython_day_header.jpg" |
|
||||||
relative_url }}"
|
relative_url }}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue