|
| 1 | +<DOCTYPE! html> |
| 2 | + <html> |
| 3 | + |
| 4 | + <head> |
| 5 | + <title> |
| 6 | + Croydon Central Library Code Club |
| 7 | + </title> |
| 8 | + <link rel="stylesheet" type="text/css" href="../style.css"> |
| 9 | + </head> |
| 10 | + |
| 11 | + <body> |
| 12 | + <header> |
| 13 | + <h1> |
| 14 | + Croydon Central Library Code Club |
| 15 | + </h1> |
| 16 | + </header> |
| 17 | + <section> |
| 18 | + <nav> |
| 19 | + <ul> |
| 20 | + <li><a href="../index.html">Home</a></li> |
| 21 | + <li><a href="https://codeclub.org/en">HQ</a></li> |
| 22 | + <li><a href="https://projects.raspberrypi.org/en/codeclub">Projects</a></li> |
| 23 | + <li><a href="../about.html">About</a></li> |
| 24 | + <li><a href="../join.html">Join</a></li> |
| 25 | + <li><a href="../gallery.html">Gallery</a></li> |
| 26 | + <li><a href="../challenges.html">Challenges</a></li> |
| 27 | + <li><a href="../newsletters.html">Newsletters</a></li> |
| 28 | + </ul> |
| 29 | + </nav> |
| 30 | + <article> |
| 31 | + <h2>Good morning code club</h2> |
| 32 | + <h3>Hour of Code with Scratch</h3> |
| 33 | + <p>Scratch has teamed up with inspiring young scientist and innovator Gitanjali Rao to celebrate Hour of Code 2024. They've created two activities to explore and remix, inspired by her innovations and advocacy. Join them for a live Create-Along here on the Scratch YouTube channel with Gitanjali and Maren from the Scratch Team on Dec 10th, 6pm</p> |
| 34 | + <div class="center-figure"> |
| 35 | + <figure> |
| 36 | + <iframe width="560" height="315" src="https://www.youtube.com/embed/_Ozdi5XOqPc" title="Hour of Code 2024 with Scratch: Spreading Kindness with Gitanjali Rao" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> |
| 37 | + </figure> |
| 38 | + </div> |
| 39 | + <div class="center-figure"> |
| 40 | + <figure> |
| 41 | + <iframe width="560" height="315" src="https://www.youtube.com/embed/aYQexsilx2Q" title="Hour of Code 2024 with Scratch: Inventing with Gitanjali Rao" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> |
| 42 | + </figure> |
| 43 | + </div> |
| 44 | + <h3>What you have made</h3> |
| 45 | + <p>Haroon has recorded a message for us: <a href="https://scratch.mit.edu/projects/1096110005">We'll be back soon</a></p> |
| 46 | + <div class="center-figure"> |
| 47 | + <figure> |
| 48 | + <img src="../Gallery/Online/Haroon17.png" alt="We'll be back soon" /> |
| 49 | + <figcaption><em><a href="https://scratch.mit.edu/projects/1096110005">We'll be back soon</a></em> by Haroon, 10</figcaption> |
| 50 | + </figure> |
| 51 | + </div> |
| 52 | + <p>Have you made us a project? If you want us to feature your projects in our newsletter, press the share button and send the project url to us by email at the address below.</p> |
| 53 | + <h3>Tell your friends</h3> |
| 54 | + <p>If you have friends you think might like to join our club, get them to ask their parents to email us and we will sign them up!</p> |
| 55 | + <h3>Suggest a challenge</h3> |
| 56 | + <p>If you have an idea for a theme, send your suggestion to the email link below.</p> |
| 57 | + <h3>Submissions</h3> |
| 58 | + <p>Be sure to get your entry in by Thursday and I will include your work in our next newsletter. |
| 59 | + Send your first name, age, and project link to <a |
| 60 | + |
| 61 | + <h3>Unsubscribe</h3> |
| 62 | + <p>If you no longer wish to receive these newsletters, please send me an email and I will remove you from my list.</p> |
| 63 | + </article> |
| 64 | + </section> |
| 65 | + <footer></footer> |
| 66 | + </body> |
| 67 | + |
| 68 | + </html> |
0 commit comments