|
| 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>Welcome back code club</h2> |
| 32 | + <p>Code club returns at the usual time from 10 am to 11 am on Saturday mornings in the children's library tomorrow. We hope you all had a relaxing summer break. Now it's time to get back to some serious coding.</p> |
| 33 | + <h3>What you have made</h3> |
| 34 | + <p>Here are some projects you have made since our last club.</p> |
| 35 | + <p>Haroon started a new game: <a href="https://scratch.mit.edu/projects/1050084598">garden run</a></p> |
| 36 | + <div class="center-figure"> |
| 37 | + <figure> |
| 38 | + <img src="../Gallery/Online/Haroon3.png" alt="garden run" /> |
| 39 | + <figcaption><em><a href="https://scratch.mit.edu/projects/1050084598/">garden run</a></em> by Haroon, 10</figcaption> |
| 40 | + </figure> |
| 41 | + </div> |
| 42 | + <p>Freddy made: <a href="https://scratch.mit.edu/projects/1048497970">crystal clicker</a></p> |
| 43 | + <div class="center-figure"> |
| 44 | + <figure> |
| 45 | + <img src="../Gallery/Online/Freddy3.png" alt="crystal clicker" /> |
| 46 | + <figcaption><em><a href="https://scratch.mit.edu/projects/1048497970/">crystal clicker</a></em> by Freddy, 9</figcaption> |
| 47 | + </figure> |
| 48 | + </div> |
| 49 | + <p>And Yusuf made: <a href="https://scratch.mit.edu/projects/1048943664">Game Over Clicker</a></p> |
| 50 | + <div class="center-figure"> |
| 51 | + <figure> |
| 52 | + <img src="../Gallery/Online/Yusuf7.png" alt="Game Over Clicker" /> |
| 53 | + <figcaption><em><a href="https://scratch.mit.edu/projects/1048943664/">Game Over Clicker</a></em> by Yusuf, 11</figcaption> |
| 54 | + </figure> |
| 55 | + </div> |
| 56 | + <p>And started: <a href="https://scratch.mit.edu/projects/1051020861">DRIVE, DRIVE, DRIVE!!</a></p> |
| 57 | + <div class="center-figure"> |
| 58 | + <figure> |
| 59 | + <img src="../Gallery/Online/Yusuf8.png" alt="DRIVE, DRIVE, DRIVE!!" /> |
| 60 | + <figcaption><em><a href="https://scratch.mit.edu/projects/1051020861/">DRIVE, DRIVE, DRIVE!!</a></em> by Yusuf, 11</figcaption> |
| 61 | + </figure> |
| 62 | + </div> |
| 63 | + <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> |
| 64 | + <h3>Tell your friends</h3> |
| 65 | + <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> |
| 66 | + <h3>Suggest a challenge</h3> |
| 67 | + <p>If you have an idea for a theme, send your suggestion to the email link below.</p> |
| 68 | + <h3>Submissions</h3> |
| 69 | + <p>Be sure to get your entry in by Thursday and I will include your work in our next newsletter. |
| 70 | + Send your first name, age, and project link to <a |
| 71 | + |
| 72 | + </article> |
| 73 | + </section> |
| 74 | + <footer></footer> |
| 75 | + </body> |
| 76 | + |
| 77 | + </html> |
0 commit comments