-
Notifications
You must be signed in to change notification settings - Fork 133
/
intro.slim
33 lines (28 loc) · 1.59 KB
/
intro.slim
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
.intro
section.lead.intro__lead
.lead__image.lead__image--rails-header.lead__image--shorter.lead__image--eat-mobile-gutter
.lead__hashtag.lead__hashtag--dark #Don’tGoOffTheRails
h1.lead__title Infinum Rails Handbook
.lead__info.lead__info--confined Our handbook is based on 7 years of experience in Rails development. Here are some numbers behind it:
.generic-container
section
.intro__testimonials
.testimonial.intro__testimonial
.testimonial__number.testimonial__number--small 52,000
.label.label--hours
.label__desc.label__desc--small hours of coding
.testimonial.intro__testimonial
.testimonial__number.testimonial__number--small 300,000
.label.label--code
.label__desc.label__desc--small lines of code
.testimonial.intro__testimonial
.testimonial__number.testimonial__number--small 37
.label.label--projects
.label__desc.label__desc--small launched apps
.testimonial.intro__testimonial
.testimonial__number.testimonial__number--small 27
.label.label--people
.label__desc.label__desc--small developers
.paragraph.intro__paragraph
.paragraph__title Introduction
.paragraph__content Rails is a web framework written in Ruby that allows developers to rapidly build web applications. In this handbook, we expand on the cornerstones that Rails is built upon, and deal with tools, processes and patterns that allow us to build and maintain large Rails applications, while keeping the code readable and extensible.