Skip to content

Commit 0438e86

Browse files
committed
Added schedule
1 parent f9fd54e commit 0438e86

3 files changed

Lines changed: 154 additions & 6 deletions

File tree

images/backdrop.jpg

-1.22 MB
Loading

index.html

Lines changed: 154 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,28 @@ <h2>Lynbrook High School</h2>
5252
<section id="description">
5353
<h1>What is WebDev?</h1>
5454
<p>
55-
Description here.
55+
<cite>
56+
Web Development is the work involved in developing a web site for the internet. -- Wikipedia
57+
</cite>
58+
<br />
59+
In this club, you will...
60+
<ul>
61+
<li>Learn the fundamentals of web development to take you from
62+
0 experience to at least <cite>some level</cite> of competence</li>
63+
<li>
64+
Create your own projects using skills you learn along the way
65+
</li>
66+
</ul>
5667
</p>
5768
</section>
5869
<section id="schedule">
5970
<h1>Schedule</h1>
6071
<table>
6172
<thead>
6273
<tr>
74+
<th>
75+
Date
76+
</th>
6377
<th>
6478
Topic Name
6579
</th>
@@ -71,10 +85,147 @@ <h1>Schedule</h1>
7185
<tbody>
7286
<tr>
7387
<td>
74-
Topic Name
88+
9/15
7589
</td>
7690
<td>
77-
Description
91+
Club Pitch
92+
</td>
93+
<td>
94+
Introduction to the club!
95+
</td>
96+
</tr>
97+
<tr>
98+
<td>
99+
9/22
100+
</td>
101+
<td>
102+
HTML, DOM, repl.it
103+
</td>
104+
<td>
105+
How does the browser renders pages?
106+
<br />
107+
What is a window, document, body, etc.? + intro to HMTL tags
108+
</td>
109+
</tr>
110+
<tr>
111+
<td>
112+
9/29
113+
</td>
114+
<td>
115+
Basic JS intro
116+
</td>
117+
<td>
118+
Intro to javascript: variables, loops, classes, etc.
119+
</td>
120+
</tr>
121+
<tr>
122+
<td>
123+
10/6
124+
</td>
125+
<td>
126+
JS and the DOM
127+
</td>
128+
<td>
129+
Connect JS to elements and events on the page
130+
</td>
131+
</tr>
132+
<tr>
133+
<td>
134+
10/13
135+
</td>
136+
<td>
137+
CSS Styling
138+
</td>
139+
<td>
140+
intro to selectors (id, class, tags) and properties
141+
</td>
142+
</tr>
143+
<tr>
144+
<td>
145+
10/20
146+
</td>
147+
<td>
148+
CSS properties
149+
</td>
150+
<td>
151+
Details about formatting element properties
152+
</td>
153+
</tr>
154+
<tr>
155+
<td>
156+
10/27
157+
</td>
158+
<td>
159+
Making CSS template
160+
</td>
161+
<td>
162+
Use bootstrap to start making a portfolio template
163+
</td>
164+
</tr>
165+
<tr>
166+
<td>
167+
11/3
168+
</td>
169+
<td>
170+
File structures, DNS, Networking, CDN
171+
</td>
172+
<td>
173+
index.html, putting js in src, relative references, best practices for files, etc.
174+
</td>
175+
</tr>
176+
<tr>
177+
<td>
178+
11/10
179+
</td>
180+
<td>
181+
Live Q&A
182+
</td>
183+
<td>
184+
Q&A about anything from previous lectures
185+
</td>
186+
</tr>
187+
<tr>
188+
<td>
189+
11/17
190+
</td>
191+
<td>
192+
Git tutorial
193+
</td>
194+
<td>
195+
Versioning, branching, etc.
196+
</td>
197+
</tr>
198+
<tr>
199+
<td>
200+
11/24
201+
</td>
202+
<td>
203+
GitHub Pages
204+
</td>
205+
<td>
206+
Set up the portfolio on GitHub pages
207+
</td>
208+
</tr>
209+
<tr>
210+
<td>
211+
12/1
212+
</td>
213+
<td>
214+
Live Sharing
215+
</td>
216+
<td>
217+
Share final profile page with everyone, Live Q&A
218+
</td>
219+
</tr>
220+
<tr>
221+
<td>
222+
12/8
223+
</td>
224+
<td>
225+
Asynchronous Code
226+
</td>
227+
<td>
228+
Async, await, promises, etc.
78229
</td>
79230
</tr>
80231
</tbody>

js/index.js:Zone.Identifier

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)