forked from dadref/FEWD_HK_3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (45 loc) · 3.02 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
<!doctype html>
<html>
<head>
<title>FEWD HK 3</title>
<script language="javascript">
//location.replace("slides/")
</script>
<style type="text/css">
span.label {
display: inline-block;
width: 72px;
}
</style>
</head>
<body>
<h1>Welcome to General Assembly FEWD HK 3</h1>
<h2>Index</h2>
<ul>
<li><span class="label">Lesson 1 </span>- <a href="http://ga-students.github.io/FEWD_HK_3/slides/?lesson=1" target="_blank">HTML Basics</a></li>
<li><span class="label">Lesson 2 </span>- <a href="http://ga-students.github.io/FEWD_HK_3/slides/?lesson=2" target="_blank">CSS Basics</a></li>
<li><span class="label">Lesson 3 </span>- <a href="http://ga-students.github.io/FEWD_HK_3/slides/?lesson=3" target="_blank">Advanced CSS</a></li>
<li><span class="label">Lesson 4 </span>- <a href="http://ga-students.github.io/FEWD_HK_3/slides/?lesson=4" target="_blank">Layout</a></li>
<li><span class="label">Lesson 5 </span>- <a href="http://ga-students.github.io/FEWD_HK_3/slides/?lesson=5" target="_blank">Lab Session</a></li>
<li><span class="label">Lesson 6 </span>- <a href="http://ga-students.github.io/FEWD_HK_3/slides/?lesson=6" target="_blank">Intro Programming</a></li>
<li><span class="label">Lesson 7 </span>- <a href="http://ga-students.github.io/FEWD_HK_3/slides/?lesson=7" target="_blank">JS Basics</a></li>
<li><span class="label">Lesson 8 </span>- <a href="http://ga-students.github.io/FEWD_HK_3/slides/?lesson=8" target="_blank">Functions</a></li>
<li><span class="label">Lesson 9 </span>- <a href="http://ga-students.github.io/FEWD_HK_3/slides/?lesson=9" target="_blank">jQuery</a></li>
<li><span class="label">Lesson 10</span>- <a href="http://ga-students.github.io/FEWD_HK_3/slides/?lesson=10" target="_blank">Arrays</a></li>
<li><span class="label">Lesson 11</span>- <a href="http://ga-students.github.io/FEWD_HK_3/slides/?lesson=11" target="_blank">Lab Session</a></li>
<li><span class="label">Lesson 12</span>- <a href="http://ga-students.github.io/FEWD_HK_3/slides/?lesson=12" target="_blank">Review and Refactor</a></li>
<li><span class="label">Lesson 13</span>- <a href="http://ga-students.github.io/FEWD_HK_3/slides/?lesson=13" target="_blank">Responsive Basics</a></li>
<li><span class="label">Lesson 14</span>- <a href="http://ga-students.github.io/FEWD_HK_3/slides/?lesson=14" target="_blank">Responsive Lab</a></li>
<li><span class="label">Lesson 15</span>- Basic Forms</li>
<li><span class="label">Lesson 16</span>- Forms Lab</li>
<li><span class="label">Lesson 17</span>- Animation</li>
<li><span class="label">Lesson 18</span>- Facebook and Google API</li>
<li><span class="label">Lesson 19</span>- Project Lab Session</li>
<li><span class="label">Lesson 20</span>- Final Project Presenation</li>
</ul>
<h2>Homework</h2>
<ul>
<li><a href="http://ga-students.github.io/FEWD_HK_3/homework/week1/" target="_blank">Week 01 Assignment</a></li>
</ul>
</body>
</html>