-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
41 lines (41 loc) · 3.16 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
<!doctype html>
<html>
<head>
<title>FEWD HK 4</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 4</h1>
<h2>Index</h2>
<ul>
<li><span class="label">Lesson 1</span> - <a href="http://ga-students.github.io/FEWD_HK_4/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_4/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_4/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_4/slides/?lesson=4" target="_blank">Layout</a></li>
<li><span class="label">Lesson 5</span> - <a href="http://ga-students.github.io/FEWD_HK_4/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_4/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_4/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_4/slides/?lesson=8" target="_blank">Functions</a></li>
<li><span class="label">Lesson 9</span> - <a href="http://ga-students.github.io/FEWD_HK_4/slides/?lesson=9" target="_blank">jQuery</a></li>
<li><span class="label">Lesson 10</span> - <a href="http://ga-students.github.io/FEWD_HK_4/slides/?lesson=10" target="_blank">Arrays</a></li>
<li><span class="label">Lesson 11</span> - <a href="http://ga-students.github.io/FEWD_HK_4/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_4/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_4/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_4/slides/?lesson=14" target="_blank">Responsive Lab</a></li>
<li><span class="label">Lesson 15</span> - <a href="http://ga-students.github.io/FEWD_HK_4/slides/?lesson=15" target="_blank">Forms & Inputs</a></li>
<li><span class="label">Lesson 16</span> - <a href="http://ga-students.github.io/FEWD_HK_4/slides/?lesson=16" target="_blank">Forms Lab</a></li>
<li><span class="label">Lesson 17</span> - <a href="http://ga-students.github.io/FEWD_HK_4/slides/?lesson=17" target="_blank">Facebook and Google API</a></li>
<li><span class="label">Lesson 18</span> - Animation</li>
<li><span class="label">Lesson 19</span> - Project Lab Session</li>
<li><span class="label">Lesson 20</span> - Final Project Presenation</li>
</ul>
</body>
</html>