a go at the web page

This commit is contained in:
Torsten Ruger 2016-03-23 19:00:38 +02:00
parent 5c2354486c
commit 3636c507bd
2 changed files with 83 additions and 0 deletions

BIN
app/assets/images/pie.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -0,0 +1,83 @@
%section#about.padding-top-20.padding-bottom-20
.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-top-20
.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
%h4 Html
%p.font-lato.size-20
%ul
%li boxes in boxes / haml
%li dom, html's api
%li dynamic generation
%li client applications
.col-md-4.col-xs-6
.text-center
%i.ico-color.ico-lg.ico-rounded.ico-hover.fa.fa-css3
%h4 Css
%p.font-lato.size-20
%ul
%li stickers on the box / sass
%li bootstrap / frameworks
%li semantic css / susy
%li breakpoints / mobile first
.col-md-4.col-xs-6
.text-center
%i.ico-color.ico-lg.ico-rounded.ico-hover.fa.fa-github
%h4 Teamwork
%p.font-lato.size-20
%ul
%li roles
%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