forked from JWHennessey/cfg_ucl
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
108 lines (83 loc) · 3.64 KB
/
index.html
File metadata and controls
108 lines (83 loc) · 3.64 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<!-- saved from url=(0021)http://code61.org/ocl -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>UCL Code First Girls</title>
<meta name="viewport" content="width=device-width">
<!-- Twitter bootstrap basic styles -->
<link rel="stylesheet" href="http://code61.org/bootstrap/css/bootstrap.css">
<link rel="stylesheet" href="http://code61.org/bootstrap/css/bootstrap-responsive.css">
<!-- syntax highlighting CSS -->
<link rel="stylesheet" href="http://code61.org/css/syntax.css">
<!-- Google webfont link -->
<link href="./index_files/css" rel="stylesheet" type="text/css">
<!-- Custom CSS -->
<link rel="stylesheet" href="http://code61.org/css/main.css">
<script src="./index_files/jquery-1.10.0.js"></script>
<script type="text/javascript" src="./index_files/bootstrap.js"></script>
<script type="text/javascript" src="./index_files/custom.js"></script>
<style>
h1, h2, h3, h4, h5, p{
margin: 5px 0 0 0;
padding: 0;
}
p{
margin: 0;
padding: 0;
}
h3{
line-height: 20px;
}
ul{
margin-top: 5px;
}
h4{
margin-top: 15px;
}
</style>
<style>[touch-action="none"]{ -ms-touch-action: none; touch-action: none; }[touch-action="pan-x"]{ -ms-touch-action: pan-x; touch-action: pan-x; }[touch-action="pan-y"]{ -ms-touch-action: pan-y; touch-action: pan-y; }[touch-action="scroll"],[touch-action="pan-x pan-y"],[touch-action="pan-y pan-x"]{ -ms-touch-action: pan-x pan-y; touch-action: pan-x pan-y; }</style></head>
<body class="" style="">
<div class="container">
<h1>Code First Girls: UCL</h1>
<p>Course created by Tom Close and taught by James Hennessey</p>
<h4>Modules 1 & 2</h4>
<h5>November - December 2013</h5>
<h3 id="intro_to_web_programming"> Intro to Client Side Web Development</h3>
<ul>
<li><a href="http://jwhennessey.github.io/cfg_ucl/course_preparation/">0: Course Preparation</a></li>
<li><a href="http://code61.org/ocl1/">1: Sites, Servers and HTML</a></li>
<li><a href="http://code61.org/ocl2/">2: Git & CSS</a></li>
<li><a href="http://code61.org/ocl3/">3: Twitter Bootstrap</a></li>
<li><a href="http://jwhennessey.github.io/cfg_ucl/course_project/">4: Course Project</a></li>
<li><a href="forms.html">5: Gathering input</a></li>
</ul>
<h5>Additional Sessions</h5>
<ul>
<li><a href="http://code61.org/ocl4/">GitHub and collaboration</a></li>
<li><a href="http://code61.org/ocl6/">Analytics</a></li>
</ul>
<h4>Module 3</h4>
<h5>January - February 2014</h5>
<h3 id="intro_to_web_programming"> Intro to Sever Side Web Development with Ruby and Sinatra</h3>
<h5>Time: Wednesdays 5pm - 7pm</h5>
<h5>Room: 1.05 MPEB</h5>
<p>Please note there is no class on Wednesday 22/1/2014</p>
<ul>
<li>15/1/2014 - <a href="module3/ruby1.html">1: Ruby and Sinatra Basics</a></li>
<li>29/1/2014 - <a href="module3/ruby2.html">2: Conditionals and Sinatra Templates</a></li>
<li>05/2/2014 - <a href="module3/ruby3.html">3: Data Structures</a></li>
<li>12/2/2014 - <a href="module3/ruby4.html">4: Hashes and APIs</a></li>
</ul>
<h4>Module 4</h4>
<h5>February - March 2014</h5>
<h3 id="intro_to_web_programming">More Sever Side Web Development with Ruby and Sinatra</h3>
<h5>Time: Wednesdays 5pm - 7pm</h5>
<h5>Room: 1.05 MPEB</h5>
<ul>
<li>26/2/2014 - <a href="module4/session1.html">1: Functions</a></li>
<li>05/3/2014 - <a href="module4/session2.html">2: Classes</a></li>
<li>12/3/2014 - <a href="module4/session3.html">3: MongoDB</a></li>
</ul>
</div> <!-- /container -->
</body></html>