From 224ace0dff3316b1b0efd3db56297c3a6b821e45 Mon Sep 17 00:00:00 2001 From: josepmarti Date: Fri, 6 Dec 2024 09:57:19 +0100 Subject: [PATCH] day 06 --- docs/index.md | 3 +-- docs/solutions/06/06.md | 9 +++++++++ mkdocs.yml | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 docs/solutions/06/06.md diff --git a/docs/index.md b/docs/index.md index 300b4a8..d1791ec 100644 --- a/docs/index.md +++ b/docs/index.md @@ -27,8 +27,7 @@ hide: 1. Sing with me !!! question annotate "6. Barduino wishes you a Merry Christmas! (1)" - Day 06 - [](solutions/06/06.md) + [Day 06](solutions/06/06.md) 1. Don't forget the stamp !!! note annotate "7. Pianino (1)" diff --git a/docs/solutions/06/06.md b/docs/solutions/06/06.md new file mode 100644 index 0000000..d3c6277 --- /dev/null +++ b/docs/solutions/06/06.md @@ -0,0 +1,9 @@ +# Day six: + +Sending Christmas cards it's a classic, you have to make sure you send them on time for Christmas (yes, an email is faster, but in paper is something cute and by email it's just spam... and you know it!). So we wanted to help you, the challenge today it's just to create a Christmas postcard with the Barduino on it! :party_popper: + +Extra points if you send them in paper! + +## Hero shot + +![Day06](../../images/Day06.png) \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 12c1171..94b9e85 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -18,7 +18,7 @@ nav: - Day 3: solutions/03/03.md - Day 4: solutions/04/04.md - Day 5: solutions/05/05.md - #- Day 6: solutions/06/06.md + - Day 6: solutions/06/06.md #- Day 7: solutions/07/07.md #- Day 8: solutions/08/08.md #- Day 9: solutions/09/09.md