-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
67 lines (61 loc) · 5.47 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>Computer Programming A @ Lowell</title>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Computer Programming A @ Lowell High School</h1>
<img src="MatrixRain3.gif" width="350" height="350">
<h3>An introduction to JavaScript programming using <a href="https://code.org/educate/gamelab">Game Lab</a> & <a href="https://editor.p5js.org/">p5</a></h3>
</header>
<section id="content">
<h3>Course Introduction</h3>
<!-- <ul><li><a href="https://docs.google.com/presentation/d/1_dHRe6WZoWfrAKOqx1ixCeYOa05YfPonYE5KOsl_caw/edit?usp=sharing">Back to School Night presentation</a> -->
<li><a href="https://docs.google.com/document/d/1arTvGZsECxmZe12lO9uvc2a4QKhXpiQuy97ayOc9OrU/edit?usp=sharing">Course Syllabus</a></li>
<li><a href="https://docs.google.com/presentation/d/1rPzxIrVoio10gUYBPPsgijdO19w0dAKKwQQwyG_cvnQ/edit?usp=sharing">Slide Presentation</a></li>
<li>Please <a href="https://docs.google.com/forms/d/e/1FAIpQLSe9NkXClOlAMPNb7RpT_R_fuHHMEjHdFtyimG5VU2jcXYX2JQ/viewform?usp=sf_link">Enter your contact information</a></li>
</ul>
<h3>Programming Projects with Game Lab</h3>
<ul>
<li><a href="https://github.com/Computer-Programming-A/OlympicRings#olympic-rings">Olympic Rings</a></li>
<li><a href="https://github.com/Computer-Programming-A/Penguin/blob/gh-pages/README.md#penguin">Penguin</a>
<li><a href="https://github.com/Computer-Programming-A/LoopsWorksheet#while-loops-worksheet">while Loops worksheet</a>
<li><a href="https://github.com/Computer-Programming-A/RepeatingPattern?organization=Computer-Programming-A&organization=Computer-Programming-A#create-a-repeating-pattern-of-shapes-using-a-while-loop">Make a repeating pattern with a <code>while</code> loop</a>
</ul>
<h3>Programming Projects with p5</h3>
<ul>
<li><a href="https://github.com/Computer-Programming-A/FunctionsAndAnimation#functions-and-animation">Functions and Animation</a>
<li>Modify the HTML and CSS of your website</li>
<li><a href="https://github.com/Computer-Programming-A/BouncingBall/blob/main/README.md#bouncing-ball">Bouncing Ball</a>
<li><a href="https://github.com/Computer-Programming-A/UserInput#user-input">User Input</a>
<li><a href="https://github.com/Computer-Programming-A/TicklishPenguin/tree/gh-pages#ticklish-penguin">Ticklish Penguin</a>
<li><a href="https://github.com/Computer-Programming-A/3Danimation/blob/master/README.md#3d-animation">3D Animation</a>
<li><a href="https://github.com/Computer-Programming-A/RainArray/blob/main/README.md#use-2-or-more-arrays-to-make-a-simulation-of-rain">Use 2 or more arrays to simulate rain</a></li>
<li><a href="https://github.com/Computer-Programming-A/LightsOut/blob/main/README.md#lights-out">Lights Out</a>
<li><a href="https://github.com/Computer-Programming-A/Tron#tron">Tron</a>
<li><a href="https://github.com/Computer-Programming-A/FinalProject/blob/main/README.md#final-project">Final Project</a>
<li><a href="https://docs.google.com/presentation/d/16kRpmfCMBSR6UzAtT9yNWSa2m8nrGefzQO8LuZm0RvM/edit?usp=sharing">Algorithmic Bias</a>
</ul>
<h3>Examples and other resources</h3>
<ul>
<li><a href="https://computer-programming-a.github.io/index_old.html">Archived Course Simon Fall 2021</a></li>
<li><a href="https://github.com/Computer-Programming-A/PhoneLockScreen/blob/main/README.md#how-to-make-your-program-into-a-lock-screen-on-your-iphone">How to make your program into a lock screen on your iPhone</a>
<li><a href="https://github.com/apcslowell/SaveProgress/">How to save the users progress</a> using Processing's loadStrings and saveStrings functions
<li><a href="https://github.com/APCSLowell/FontHowTo">How to change the font of your webpage using Google fonts</a></li>
<li><a href="https://github.com/APCSPrinciples/Summer">Summer Programs in Computer Science and Engineering</a></li>
<li><a href="https://github.com/APCSLowell/LettersOfRec">Letters of Recommendation</a></li>
<li><a href="https://www.ccsf.edu/en/student-services/admissions-and-registration/admissions/credit-admission/high-school-students.html">Information for high school students who want to enroll at City College</a></li>
</ul>
</section>
<footer>
<a href="mailto:[email protected]">Raymond Chan</a><br>
Computer Science instructor<br>
Lowell High School <br>
San Francisco, CA <br>
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Computer Programming A @ Lowell High School</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="computer-programming-a.github.io" property="cc:attributionName" rel="cc:attributionURL">Art Simon</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.<br />Based on a work at <a xmlns:dct="http://purl.org/dc/terms/" href="computer-programming-a.github.io" rel="dct:source">computer-programming-a.github.io</a>.<br />Permissions beyond the scope of this license may be available at <a xmlns:cc="http://creativecommons.org/ns#" href="computer-programming-a.github.io" rel="cc:morePermissions">computer-programming-a.github.io</a>.
</footer>
</body>
</html>