work on web dev course distinction

This commit is contained in:
Torsten Ruger 2016-03-26 00:22:07 +02:00
parent 987a11e93c
commit d0b376cc65
3 changed files with 104 additions and 121 deletions

View File

@ -1 +1,71 @@
= render 'layouts/submenu'
%section#about.padding-xxs
.container
%header.text-center.margin-bottom-20
%h2 We help you find your talent
%p.lead.font-lato You decide where go you from there
%p
Our teaching method is based on small groups, a maximum of 10 pupils per cohort.
%p
Cohorts start every two weeks on their 8 week journey through our curriculum.
%section#about.padding-xxs
.container
%header.text-center.margin-bottom-20
%h2 The basics
%p.lead.font-lato We will teach you the basics, and let you decide where to go with them
%hr/
.row
.col-sm-2
=image_tag "pie.jpg" , :class => "img-responsive"
.col-sm-10
%p.dropcap
The curriculum teaches full stack developer skills. Software development is a team effort where many different talents must come together to make a whole.
%p.dropcap
We teach each of the 6 basic topics in each of the 2 week cycles. Each week you will go deeper into each topic, but in the second week of each cycle you can decide which topic you want to spend even more time with.
%hr/
%header.text-center.margin-bottom-20
%h2 Modules
%p.lead.font-lato
Every two weeks we go around the basic topics, while going deeper with every iterations.
While the curriculum teaches full stack skills, you can choose to specialise to client
or server side, according to your talent.
Below we detail the iterations, read here about the topics.
%section.padding-xxs
.container
.row
.col-md-6
%h3.size-20 Introduction - first 2 weeks
%p
The first step in learning is getting acquainted with the material.
%p
Initial teaching happens in small groups where you will be able to ask questions immediately.
You will be building your first app on the first day and continue building useful
apps for real people throughout the course.
.col-md-6
%h3.size-20 Communication - second 2 weeks
%p
The second step in learning comes from being able to communicate about the material.
%p
You will be assigned a younger student to explain the topic to.
You will notice that to achieve the clarity needed to express yourself,
you will need to study yourself.
.row
.col-md-6
%h3.size-20 Presentation - second 2 weeks
%p
You will give 2 presentations on your chosen topics.
One group presentation to peers and a solo one for younger students.
%p
Presentations are practical demonstrations of work you will have done,
and to do that work you will need to study the topics even more.
.col-md-6
%h3.size-20 Mastery - final weeks and project
%p
You can choose your final assignment from from the list of topics.
%p
You will work in a group on a final project to show mastery of the topic.
= render 'layouts/submenu'

View File

@ -1,52 +1,39 @@
= render 'layouts/submenu'
%section#about.padding-xxs
.container
%header.text-center.margin-bottom-20
%h2 We help you find your talent
%p.lead.font-lato You decide where go you from there
%p
Our teaching method is based on small groups, a maximum of 10 pupils per cohort.
%p
Cohorts start every two weeks on their 8 week journey through our curriculum.
%p
Every two weeks we go around the basic topics, while going deeper with every iterations.
While the curriculum teaches full stack skills, you can choose to specialise to client
or server side, according to your talent.
%p
Below we detail the iterations, read here about the topics.
%section.padding-xxs
.container
%p.lead
The topics are listed below, each bullet-point corresponding to a two week cycle or one iteration through the topic.
.divider.divider-center.divider-color
%i.fa.fa-chevron-down
.row
.col-md-6
%h3.size-20 Introduction - first 2 weeks
%p
The first step in learning is getting acquainted with the material.
%p
Initial teaching happens in small groups where you will be able to ask questions immediately.
You will be building your first app on the first day and continue building useful
apps for real people throughout the course.
.col-md-6
%h3.size-20 Communication - second 2 weeks
%p
The second step in learning comes from being able to communicate about the material.
%p
You will be assigned a younger student to explain the topic to.
You will notice that to achieve the clarity needed to express yourself,
you will need to study yourself.
.row
.col-md-6
%h3.size-20 Presentation - second 2 weeks
%p
You will give 2 presentations on your chosen topics.
One group presentation to peers and a solo one for younger students.
%p
Presentations are practical demonstrations of work you will have done,
and to do that work you will need to study the topics even more.
.col-md-6
%h3.size-20 Mastery - final weeks and project
%p
You can choose your final assignment from from the list of topics.
%p
You will work in a group on a final project to show mastery of the topic.
.col-md-4.col-xs-6
.text-center
%i.ico-color.ico-lg.ico-rounded.ico-hover.fa.fa-code
%h4 Programming
%p.font-lato.size-20
%ul
%li Objects as models
%li associations / structures
%li closures / concurrency
%li other languages
.col-md-4.col-xs-6
.text-center
%i.ico-color.ico-lg.ico-rounded.ico-hover.fa.fa-database
%h4 Database
%p.font-lato.size-20
%ul
%li object table model
%li associations
%li searching
%li performance /alternatives
.col-md-4.col-xs-6
.text-center
%i.ico-color.ico-lg.ico-rounded.ico-hover.fa.fa-check
%h4 Testing
%p.font-lato.size-20
%ul
%li testing as assurance
%li continous testing
%li rspec
%li client side testing

