diff --git a/assets/scss/_variables_project.scss b/assets/scss/_variables_project.scss index f7e4b46..182f85c 100644 --- a/assets/scss/_variables_project.scss +++ b/assets/scss/_variables_project.scss @@ -45,3 +45,17 @@ Add styles or override variables from the theme here. margin-bottom: 30px; } } + +@-webkit-keyframes greenfade { + 0% { background-color: #CCCCCC; } + 50% { background-color: #00FF00; } + 100% { background-color: #CCCCCC; } +} + +#led1 { + height: 100px; + background-color: black; + -webkit-animation-name: greenfade; + -webkit-animation-iteration-count: infinite; + -webkit-animation-duration: 2s; +} diff --git a/content/en/docs/Badges/WHY2025/_index.md b/content/en/docs/Badges/WHY2025/_index.md index 0b9c195..ebef4ce 100644 --- a/content/en/docs/Badges/WHY2025/_index.md +++ b/content/en/docs/Badges/WHY2025/_index.md @@ -5,7 +5,7 @@ nodateline: true weight: -2025 --- - + # WHY2025 @@ -53,3 +53,5 @@ All of our sponsors helped us out in a time when sourcing capable chips was a ne The WHY2025 badge would not have been possible without the help of these amazing volunteers. ... + + diff --git a/content/en/docs/Badges/WHY2025/why2025.svg b/content/en/docs/Badges/WHY2025/why2025.svg index 2971bc4..acf9f92 100644 --- a/content/en/docs/Badges/WHY2025/why2025.svg +++ b/content/en/docs/Badges/WHY2025/why2025.svg @@ -24,11 +24,11 @@ inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1" inkscape:document-units="mm" - inkscape:zoom="0.62889141" - inkscape:cx="669.43195" - inkscape:cy="640.81016" - inkscape:window-width="1920" - inkscape:window-height="1008" + inkscape:zoom="7.1150941" + inkscape:cx="167.81226" + inkscape:cy="172.73138" + inkscape:window-width="2560" + inkscape:window-height="1412" inkscape:window-x="0" inkscape:window-y="0" inkscape:window-maximized="1" @@ -1271,7 +1271,7 @@ y="0" xlink:href="#g14086" id="use3920" - transform="matrix(0.57500001,0,0,0.57500001,13.749997,4.3449596)" /> + style="clip-rule:evenodd;fill:#000000;fill-rule:evenodd" /> diff --git a/content/en/docs/Badges/WHY2025/why2025_mascots.svg b/content/en/docs/Badges/WHY2025/why2025_mascots.svg new file mode 100644 index 0000000..8909707 --- /dev/null +++ b/content/en/docs/Badges/WHY2025/why2025_mascots.svg @@ -0,0 +1,1598 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/docsy b/themes/docsy index 5597d43..6195793 160000 --- a/themes/docsy +++ b/themes/docsy @@ -1 +1 @@ -Subproject commit 5597d435dc74ce68240e0c3871addf24567493b0 +Subproject commit 6195793c0f576b7d5c9c52537668e3c7d9d89458