|
| 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>Scrolling backgrounds</h3> |
| 33 | + <p>The Scratch team has produced a new <a href="https://www.youtube.com/watch?v=ni01azp6mX8">tutorial on scrolling backgrounds</a></p> |
| 34 | + <div class="center-figure"> |
| 35 | + <figure> |
| 36 | + <iframe width="560" height="315" src="https://www.youtube.com/embed/ni01azp6mX8" title="Advanced Topics: User-Controlled Scrolling Background | Tutorial" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> |
| 37 | + </figure> |
| 38 | + </div> |
| 39 | + <h3>What have you made?</h3> |
| 40 | + <p>Christiana made this painting program: <a href="https://scratch.mit.edu/projects/1137559537/">Drawing pad</a></p> |
| 41 | + <div class="center-figure"> |
| 42 | + <figure> |
| 43 | + <img src="../Gallery/Online/Christiana9.png" alt="Drawing pad" /> |
| 44 | + <figcaption><em><a href="https://scratch.mit.edu/projects/1137559537/">Drawing pad</a></em> by Christiana, 9</figcaption> |
| 45 | + </figure> |
| 46 | + </div> |
| 47 | + <p>Haroon made: <a href="https://scratch.mit.edu/projects/1139082622/">Air Island but Reverese</a></p> |
| 48 | + <div class="center-figure"> |
| 49 | + <figure> |
| 50 | + <img src="../Gallery/Online/Haroon35.png" alt="Air Island but Reverese" /> |
| 51 | + <figcaption><em><a href="https://scratch.mit.edu/projects/1139082622/">Air Island but Reverese</a></em> by Haroon, 10</figcaption> |
| 52 | + </figure> |
| 53 | + </div> |
| 54 | + <p>And Yusuf made these Jombie shooting games: <a hef="https://scratch.mit.edu/projects/1138281169/">JoMbIe ShOoTeR</a> and <a href="https://scratch.mit.edu/projects/1138430774/">JoMbIe ShOoTeR! SUPER INVASION</a></p> |
| 55 | + <div class="center-figure"> |
| 56 | + <figure> |
| 57 | + <img src="../Gallery/Online/Yusuf42.png" alt="JoMbIe ShOoTeR and JoMbIe ShOoTeR! SUPER INVASION" /> |
| 58 | + <figcaption><em><a href="https://scratch.mit.edu/projects/1138281169/">JoMbIe ShOoTeR and JoMbIe ShOoTeR! SUPER INVASION</a></em> by Yusuf, 11</figcaption> |
| 59 | + </figure> |
| 60 | + </div> |
| 61 | + <p>And this wall art: <a href="https://scratch.mit.edu/projects/1138896670/">Thanks so much I've done it</a></p> |
| 62 | + <div class="center-figure"> |
| 63 | + <figure> |
| 64 | + <img src="../Gallery/Online/Yusuf43.png" alt="Thanks so much I've done it" /> |
| 65 | + <figcaption><em><a href="https://scratch.mit.edu/projects/1138896670/">Thanks so much I've done it</a></em> by Yusuf, 11</figcaption> |
| 66 | + </figure> |
| 67 | + </div> |
| 68 | + <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> |
| 69 | + <h3>Tell your friends</h3> |
| 70 | + <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> |
| 71 | + <h3>Suggest a challenge</h3> |
| 72 | + <p>If you have an idea for a theme, send your suggestion to the email link below.</p> |
| 73 | + <h3>Submissions</h3> |
| 74 | + <p>Be sure to get your entry in by Thursday and I will include your work in our next newsletter. |
| 75 | + Send your first name, age, and project link to <a |
| 76 | + |
| 77 | + <h3>Unsubscribe</h3> |
| 78 | + <p>If you no longer wish to receive these newsletters, please send me an email and I will remove you from my list.</p> |
| 79 | + </article> |
| 80 | + </section> |
| 81 | + <footer></footer> |
| 82 | + </body> |
| 83 | + |
| 84 | + </html> |
0 commit comments