View File

@ -1,38 +1,12 @@
= render 'layouts/submenu'
%section#about.padding-xxs
.container
%header.text-center.margin-bottom-20
%h2 The basics
%p.lead.font-lato We will teach you the basics, and let you decide where to go with them
%hr/
.row
.col-sm-2
=image_tag "pie.jpg" , :class => "img-responsive"
.col-sm-10
%p.dropcap
The curriculum teaches full stack developer skills. Software development is a team effort where many different talents must come together to make a whole.
%p.dropcap
We teach each of the 6 basic topics in each of the 2 week cycles. Each week you will go deeper into each topic, but in the second week of each cycle you can decide which topic you want to spend even more time with.
%section.padding-xxs
.container
%p.lead
The topics are listed below, each bullet-point corresponding to a two week cycle or one iteration through the topic.
.divider.divider-center.divider-color
/ divider
%i.fa.fa-chevron-down
/ FEATURED BOXES 3
.row
.col-md-4.col-xs-6
.text-center
%i.ico-color.ico-lg.ico-rounded.ico-hover.fa.fa-code
%h4 Programming
%p.font-lato.size-20
%ul
%li Objects as models
%li associations / structures
%li closures / concurrency
%li other languages
.col-md-4.col-xs-6
.text-center
%i.ico-color.ico-lg.ico-rounded.ico-hover.fa.fa-html5
@ -63,51 +37,3 @@
%li git basics
%li advanced git
%li communication, open source
.col-md-4.col-xs-6
.text-center
%i.ico-color.ico-lg.ico-rounded.ico-hover.fa.fa-database
%h4 Database
%p.font-lato.size-20
%ul
%li object table model
%li associations
%li searching
%li performance /alternatives
.col-md-4.col-xs-6
.text-center
%i.ico-color.ico-lg.ico-rounded.ico-hover.fa.fa-check
%h4 Testing
%p.font-lato.size-20
%ul
%li testing as assurance
%li continous testing
%li rspec
%li client side testing
.row
.col-lg-6
.callout.alert.alert-default
.row
.col-md-7.col-sm-7
/ left text
%h4
Learn
%strong more
%p
The course structure is 4 modules of 2 weeks.
/ /left text
.col-md-4.col-sm-4.text-right
/ right btn
%a.btn.btn-primary.btn-lg{:href => "/dev"} Read about the course
.col-lg-6
.callout.alert.alert-info
.row
.col-md-7.col-sm-7
%h4
Apply
%strong now
%p
Start your application prcocess here.
/ /left text
.col-md-4.col-sm-4.text-right
/ right btn
%a.btn.btn-primary.btn-lg{:href => "apply"} Apply here