-
Notifications
You must be signed in to change notification settings - Fork 0
/
web-development.html
147 lines (138 loc) · 4.34 KB
/
web-development.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
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
---
layout: course
title: Web Development (remote)
course: true
permalink: /courses/webdev-remote/
---
<div class="banner" style="background-image: url('/assets/images/webdev-bg.jpg');">
<div class="banner-gradient"></div>
<div class="banner-content">
<h2>Learn to be a <strong>web developer</strong></h2>
<p class="caption">
Want to be a web developer, but don't know where to start? Our one-to-one remote course is designed to keep you moving in the right direction. You'll have one or two sessions per week, pairing with one of our instructors. This is our most flexible course.
</p>
{% include mailchimp-course.html %}
</div>
</div>
<div class="main-content">
<section class="left-column">
<h3>Who's it for?</h3>
<p>Motivated people who blah...</p>
</section>
<section class="right-column">
<h3>Pre-requisites</h3>
<p>Lorem ipsum</p>
</section>
<h3 class="clearfix">Programme</h3>
<div class="programme">
<div class="module">
<h5>Module 1</h5>
<div class="module-contents">
<h5>Intro to Web Technology</h5>
<p class="caption">Lorem ipsum</p>
<ul>
<li>Intro Session - tool setup/pairing</li>
<li>The Command Line</li>
<li>Git and GitHub</li>
<li>The SDLC and Software Testing</li>
<li>Intro to Web Technology - Basics</li>
<li>Intro to Web Technology - HTTP & REST</li>
</ul>
</div>
</div>
<div class="module">
<h5>Module 2</h5>
<div class="module-contents">
<h5>Intro to Web Design</h5>
<p class="caption">Lorem ipsum</p>
<ul>
<li>HTML, Semantics and Accessibility</li>
<li>HTML Forms</li>
<li>Intro to CSS</li>
<li>CSS Colours and Dimensions, Typography</li>
<li>CSS - Display and Positioning</li>
<li>CSS Layout</li>
</ul>
</div>
</div>
<div class="module">
<h5>Module 3</h5>
<div class="module-contents">
<h5>Advanced Web Design</h5>
<p class="caption">Lorem ipsum</p>
<ul>
<li>More Git and GitHub</li>
<li>RWD</li>
<li>FlexBox</li>
</ul>
</div>
</div>
<div class="module">
<h5>Module 4</h5>
<div class="module-contents">
<h5>Introduction to Ruby</h5>
<p class="caption">Lorem ipsum</p>
<ul>
<li>The Basics incl Condudtionals</li>
<li>Arrays and Iterators</li>
<li>Hashes and symbols</li>
<li>Methods</li>
<li>TDD</li>
<li>OOP - Encapsulation</li>
<li>OOP - Recap and Polymorphism</li>
<li>OOP - Inheritance</li>
<li>Bundler and External Data</li>
<li>Sinatra</li>
<li>Regular Expressions & Something Else</li>
<li>Project Review</li>
</ul>
</div>
</div>
<div class="module">
<h5>Module 5</h5>
<div class="module-contents">
<h5>Agile Software Engineering</h5>
<p class="caption">Lorem ipsum</p>
<ul>
<li>Agile Overview</li>
<li>User Stories and Acceptance Criteria</li>
<li>Scrum</li>
<li>Kanban</li>
</ul>
</div>
</div>
<div class="module">
<h5>Module 6</h5>
<div class="module-contents">
<h5>DevOps and Deployment</h5>
<p class="caption">Lorem ipsum</p>
<ul>
<li>Continuous Delivery</li>
<li>Software Craftsmanship/DevOps</li>
</ul>
</div>
</div>
<div class="module">
<h5>Module 7</h5>
<div class="module-contents">
<h5>JavaScript</h5>
<p class="caption">Lorem ipsum</p>
<ul>
<li>Intro and Functions</li>
<li>The Basics</li>
<li>Loops, Scope and Closure</li>
<li>The DOM and DOM Events</li>
<li>Objects</li>
<li>Ajax & REST</li>
</ul>
</div>
</div>
<div class="module">
<h5>Module 8</h5>
<div class="module-contents">
<h5>Next Steps</h5>
<p class="caption">At this point in the course, you'll have all the tools you need to take your own learning further. Depending on how you're doing, we can continue your coaching sessions. If we do, we'll focus on either Ruby on Rails or Node.js.</p>
</div>
</div>
</div>
</div>