-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4974997
commit 103833f
Showing
8 changed files
with
97 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
<DOCTYPE! html> | ||
<html> | ||
|
||
<head> | ||
<title> | ||
Croydon Central Library Code Club | ||
</title> | ||
<link rel="stylesheet" type="text/css" href="../style.css"> | ||
</head> | ||
|
||
<body> | ||
<header> | ||
<h1> | ||
Croydon Central Library Code Club | ||
</h1> | ||
</header> | ||
<section> | ||
<nav> | ||
<ul> | ||
<li><a href="../index.html">Home</a></li> | ||
<li><a href="https://codeclub.org/en">HQ</a></li> | ||
<li><a href="https://projects.raspberrypi.org/en/codeclub">Projects</a></li> | ||
<li><a href="../about.html">About</a></li> | ||
<li><a href="../join.html">Join</a></li> | ||
<li><a href="../gallery.html">Gallery</a></li> | ||
<li><a href="../challenges.html">Challenges</a></li> | ||
<li><a href="../newsletters.html">Newsletters</a></li> | ||
</ul> | ||
</nav> | ||
<article> | ||
<h2>Good morning code club</h2> | ||
<p>Scratch has a new feature. The <a href="https://youtu.be/uLFh9Fvuj1k">Scratch & AI: FaceSensing | Tutorial</a>.</p> | ||
<div class="center-figure"> | ||
<figure> | ||
<iframe width="560" height="315" src="https://www.youtube.com/embed/uLFh9Fvuj1k" title="Scratch & AI: FaceSensing | Tutorial" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | ||
</figure> | ||
</div> | ||
<h3>Your work</h3> | ||
<p>So many new projects last week:</p> | ||
<p><a href="https://scratch.mit.edu/projects/1029180057/">flappy bird but i remade it</a>:</p> | ||
<div class="center-figure"> | ||
<figure> | ||
<img src="../Gallery/Online/Haroon.png" alt="flappy bird but i remade it" /> | ||
<figcaption><em><a href="https://scratch.mit.edu/projects/1029180057/">flappy bird but i remade it</a></em> by Haroon, 10</figcaption> | ||
</figure> | ||
</div> | ||
<p><a href="https://scratch.mit.edu/projects/1016764044/">FNF Official</a>:</p> | ||
<div class="center-figure"> | ||
<figure> | ||
<img src="../Gallery/Online/Yusuf3.png" alt="FNF Official" /> | ||
<figcaption><em><a href="https://scratch.mit.edu/projects/1016764044/">FNF Official</a></em> by Yusuf, 11</figcaption> | ||
</figure> | ||
</div> | ||
<p>You'll need to enable your webcam to play <a href="https://scratch.mit.edu/projects/1026993140/">people pong</a>:</p> | ||
<div class="center-figure"> | ||
<figure> | ||
<img src="../Gallery/Online/Freddy2.png" alt="people pong" /> | ||
<figcaption><em><a href="https://scratch.mit.edu/projects/1026993140/">people pong</a></em> by Freddy, 9</figcaption> | ||
</figure> | ||
</div> | ||
<p><a href="https://scratch.mit.edu/projects/1027068868/">Silly eyes</a>:</p> | ||
<div class="center-figure"> | ||
<figure> | ||
<img src="../Gallery/Online/Azaan8.png" alt="Silly eyes" /> | ||
<figcaption><em><a href="https://scratch.mit.edu/projects/1027068868/">Silly eyes</a></em> by Azaan, 10</figcaption> | ||
</figure> | ||
</div> | ||
<p>And <a href="https://scratch.mit.edu/projects/971256563/">Silly eyes 2</a>:</p> | ||
<div class="center-figure"> | ||
<figure> | ||
<img src="../Gallery/Online/Azaan9.png" alt="Silly eyes 2" /> | ||
<figcaption><em><a href="https://scratch.mit.edu/projects/971256563/">Silly eyes 2</a></em> by Azaan, 10</figcaption> | ||
</figure> | ||
</div> | ||
<p>And <a href="https://scratch.mit.edu/projects/1027133998/">party!!!!!!!!!!!!!!!</a>:</p> | ||
<div class="center-figure"> | ||
<figure> | ||
<img src="../Gallery/Online/Amara6.png" alt="party!!!!!!!!!!!!!!!" /> | ||
<figcaption><em><a href="https://scratch.mit.edu/projects/1027133998/">party!!!!!!!!!!!!!!!</a></em> by Amara, 9</figcaption> | ||
</figure> | ||
</div> | ||
<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> | ||
<h3>Tell your friends</h3> | ||
<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> | ||
<h3>Suggest a challenge</h3> | ||
<p>If you have an idea for a theme, send your suggestion to the email link below.</p> | ||
<h3>Submissions</h3> | ||
<p>Be sure to get your entry in by Thursday and I will include your work in our next newsletter. | ||
Send your first name, age, and project link to <a | ||
href="mailto:[email protected]">[email protected]</a>.</p> | ||
</article> | ||
</section> | ||
<footer></footer> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters