Skip to content

Commit

Permalink
Add missing ligntningbolt and mascots
Browse files Browse the repository at this point in the history
  • Loading branch information
renzenicolai committed Jul 25, 2024
1 parent 33c6188 commit ae50bf6
Show file tree
Hide file tree
Showing 5 changed files with 6,290 additions and 4,675 deletions.
14 changes: 14 additions & 0 deletions assets/scss/_variables_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
4 changes: 3 additions & 1 deletion content/en/docs/Badges/WHY2025/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ nodateline: true
weight: -2025
---

<img src="why2025.svg" width="60%"/>
<img src="why2025.svg" style="display: block; margin-left: auto; margin-right: auto; width: 60%;"/>

# WHY2025

Expand Down Expand Up @@ -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.

...

<img src="why2025_mascots.svg" width="80%"/>
Loading

0 comments on commit ae50bf6

Please sign in to comment.