|
| 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>What have you made?</h3> |
| 33 | + <p>Roger made a two part project: <a href="https://scratch.mit.edu/projects/1216474876/">chick eater part 1</a></p> |
| 34 | + <div class="center-figure"> |
| 35 | + <figure> |
| 36 | + <img src="../Gallery/Online/Roger5.png" alt="chick eater part 1"/> |
| 37 | + <figcaption><em><a href="https://scratch.mit.edu/projects/1216474876/">chick eater part 1</a></em> by Roger, 9</figcaption> |
| 38 | + </figure> |
| 39 | + </div> |
| 40 | + <p>And: <a href="https://scratch.mit.edu/projects/1216479255/">chick eater part 2</a></p> |
| 41 | + <div class="center-figure"> |
| 42 | + <figure> |
| 43 | + <img src="../Gallery/Online/Roger6.png" alt="chick eater part 2"/> |
| 44 | + <figcaption><em><a href="https://scratch.mit.edu/projects/1216479255/">chick eater part 2</a></em> by Roger, 9</figcaption> |
| 45 | + </figure> |
| 46 | + </div> |
| 47 | + <p>Conan remixed our Pong game to change the target score: <a href="https://scratch.mit.edu/projects/1216483548/">Pong for life update</a></p> |
| 48 | + <div class="center-figure"> |
| 49 | + <figure> |
| 50 | + <img src="../Gallery/Online/Conan6.png" alt="Pong for life update"/> |
| 51 | + <figcaption><em><a href="https://scratch.mit.edu/projects/1216483548/">Pong for life update</a></em> by Conan, 7</figcaption> |
| 52 | + </figure> |
| 53 | + </div> |
| 54 | + <p>Have you ever remixed a project? Let us know!</p> |
| 55 | + <p>Dami made a silly eyes project: <a href="https://scratch.mit.edu/projects/1218697674/">Silly Eyes!</a></p> |
| 56 | + <div class="center-figure"> |
| 57 | + <figure> |
| 58 | + <img src="../Gallery/Online/Dami6.png" alt="Silly Eyes!"/> |
| 59 | + <figcaption><em><a href="https://scratch.mit.edu/projects/1218697674/">Silly Eyes!</a></em> by Dami, 8</figcaption> |
| 60 | + </figure> |
| 61 | + </div> |
| 62 | + <p>Yusuf made another FNAF animation: <a href="https://scratch.mit.edu/projects/1217737300/">FNAF 2 Animation</a></p> |
| 63 | + <div class="center-figure"> |
| 64 | + <figure> |
| 65 | + <img src="../Gallery/Online/Yusuf64.png" alt="FNAF 2 Animation"/> |
| 66 | + <figcaption><em><a href="https://scratch.mit.edu/projects/1217737300/">FNAF 2 Animation</a></em> by Yusuf, 12</figcaption> |
| 67 | + </figure> |
| 68 | + </div> |
| 69 | + <p>And Haroon animated another monster: <a href="https://scratch.mit.edu/projects/1218211277/">(Quint-o-normal) Slorn : Digital island Animated</a></p> |
| 70 | + <div class="center-figure"> |
| 71 | + <figure> |
| 72 | + <img src="../Gallery/Online/Haroon59.png" alt="(Quint-o-normal) Slorn : Digital island Animated"/> |
| 73 | + <figcaption><em><a href="https://scratch.mit.edu/projects/1218211277/">(Quint-o-normal) Slorn : Digital island Animated</a></em> by Haroon</figcaption> |
| 74 | + </figure> |
| 75 | + </div> |
| 76 | + <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> |
| 77 | + <h3>Tell your friends</h3> |
| 78 | + <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> |
| 79 | + <h3>Suggest a challenge</h3> |
| 80 | + <p>If you have an idea for a theme, send your suggestion to the email link below.</p> |
| 81 | + <h3>Submissions</h3> |
| 82 | + <p>Be sure to get your entry in by Thursday and I will include your work in our next newsletter. |
| 83 | + Send your first name, age, and project link to <a |
| 84 | + |
| 85 | + <h3>Unsubscribe</h3> |
| 86 | + <p>If you no longer wish to receive these newsletters, please send me an email and I will remove you from my list.</p> |
| 87 | + </article> |
| 88 | + </section> |
| 89 | + <footer></footer> |
| 90 | + </body> |
| 91 | + |
| 92 | + </html> |
0 commit comments