smock 0.1.147 → 0.1.148
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/_molecules.sass +4 -1
- data/examples/onlinenow.html +25 -0
- data/index.html +1 -0
- metadata +5 -4
data/Gemfile.lock
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
|
|
27
27
|
.online_status--online
|
|
28
28
|
display: inline-block
|
|
29
|
-
+space(width)
|
|
29
|
+
+space(width, 0.72)
|
|
30
30
|
+space(height)
|
|
31
31
|
float: left
|
|
32
32
|
i
|
|
@@ -44,3 +44,6 @@
|
|
|
44
44
|
|
|
45
45
|
.online_status--offline
|
|
46
46
|
display: none
|
|
47
|
+
|
|
48
|
+
.online_status__link--online
|
|
49
|
+
color: $green
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<h2>Online Now</h2>
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
<div class="example">
|
|
5
|
+
<h3 class="no-margin"><span data-identity="<%= @user_presenter.id %>" class="online_status--online online_status--online--large has-tip tip-top" title="Online Now"><i class="svg__online-dot"></i></span>Sturicho</h3>
|
|
6
|
+
</div>
|
|
7
|
+
|
|
8
|
+
<div class="example">
|
|
9
|
+
<span data-identity="<%= @user_presenter.id %>" class="online_status--online online_status--online has-tip tip-top" title="Online Now"><i class="svg__online-dot"></i></span>
|
|
10
|
+
<a class='th-size-normal loud contact-me online_status__link--online'>Contact Me</a>
|
|
11
|
+
</div>
|
|
12
|
+
|
|
13
|
+
<div class="example">
|
|
14
|
+
<section class="service__info">
|
|
15
|
+
<section class="service__provider">
|
|
16
|
+
<div class="service__provider__avatar"><a href="https://studio-app.envato.com/smock/examples/users/CXWebExperts" rel="nofollow"><img
|
|
17
|
+
alt="Thumbnail cxwebexperts logo5" src="examples/pages/explore_files/thumbnail_cxwebexperts_logo5.jpg"></a></div>
|
|
18
|
+
<div class="service__provider__name">
|
|
19
|
+
<span class="online_status--online"><i class="svg__online-dot"></i></span>
|
|
20
|
+
<a href="https://studio-app.envato.com/smock/examples/users/CXWebExperts">CXWebExperts</a>
|
|
21
|
+
</div>
|
|
22
|
+
<div class="service__provider__country">United Kingdom</div>
|
|
23
|
+
</section>
|
|
24
|
+
</section>
|
|
25
|
+
</div>
|
data/index.html
CHANGED
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
<ul class="actions__group__list">
|
|
35
35
|
<li><a href="#banners" rel="banners">Banners</a></li>
|
|
36
36
|
<li><a href="#metrics" rel="metrics">Metrics</a></li>
|
|
37
|
+
<li><a href="#onlinenow" rel="onlinenow">Online Now</a></li>
|
|
37
38
|
<li><a href="#reviews" rel="reviews">Reviews</a></li>
|
|
38
39
|
<li><a href="#service" rel="service">Service</a></li>
|
|
39
40
|
<li><a href="#testimonials" rel="testimonials">Testimonials</a></li>
|
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.148
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2014-
|
|
12
|
+
date: 2014-11-03 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: sass
|
|
@@ -277,6 +277,7 @@ files:
|
|
|
277
277
|
- examples/links.html
|
|
278
278
|
- examples/metrics.html
|
|
279
279
|
- examples/molecules.html
|
|
280
|
+
- examples/onlinenow.html
|
|
280
281
|
- examples/organisims.html
|
|
281
282
|
- examples/pages/affiliates.html
|
|
282
283
|
- examples/pages/affiliates_files/themeforest-cf59c988c1d2bf085124a3b145d6426b.png
|
|
@@ -442,7 +443,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
442
443
|
version: '0'
|
|
443
444
|
segments:
|
|
444
445
|
- 0
|
|
445
|
-
hash:
|
|
446
|
+
hash: -2954244514825824755
|
|
446
447
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
447
448
|
none: false
|
|
448
449
|
requirements:
|
|
@@ -451,7 +452,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
451
452
|
version: '0'
|
|
452
453
|
segments:
|
|
453
454
|
- 0
|
|
454
|
-
hash:
|
|
455
|
+
hash: -2954244514825824755
|
|
455
456
|
requirements: []
|
|
456
457
|
rubyforge_project: smock
|
|
457
458
|
rubygems_version: 1.8.21
|