forked from FutureTechCity/codeclub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCodeclub.html
More file actions
20 lines (20 loc) · 869 Bytes
/
Codeclub.html
File metadata and controls
20 lines (20 loc) · 869 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<DOCTYPE! html>
<html>
<head>
<style>
body{background-color:orange}
</style>
<h1><center><b><u><i>Welcome to CodeClub, Croydon!</h1></center></b></u></i>
<p>Here at CodeClub you can learn to code or<br>enhance your coding skills.</p>
<ui>
<li>Scratch</li>
<li>Python</li>
<li>Html</li>
<p>These are just a few examples of the code<br>that we practice here at CodeClub.</p>
<p>If you are still unsure of how the code<br>looks here are a couple lnks to of my own<br>codes on scratch, html and python.</p>
<li>Scratch <a href=/home/codeclub/StudentFiles/TaeJaden/Chase.sb2>Click Here</a></li>
<li>Python <a href=/home/codeclub/StudentFiles/TaeJaden/rock_paper_scissors.py>Click Here</a></li>
<li>HTML <a href=/home/codeclub/StudentFiles/TaeJaden/hw.html>Click Here</a></li>
<p>Check out Hamza's <a href="hamza/index.html">Hall of Recipes</a>.</p>
</head>
</html>