smock 0.1.191 → 0.1.192
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Gemfile.lock +1 -1
- data/app/assets/stylesheets/includes/_layout_helpers.sass +3 -0
- data/app/assets/stylesheets/includes/_space_helpers.sass +3 -0
- data/app/assets/stylesheets/modules/_service_card.sass +8 -1
- data/app/assets/stylesheets/thirdparty/typecsset.scss +1 -2
- data/examples/pages/homepage.html +37 -7
- metadata +3 -3
data/Gemfile.lock
CHANGED
|
@@ -12,6 +12,13 @@
|
|
|
12
12
|
width: 100%
|
|
13
13
|
+space(height, 8)
|
|
14
14
|
|
|
15
|
+
.service__card__image--large
|
|
16
|
+
&:hover
|
|
17
|
+
.service__card__mask
|
|
18
|
+
opacity: 1
|
|
19
|
+
+space(height, 14)
|
|
20
|
+
position: relative
|
|
21
|
+
|
|
15
22
|
.service__card__image__price
|
|
16
23
|
position: absolute
|
|
17
24
|
+space(top, 0.5)
|
|
@@ -106,4 +113,4 @@
|
|
|
106
113
|
margin-right: 0
|
|
107
114
|
clear: right
|
|
108
115
|
&:nth-child(4n+1)
|
|
109
|
-
clear: left
|
|
116
|
+
clear: left
|
|
@@ -273,7 +273,6 @@ blockquote {
|
|
|
273
273
|
blockquote {
|
|
274
274
|
@extend %typecsset-vertical-rhythm;
|
|
275
275
|
quotes: "“" "”";
|
|
276
|
-
@include typecsset-space(margin-left);
|
|
277
276
|
|
|
278
277
|
p {
|
|
279
278
|
|
|
@@ -349,4 +348,4 @@ table {
|
|
|
349
348
|
th,
|
|
350
349
|
td {
|
|
351
350
|
padding: $typecsset-base-line-height / 2;
|
|
352
|
-
}
|
|
351
|
+
}
|
|
@@ -53,13 +53,13 @@
|
|
|
53
53
|
<section class="ch-gray-background s-small-padding-vertical">
|
|
54
54
|
<div class="container">
|
|
55
55
|
<ul class="lh-flexed--spaced">
|
|
56
|
-
<li><a href="#">
|
|
57
|
-
<li><a href="#">Mobile & Apps</a></li>
|
|
58
|
-
<li><a href="#">Websites & Programming</a></li>
|
|
59
|
-
<li><a href="#">Design & Graphics</a></li>
|
|
60
|
-
<li><a href="#">Logos & Branding</a></li>
|
|
56
|
+
<li><a href="#">Logo Design & Branding</a></li>
|
|
61
57
|
<li><a href="#">WordPress</a></li>
|
|
58
|
+
<li><a href="#">Design & Graphics</a></li>
|
|
59
|
+
<li><a href="#">Websites & Programming</a></li>
|
|
60
|
+
<li><a href="#">Business & Marketing</a></li>
|
|
62
61
|
<li><a href="#">Video & Animation</a></li>
|
|
62
|
+
<li><a href="#">Mobile & Apps</a></li>
|
|
63
63
|
</ul>
|
|
64
64
|
</div>
|
|
65
65
|
</section>
|
|
@@ -294,8 +294,38 @@
|
|
|
294
294
|
<section class="s-medium-padding-vertical ch-gray-background">
|
|
295
295
|
<div class="container">
|
|
296
296
|
<h3><strong>It's easy, affordable, and delivers</strong> - but don't take our word for it</h3>
|
|
297
|
-
<
|
|
298
|
-
|
|
297
|
+
<a href="#" am-grid-col="l:6" class="lh-pull-left service__card__image--large">
|
|
298
|
+
<div class="service__card__mask s-padded">
|
|
299
|
+
<p class="th-double-line s-no-below">Photo Retouching by Brandbusters</p>
|
|
300
|
+
<blockquote class="th-size-large s-small-below">
|
|
301
|
+
"I'm immensely impressed with the cost, quality and speed of their service."
|
|
302
|
+
</blockquote>
|
|
303
|
+
<div>
|
|
304
|
+
<img class="lh-pull-left lh-margin-right avatar__image" src="https://dummyimage.com/44x44">
|
|
305
|
+
<p class="lh-pull-left">
|
|
306
|
+
<strong>Adam Noonan</strong> <br />
|
|
307
|
+
has purchased 18 jobs
|
|
308
|
+
</p>
|
|
309
|
+
</div>
|
|
310
|
+
</div>
|
|
311
|
+
<img height="308" src="http://placehold.it/459x308" src="https://dummyimage.com/223x198">
|
|
312
|
+
</a>
|
|
313
|
+
<a href="#" am-grid-col="l:6" class="lh-pull-right service__card__image--large">
|
|
314
|
+
<div class="service__card__mask s-padded">
|
|
315
|
+
<p class="th-double-line s-no-below">Photo Retouching by Brandbusters</p>
|
|
316
|
+
<blockquote class="th-size-large s-small-below">
|
|
317
|
+
"I'm immensely impressed with the cost, quality and speed of their service."
|
|
318
|
+
</blockquote>
|
|
319
|
+
<div>
|
|
320
|
+
<img class="lh-pull-left lh-margin-right avatar__image" src="https://dummyimage.com/44x44">
|
|
321
|
+
<p class="lh-pull-left">
|
|
322
|
+
<strong>Adam Noonan</strong> <br />
|
|
323
|
+
has purchased 18 jobs
|
|
324
|
+
</p>
|
|
325
|
+
</div>
|
|
326
|
+
</div>
|
|
327
|
+
<img height="308" src="http://placehold.it/459x308" src="https://dummyimage.com/223x198">
|
|
328
|
+
</a>
|
|
299
329
|
</div>
|
|
300
330
|
</section>
|
|
301
331
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: smock
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.192
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -451,7 +451,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
451
451
|
version: '0'
|
|
452
452
|
segments:
|
|
453
453
|
- 0
|
|
454
|
-
hash:
|
|
454
|
+
hash: -2764729706872805438
|
|
455
455
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
456
456
|
none: false
|
|
457
457
|
requirements:
|
|
@@ -460,7 +460,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
460
460
|
version: '0'
|
|
461
461
|
segments:
|
|
462
462
|
- 0
|
|
463
|
-
hash:
|
|
463
|
+
hash: -2764729706872805438
|
|
464
464
|
requirements: []
|
|
465
465
|
rubyforge_project: smock
|
|
466
466
|
rubygems_version: 1.8.21
|