|
| 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 | + <p>Welcome back!</p> |
| 33 | + <h3>What have you made?</h3> |
| 34 | + <p>New code clubber Dami made this animation project <a href="https://scratch.mit.edu/projects/1166508520/">fourarm punch among us</a></p> |
| 35 | + <div class="center-figure"> |
| 36 | + <figure> |
| 37 | + <img src="../Gallery/Online/Dami.png" alt="fourarm punch among us"/> |
| 38 | + <figcaption><em><a href="https://scratch.mit.edu/projects/1166508520/"></a></em> by Dami, 8</figcaption> |
| 39 | + </figure> |
| 40 | + </div> |
| 41 | + <p>Conan started this quiz <a href="https://scratch.mit.edu/projects/1054435399/">Doors Quiz</a></p> |
| 42 | + <div class="center-figure"> |
| 43 | + <figure> |
| 44 | + <img src="../Gallery/Online/Conan4.png" alt="Doors Quiz"/> |
| 45 | + <figcaption><em><a href="https://scratch.mit.edu/projects/1054435399/"></a>Doors Quiz</em> by Conan, 7</figcaption> |
| 46 | + </figure> |
| 47 | + </div> |
| 48 | + <p>Haroon made another MSM project <a href="https://scratch.mit.edu/projects/1169385477/">MSM Fandhul</a></p> |
| 49 | + <div class="center-figure"> |
| 50 | + <figure> |
| 51 | + <img src="../Gallery/Online/Haroon40.png" alt="MSM Fandhul"/> |
| 52 | + <figcaption><em><a href="https://scratch.mit.edu/projects/1169385477/"></a>MSM Fandhul</em> by Haroon, 10</figcaption> |
| 53 | + </figure> |
| 54 | + </div> |
| 55 | + <p>And Yusuf has been review some old projects: <a href="https://scratch.mit.edu/projects/1168879151/">Cooked_</a></p> |
| 56 | + <div class="center-figure"> |
| 57 | + <figure> |
| 58 | + <img src="../Gallery/Online/Yusuf51.png" alt="Cooked_"/> |
| 59 | + <figcaption><em><a href="https://scratch.mit.edu/projects/1168879151/"></a>Cooked_</em> by Yusuf, 11</figcaption> |
| 60 | + </figure> |
| 61 | + </div> |
| 62 | + <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> |
| 63 | + <h3>Tell your friends</h3> |
| 64 | + <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> |
| 65 | + <h3>Suggest a challenge</h3> |
| 66 | + <p>If you have an idea for a theme, send your suggestion to the email link below.</p> |
| 67 | + <h3>Submissions</h3> |
| 68 | + <p>Be sure to get your entry in by Thursday and I will include your work in our next newsletter. |
| 69 | + Send your first name, age, and project link to <a |
| 70 | + |
| 71 | + <h3>Unsubscribe</h3> |
| 72 | + <p>If you no longer wish to receive these newsletters, please send me an email and I will remove you from my list.</p> |
| 73 | + </article> |
| 74 | + </section> |
| 75 | + <footer></footer> |
| 76 | + </body> |
| 77 | + |
| 78 | + </html> |
0 commit comments