Skip to content

Commit

Permalink
Day 03
Browse files Browse the repository at this point in the history
  • Loading branch information
JosepMartiElias committed Dec 2, 2023
1 parent 026b265 commit 24fc92e
Show file tree
Hide file tree
Showing 5 changed files with 2,360 additions and 0 deletions.
Binary file added docs/files/BarduinoSVG.zip
Binary file not shown.
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ hide:
1. Be creative

!!! bug annotate "3. Sticker Challenge (1)"
[Day 03](solutions/03/03.md)
1. Let's see your graphic design skills

!!! example annotate "4. Talk morse to me (1)"
Expand Down
19 changes: 19 additions & 0 deletions docs/solutions/03/03.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Day three:

Barduino sticker contest!

Today we want to test your graphic design skills...

1. Design a Barduino sticker (it can be related to Adventronics or just the Barduino)
2. Upload your design to the Telegram group
3. Vote for your favourite designs adding a reaction to the message (you can vote for 3 proposals)
5. The poll will be open until Wednesday 6 of December.
4. On Thursday we will announce the winner and all the participants will have one!

Good luck!

<sup>We reserve the right to reject a proposal if we consider it not appropiate.</sup>

## Hero shot

![Sticker](Sticker.svg)
2,321 changes: 2,321 additions & 0 deletions docs/solutions/03/Sticker.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ nav:
- Solutions:
- Day 1: solutions/01/01.md
- Day 2: solutions/02/02.md
- Day 3: solutions/03/03.md
- Solution template:
- template.md

Expand Down Expand Up @@ -54,3 +55,21 @@ markdown_extensions:
custom_icons:
- overrides/.icons

extra:
analytics:
provider: google
property: G-WL24PGLVEQ
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by
using our <a href="..." target="_blank" rel="noopener">feedback form</a>.

0 comments on commit 24fc92e

Please sign in to comment.