leather 0.2.29 → 3.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/images/leather/hero24.jpg +0 -0
- data/app/assets/images/leather/phone.png +0 -0
- data/app/assets/javascripts/leather/off_canvas.js.coffee +11 -42
- data/app/assets/stylesheets/docs.css.scss +3 -0
- data/app/assets/stylesheets/leather.css.scss +20 -2
- data/app/assets/stylesheets/leather/_buttons.css.scss +31 -0
- data/app/assets/stylesheets/leather/_grid.css.scss +19 -0
- data/app/assets/stylesheets/leather/_list_groups.css.scss +33 -0
- data/app/assets/stylesheets/leather/_nav_menus.css.scss +125 -0
- data/app/assets/stylesheets/leather/_off_canvas.css.scss +89 -56
- data/app/assets/stylesheets/leather/_scroll_panels.css.scss +85 -0
- data/app/assets/stylesheets/leather/_toggle_columns.css.scss +23 -0
- data/app/assets/stylesheets/leather/_typography.css.scss +12 -0
- data/app/assets/stylesheets/leather/_utilities.css.scss +54 -0
- data/app/assets/stylesheets/leather/_variables.css.scss +6 -15
- data/app/assets/stylesheets/leather/components/_cta.css.scss +13 -0
- data/app/assets/stylesheets/leather/components/_features.css.scss +87 -0
- data/app/assets/stylesheets/leather/components/_flex_boxes.css.scss +37 -0
- data/app/assets/stylesheets/leather/components/_image_block.css.scss +55 -0
- data/app/controllers/leather/application_controller.rb +5 -1
- data/app/controllers/leather/layouts_controller.rb +15 -0
- data/app/views/leather/application/components.html.haml +174 -0
- data/app/views/leather/application/ui_kit.html.haml +395 -301
- data/app/views/leather/bootstrap_components/_navbar.html.haml +13 -0
- data/app/views/leather/layouts/_links.html.haml +8 -0
- data/app/views/leather/layouts/_navigation.html.haml +0 -0
- data/app/views/leather/layouts/admin.html.haml +20 -0
- data/app/views/leather/layouts/three_column.html.haml +47 -0
- data/app/views/leather/layouts/two_column.html.haml +35 -0
- data/config/routes.rb +4 -0
- data/lib/leather/version.rb +1 -1
- data/test/dummy/app/assets/javascripts/application.js +1 -0
- data/test/dummy/app/views/application/_navigation.html.haml +6 -2
- data/test/dummy/app/views/devise/shared/_welcome.html.erb +1 -1
- data/test/dummy/app/views/layouts/application.html.erb +5 -6
- data/test/dummy/log/development.log +71281 -0
- data/test/dummy/tmp/cache/assets/development/sass/0e7fbf2e916a80740e27e0b18efbad45e3196d10/_admin.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/0e7fbf2e916a80740e27e0b18efbad45e3196d10/_admin_1.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/0e7fbf2e916a80740e27e0b18efbad45e3196d10/_three_column.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/1641d3150ac5429005b865a93b3a8f1f2fd752bc/_buttons.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/1641d3150ac5429005b865a93b3a8f1f2fd752bc/_devise.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/1641d3150ac5429005b865a93b3a8f1f2fd752bc/_grid.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/1641d3150ac5429005b865a93b3a8f1f2fd752bc/_list_groups.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/1641d3150ac5429005b865a93b3a8f1f2fd752bc/_nav.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/1641d3150ac5429005b865a93b3a8f1f2fd752bc/_nav_menus.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/1641d3150ac5429005b865a93b3a8f1f2fd752bc/_off_canvas.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/1641d3150ac5429005b865a93b3a8f1f2fd752bc/_scroll_panels.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/1641d3150ac5429005b865a93b3a8f1f2fd752bc/_toggle_columns.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/1641d3150ac5429005b865a93b3a8f1f2fd752bc/_typography.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/1641d3150ac5429005b865a93b3a8f1f2fd752bc/_utilities.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/1641d3150ac5429005b865a93b3a8f1f2fd752bc/_variables.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/f5a9cc6a1adabad6805aa6a32b175bc319aab3a1/_cta.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/f5a9cc6a1adabad6805aa6a32b175bc319aab3a1/_features.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/f5a9cc6a1adabad6805aa6a32b175bc319aab3a1/_flex_boxes.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/f5a9cc6a1adabad6805aa6a32b175bc319aab3a1/_image_block.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/f79010467975f9f0c74079973e2e6ac43e352b55/docs.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/f79010467975f9f0c74079973e2e6ac43e352b55/leather.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/0694dd206e259ab54e54abf00b540d2b +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/0c1f21c2e861789f36e7870bcbd8f8fc +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/24f8e9293df4cc427f5850c1a0878a8e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/3b38e5f8869e3e71263ab14bc41cf2e2 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/53751dc18c28623034be163ce2a5e6cb +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/5cdbdb49f59fb4fa194ffa3c77f2a24d +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/6347c8aefd660841fa6c7682aca90f37 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/7fffb46fc2009b0cd938d847bfd7d3a0 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/8ab512c9b33ac90e699b73469d71f061 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/9ac653c7b032b61569f4c90cb7f02066 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a43f717bccf7814b0f5dd8b1e65f8bcf +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/bcca522c6302f184f12fe0e8a7d7e71a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c13fc73ceafa45876a901b3e775b83ae +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c7af640a07ec548b1e8068e15b8f93e2 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/ce2bf14384e46d791ba077ef9af694bb +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d5123fc7d01ec7bc1dc25503f3848c3d +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/fc0d528a667b47ff79c6a1159488c7f6 +0 -0
- data/test/dummy/tmp/pids/server.pid +1 -0
- metadata +88 -3
- data/app/assets/stylesheets/leather/_nav.css.scss +0 -162
@@ -0,0 +1,85 @@
|
|
1
|
+
.scroll-panel {
|
2
|
+
position: absolute;
|
3
|
+
top: 0;
|
4
|
+
right: 0;
|
5
|
+
bottom: 0;
|
6
|
+
left: 0;
|
7
|
+
|
8
|
+
.scroll-panel-header {
|
9
|
+
position: absolute;
|
10
|
+
top: 0;
|
11
|
+
width: 100%;
|
12
|
+
height: $scroll-panel-header-height;
|
13
|
+
padding: 10px 20px;
|
14
|
+
background: #FFF;
|
15
|
+
border-bottom: 1px solid #F1F1F1;
|
16
|
+
|
17
|
+
.scroll-panel-title {
|
18
|
+
margin-top: 0;
|
19
|
+
margin-bottom: 0;
|
20
|
+
font-size: 18px;
|
21
|
+
line-height: 30px;
|
22
|
+
}
|
23
|
+
|
24
|
+
.btn.pull-left ~ .scroll-panel-title {
|
25
|
+
margin-left: 15px;
|
26
|
+
float: left;
|
27
|
+
}
|
28
|
+
|
29
|
+
@media (max-width: $screen-xs-max) {
|
30
|
+
.btn.pull-left.visible-xs ~ .scroll-panel-title {
|
31
|
+
margin-left: 15px;
|
32
|
+
}
|
33
|
+
}
|
34
|
+
|
35
|
+
@media (max-width: $screen-sm-max) {
|
36
|
+
.btn.pull-left.visible-xs.visible-sm ~ .scroll-panel-title {
|
37
|
+
margin-left: 15px;
|
38
|
+
}
|
39
|
+
}
|
40
|
+
|
41
|
+
@media (min-width: $screen-sm-min) {
|
42
|
+
.btn.pull-left.visible-xs ~ .scroll-panel-title {
|
43
|
+
margin-left: 0;
|
44
|
+
}
|
45
|
+
}
|
46
|
+
|
47
|
+
@media (min-width: $screen-md-min) {
|
48
|
+
.btn.pull-left.visible-xs.visible-sm ~ .scroll-panel-title {
|
49
|
+
margin-left: 0;
|
50
|
+
}
|
51
|
+
}
|
52
|
+
}
|
53
|
+
|
54
|
+
.scroll-panel-body {
|
55
|
+
position: absolute;
|
56
|
+
top: 0;
|
57
|
+
right: 0;
|
58
|
+
bottom: 0;
|
59
|
+
left: 0;
|
60
|
+
padding: 20px;
|
61
|
+
overflow-y: auto;
|
62
|
+
-webkit-overflow-scrolling: touch;
|
63
|
+
}
|
64
|
+
|
65
|
+
.scroll-panel-header ~ .scroll-panel-body {
|
66
|
+
top: $scroll-panel-header-height;
|
67
|
+
}
|
68
|
+
|
69
|
+
.scroll-panel-header.visible-xs ~ .scroll-panel-body,
|
70
|
+
.scroll-panel-header.visible-sm ~ .scroll-panel-body {
|
71
|
+
top: 0;
|
72
|
+
}
|
73
|
+
|
74
|
+
@media (max-width: $screen-xs-max) {
|
75
|
+
.scroll-panel-header.visible-xs ~ .scroll-panel-body {
|
76
|
+
top: $scroll-panel-header-height;
|
77
|
+
}
|
78
|
+
}
|
79
|
+
|
80
|
+
@media (max-width: $screen-sm-max) {
|
81
|
+
.scroll-panel-header.visible-sm ~ .scroll-panel-body {
|
82
|
+
top: $scroll-panel-header-height;
|
83
|
+
}
|
84
|
+
}
|
85
|
+
}
|
@@ -0,0 +1,23 @@
|
|
1
|
+
#right {
|
2
|
+
width: 40%;
|
3
|
+
position: absolute;
|
4
|
+
top: 0;
|
5
|
+
left: 0;
|
6
|
+
bottom: 0;
|
7
|
+
}
|
8
|
+
|
9
|
+
#left {
|
10
|
+
width: 60%;
|
11
|
+
position: absolute;
|
12
|
+
top: 0;
|
13
|
+
left: 40%;
|
14
|
+
bottom: 0;
|
15
|
+
}
|
16
|
+
|
17
|
+
@media (max-width: $screen-xs-max) {
|
18
|
+
.full-width-xs {
|
19
|
+
width: 100% !important;
|
20
|
+
left: 0 !important;
|
21
|
+
right: 0 !important;
|
22
|
+
}
|
23
|
+
}
|
@@ -0,0 +1,54 @@
|
|
1
|
+
.abs-cover {
|
2
|
+
position: absolute;
|
3
|
+
top: 0;
|
4
|
+
left: 0;
|
5
|
+
width: 100%;
|
6
|
+
height: 100%;
|
7
|
+
background-size: cover !important;
|
8
|
+
}
|
9
|
+
|
10
|
+
.vertical-center {
|
11
|
+
position: relative;
|
12
|
+
top: 50%;
|
13
|
+
-webkit-transform: translateY(-50%);
|
14
|
+
-ms-transform: translateY(-50%);
|
15
|
+
transform: translateY(-50%);
|
16
|
+
}
|
17
|
+
|
18
|
+
.bg-white { background:#FFF; }
|
19
|
+
.bg-gray-light { background: $gray-light; }
|
20
|
+
.bg-gray-lighter { background: $gray-lighter; }
|
21
|
+
.bg-gray-lightest { background: $navbar-default-bg; }
|
22
|
+
.bg-gray-radial-light {
|
23
|
+
background: #eeeeee;
|
24
|
+
background: -moz-radial-gradient(center, ellipse cover, #eeeeee 0%, #dddddd 100%) !important;
|
25
|
+
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #eeeeee), color-stop(100%, #dddddd)) !important;
|
26
|
+
background: -webkit-radial-gradient(center, ellipse cover, #eeeeee 0%, #dddddd 100%) !important;
|
27
|
+
background: -o-radial-gradient(center, ellipse cover, #eeeeee 0%, #dddddd 100%) !important;
|
28
|
+
background: -ms-radial-gradient(center, ellipse cover, #eeeeee 0%, #dddddd 100%) !important;
|
29
|
+
background: radial-gradient(ellipse at center, #eeeeee 0%, #dddddd 100%) !important;
|
30
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=1);
|
31
|
+
}
|
32
|
+
.bg-gray-radial-dark {
|
33
|
+
background: #333333;
|
34
|
+
background: -moz-radial-gradient(center, ellipse cover, #3b3b3b 0%, #222222 100%) !important;
|
35
|
+
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #3b3b3b), color-stop(100%, #222222)) !important;
|
36
|
+
background: -webkit-radial-gradient(center, ellipse cover, #3b3b3b 0%, #222222 100%) !important;
|
37
|
+
background: -o-radial-gradient(center, ellipse cover, #3b3b3b 0%, #222222 100%) !important;
|
38
|
+
background: -ms-radial-gradient(center, ellipse cover, #3b3b3b 0%, #222222 100%) !important;
|
39
|
+
background: radial-gradient(ellipse at center, #3b3b3b 0%, #222222 100%) !important;
|
40
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b3b3b', endColorstr='#222222', GradientType=1) !important;
|
41
|
+
}
|
42
|
+
|
43
|
+
.no-margin { margin: 0; }
|
44
|
+
.no-padding { padding: 0; }
|
45
|
+
.no-overflow { overflow: hidden; }
|
46
|
+
.no-radius {
|
47
|
+
@include border-top-radius(0);
|
48
|
+
@include border-bottom-radius(0);
|
49
|
+
}
|
50
|
+
|
51
|
+
.absolute { position: absolute; }
|
52
|
+
.relative { position: relative; }
|
53
|
+
.block { display: block; }
|
54
|
+
.inline-block { display: inline-block; }
|
@@ -1,16 +1,7 @@
|
|
1
|
-
$devise-bg-gradient-start:
|
2
|
-
$devise-bg-gradient-end:
|
3
|
-
$devise-box-border-color:
|
1
|
+
$devise-bg-gradient-start: #355069 !default;
|
2
|
+
$devise-bg-gradient-end: #5E7A9B !default;
|
3
|
+
$devise-box-border-color: #6ED5E4 !default;
|
4
4
|
|
5
|
-
$
|
6
|
-
$
|
7
|
-
$
|
8
|
-
$off-canvas-color: #333333 !default;
|
9
|
-
|
10
|
-
$off-canvas-inverse-bg: $navbar-inverse-bg !default;
|
11
|
-
$off-canvas-inverse-color: $navbar-inverse-link-hover-color !default;
|
12
|
-
$off-canvas-inverse-border: $navbar-inverse-border !default;
|
13
|
-
$off-canvas-inverse-brand-color: $navbar-inverse-link-hover-color !default;
|
14
|
-
|
15
|
-
$navbar-fixed-left-width: 230px;
|
16
|
-
$header-height: 50px;
|
5
|
+
$navbar-fixed-width: 350px;
|
6
|
+
$navbar-fixed-collapsed-width: 75px;
|
7
|
+
$scroll-panel-header-height: $navbar-height;
|
@@ -0,0 +1,87 @@
|
|
1
|
+
@mixin feature-block-variant($color, $bg) {
|
2
|
+
background: lighten($bg, 7%);
|
3
|
+
border-right: 1px solid lighten($bg, 10%);
|
4
|
+
color: $color;
|
5
|
+
|
6
|
+
&:first-child {
|
7
|
+
background: $bg;
|
8
|
+
}
|
9
|
+
|
10
|
+
&:last-child {
|
11
|
+
background: lighten($bg, 12%);
|
12
|
+
}
|
13
|
+
|
14
|
+
&:hover, &:focus {
|
15
|
+
color: $color;
|
16
|
+
}
|
17
|
+
|
18
|
+
.detail-line:before {
|
19
|
+
border-color: $color;
|
20
|
+
}
|
21
|
+
}
|
22
|
+
|
23
|
+
.features {
|
24
|
+
padding-bottom: 40px;
|
25
|
+
|
26
|
+
.feature {
|
27
|
+
margin-bottom: 40px;
|
28
|
+
}
|
29
|
+
}
|
30
|
+
|
31
|
+
.detail-line {
|
32
|
+
margin: 0 0 24px 0;
|
33
|
+
|
34
|
+
&:before {
|
35
|
+
content: "";
|
36
|
+
width: 30px;
|
37
|
+
border-bottom: 1px solid #333;
|
38
|
+
margin-bottom: 24px;
|
39
|
+
display: block;
|
40
|
+
}
|
41
|
+
}
|
42
|
+
|
43
|
+
.feature-block {
|
44
|
+
padding: 60px 30px;
|
45
|
+
transition: all 0.6s ease;
|
46
|
+
-webkit-transition: all 0.6s ease;
|
47
|
+
-moz-transition: all 0.6s ease;
|
48
|
+
|
49
|
+
p {
|
50
|
+
display: none;
|
51
|
+
}
|
52
|
+
|
53
|
+
.detail-line:before {
|
54
|
+
display: inline-block;
|
55
|
+
margin: 10px 0 0 0;
|
56
|
+
}
|
57
|
+
|
58
|
+
&:hover {
|
59
|
+
p {
|
60
|
+
display: block;
|
61
|
+
}
|
62
|
+
}
|
63
|
+
|
64
|
+
&:hover, &:focus {
|
65
|
+
text-decoration: none;
|
66
|
+
}
|
67
|
+
|
68
|
+
&.feature-block-primary {
|
69
|
+
@include feature-block-variant($btn-primary-color, $btn-primary-bg);
|
70
|
+
}
|
71
|
+
|
72
|
+
&.feature-block-info {
|
73
|
+
@include feature-block-variant($btn-info-color, $btn-info-bg);
|
74
|
+
}
|
75
|
+
|
76
|
+
&.feature-block-success {
|
77
|
+
@include feature-block-variant($btn-success-color, $btn-success-bg);
|
78
|
+
}
|
79
|
+
|
80
|
+
&.feature-block-warning {
|
81
|
+
@include feature-block-variant($btn-warning-color, $btn-warning-bg);
|
82
|
+
}
|
83
|
+
|
84
|
+
&.feature-block-danger {
|
85
|
+
@include feature-block-variant($btn-danger-color, $btn-danger-bg);
|
86
|
+
}
|
87
|
+
}
|
@@ -0,0 +1,37 @@
|
|
1
|
+
.flex-grid {
|
2
|
+
.flex-row {
|
3
|
+
display: flex;
|
4
|
+
|
5
|
+
.flex-cell {
|
6
|
+
flex: 1;
|
7
|
+
}
|
8
|
+
|
9
|
+
.flex-cell-wide {
|
10
|
+
flex: 0 0 percentage(2/3);
|
11
|
+
}
|
12
|
+
}
|
13
|
+
|
14
|
+
&.flex-grid-bordered {
|
15
|
+
.flex-row {
|
16
|
+
border-bottom: 1px solid #ccc;
|
17
|
+
|
18
|
+
&:last-child {
|
19
|
+
border-bottom: none;
|
20
|
+
}
|
21
|
+
|
22
|
+
.flex-cell {
|
23
|
+
border-left: 1px solid #ccc;
|
24
|
+
|
25
|
+
&:first-child {
|
26
|
+
border-left: none;
|
27
|
+
}
|
28
|
+
}
|
29
|
+
}
|
30
|
+
}
|
31
|
+
|
32
|
+
&.flex-grid-padded {
|
33
|
+
.flex-cell {
|
34
|
+
padding: 20px;
|
35
|
+
}
|
36
|
+
}
|
37
|
+
}
|
@@ -0,0 +1,55 @@
|
|
1
|
+
.image-block {
|
2
|
+
padding: 0;
|
3
|
+
|
4
|
+
.image-block-copy {
|
5
|
+
padding: 80px 0;
|
6
|
+
min-height: 400px;
|
7
|
+
|
8
|
+
p {
|
9
|
+
margin: 30px 0;
|
10
|
+
}
|
11
|
+
}
|
12
|
+
|
13
|
+
.image {
|
14
|
+
position: absolute;
|
15
|
+
top: 0;
|
16
|
+
height: 100%;
|
17
|
+
}
|
18
|
+
|
19
|
+
.image-right {
|
20
|
+
right: 0;
|
21
|
+
}
|
22
|
+
|
23
|
+
.image-left {
|
24
|
+
left: 0;
|
25
|
+
}
|
26
|
+
|
27
|
+
&.image-block-bottom {
|
28
|
+
.image {
|
29
|
+
bottom: 0;
|
30
|
+
top: 80px;
|
31
|
+
}
|
32
|
+
}
|
33
|
+
}
|
34
|
+
|
35
|
+
@media(max-width: $screen-xs-max) {
|
36
|
+
.image-block {
|
37
|
+
|
38
|
+
.image-block-copy {
|
39
|
+
padding: 40px 0;
|
40
|
+
min-height: 300px;
|
41
|
+
}
|
42
|
+
|
43
|
+
.image {
|
44
|
+
position: relative;
|
45
|
+
height: 300px;
|
46
|
+
width: 100%;
|
47
|
+
}
|
48
|
+
|
49
|
+
&.image-block-bottom {
|
50
|
+
.image {
|
51
|
+
top: 0;
|
52
|
+
}
|
53
|
+
}
|
54
|
+
}
|
55
|
+
}
|
@@ -0,0 +1,174 @@
|
|
1
|
+
= content_for :body_class do
|
2
|
+
= "bg-gray-lighter container-lg"
|
3
|
+
|
4
|
+
.jumbotron.relative.no-margin.text-white{style: "height: 700px;"}
|
5
|
+
.abs-cover.hero24
|
6
|
+
.vertical-center.text-center
|
7
|
+
.text-shadowed
|
8
|
+
%h1.text-lighter Welcome to Leather
|
9
|
+
%p.text-lighter Hello
|
10
|
+
= link_to "Learn More", "", class: "btn btn-lg no-radius btn-primary"
|
11
|
+
|
12
|
+
%section.bg-gray-lightest.features
|
13
|
+
.container
|
14
|
+
.row
|
15
|
+
.col-sm-4
|
16
|
+
.feature
|
17
|
+
%h4.detail-line Feature 1
|
18
|
+
%p.text-muted Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex.
|
19
|
+
.col-sm-4
|
20
|
+
.feature
|
21
|
+
%h4.detail-line Feature 2
|
22
|
+
%p.text-muted Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex.
|
23
|
+
.col-sm-4
|
24
|
+
.feature
|
25
|
+
%h4.detail-line Feature 3
|
26
|
+
%p.text-muted Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex.
|
27
|
+
|
28
|
+
%section.bg-white.features
|
29
|
+
.container
|
30
|
+
.row
|
31
|
+
.col-sm-3
|
32
|
+
.feature
|
33
|
+
%h4.detail-line Feature 1
|
34
|
+
%p.text-muted Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.
|
35
|
+
.col-sm-3
|
36
|
+
.feature
|
37
|
+
%h4.detail-line Feature 2
|
38
|
+
%p.text-muted Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.
|
39
|
+
.col-sm-3
|
40
|
+
.feature
|
41
|
+
%h4.detail-line Feature 3
|
42
|
+
%p.text-muted Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.
|
43
|
+
.col-sm-3
|
44
|
+
.feature
|
45
|
+
%h4.detail-line Feature 4
|
46
|
+
%p.text-muted Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.
|
47
|
+
|
48
|
+
%section.no-padding
|
49
|
+
.flex-grid.text-center
|
50
|
+
.flex-row
|
51
|
+
= link_to "#", class: "feature-block feature-block-primary flex-cell" do
|
52
|
+
%h4.text-light Hover Link Feature
|
53
|
+
.detail-line
|
54
|
+
%p Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex.
|
55
|
+
= link_to "#", class: "feature-block feature-block-primary flex-cell" do
|
56
|
+
%h4.text-light Hover Link Feature
|
57
|
+
.detail-line
|
58
|
+
%p Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex.
|
59
|
+
= link_to "#", class: "feature-block feature-block-primary flex-cell" do
|
60
|
+
%h4.text-light Hover Link Feature
|
61
|
+
.detail-line
|
62
|
+
%p Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex.
|
63
|
+
|
64
|
+
%section.bg-gray-lightest.relative.image-block
|
65
|
+
.image.image-right.col-sm-5.col-md-6
|
66
|
+
.abs-cover.hero24
|
67
|
+
.container
|
68
|
+
.row
|
69
|
+
.col-sm-7.col-md-5
|
70
|
+
.image-block-copy
|
71
|
+
%h2.no-margin.text-lighter Image Block Right
|
72
|
+
%p.text-muted Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex.
|
73
|
+
= link_to "Learn More", "", class: "btn no-radius btn-primary"
|
74
|
+
|
75
|
+
%section.bg-gray-lightest.relative.image-block
|
76
|
+
.image.image-left.col-sm-5.col-md-6
|
77
|
+
.abs-cover.hero24
|
78
|
+
.container
|
79
|
+
.row
|
80
|
+
.col-sm-7.col-md-5.col-md-offset-7.col-sm-offset-5
|
81
|
+
.image-block-copy
|
82
|
+
%h2.no-margin.text-lighter Image Block Left
|
83
|
+
%p.text-muted Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex.
|
84
|
+
= link_to "Learn More", "", class: "btn no-radius btn-primary"
|
85
|
+
|
86
|
+
%section.bg-white
|
87
|
+
.container
|
88
|
+
.flex-grid.flex-grid-bordered.flex-grid-padded
|
89
|
+
.flex-row
|
90
|
+
.flex-cell.flex-cell-wide.bg-gray-lightest
|
91
|
+
Flex Box
|
92
|
+
.flex-cell
|
93
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex.
|
94
|
+
.flex-row
|
95
|
+
.flex-cell.bg-gray-lightest
|
96
|
+
Flex Box
|
97
|
+
.flex-cell.flex-cell-wide
|
98
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex.
|
99
|
+
.flex-row
|
100
|
+
.flex-cell.bg-gray-lightest
|
101
|
+
Flex Box
|
102
|
+
.flex-cell
|
103
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex.
|
104
|
+
.flex-row
|
105
|
+
.flex-cell.bg-gray-lightest
|
106
|
+
Flex Box
|
107
|
+
.flex-cell
|
108
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex.
|
109
|
+
.flex-cell
|
110
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex.
|
111
|
+
.flex-row
|
112
|
+
.flex-cell.bg-gray-lightest
|
113
|
+
Flex Box
|
114
|
+
.flex-cell
|
115
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex.
|
116
|
+
.flex-cell
|
117
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex.
|
118
|
+
.flex-cell
|
119
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex.
|
120
|
+
|
121
|
+
%section.bg-gray-lightest
|
122
|
+
.container
|
123
|
+
.row
|
124
|
+
.col-sm-2
|
125
|
+
.text-center
|
126
|
+
%p= image_tag "http://placehold.it/200x200", class: "img-responsive img-circle inline-block"
|
127
|
+
%p
|
128
|
+
%span.text-muted by
|
129
|
+
Author Name
|
130
|
+
.col-sm-9.col-sm-offset-1
|
131
|
+
%h4.detail-line.text-lighter.text-muted.no-margin= Time.zone.now.strftime("%b %d, %Y")
|
132
|
+
%h3.text-lighter.blog-heading Post Title
|
133
|
+
|
134
|
+
%p Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex.
|
135
|
+
|
136
|
+
%h4.blog-heading Subheading
|
137
|
+
|
138
|
+
%p Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex.
|
139
|
+
|
140
|
+
%p Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex.
|
141
|
+
|
142
|
+
%section.bg-gray-radial-light.no-overflow.image-block.image-block-bottom
|
143
|
+
.container
|
144
|
+
.row.relative
|
145
|
+
.col-sm-6
|
146
|
+
.image-block-copy.relative
|
147
|
+
.vertical-center.absolute
|
148
|
+
%h2.text-light.text-primary.no-margin Title
|
149
|
+
%p.text-muted Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex.
|
150
|
+
= link_to "Learn More", "", class: "btn btn-primary no-radius btn-outline"
|
151
|
+
.image.image-right.col-sm-6.col-md-4
|
152
|
+
= image_tag "leather/phone.png", class: "img-responsive"
|
153
|
+
|
154
|
+
%section.bg-white.text-center.cta.cta-inline
|
155
|
+
.container
|
156
|
+
%h2.text-primary.text-light.pull-left Call to Action
|
157
|
+
= link_to "Learn More", "", class: "btn btn-primary btn-lg text-white no-radius btn-outline pull-right"
|
158
|
+
|
159
|
+
%section.bg-gray-radial-dark.text-white.no-overflow.image-block.image-block-bottom
|
160
|
+
.container
|
161
|
+
.row.relative
|
162
|
+
.col-sm-6.col-sm-push-6
|
163
|
+
.image-block-copy.relative
|
164
|
+
.vertical-center.absolute
|
165
|
+
%h2.text-light.no-margin Title
|
166
|
+
%p Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex.
|
167
|
+
= link_to "Learn More", "", class: "btn btn-default text-white no-radius btn-outline"
|
168
|
+
.image.image-left.col-sm-6.col-md-4
|
169
|
+
= image_tag "leather/phone.png", class: "img-responsive"
|
170
|
+
|
171
|
+
%section.bg-white.text-center.cta
|
172
|
+
.container
|
173
|
+
%h2.text-primary.text-light Call to Action
|
174
|
+
%p= link_to "Learn More", "", class: "btn btn-primary btn-lg text-white no-radius btn-outline"
|