smock 0.1.184 → 0.1.185
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/examples/addons.html +15 -54
- metadata +3 -3
data/Gemfile.lock
CHANGED
data/examples/addons.html
CHANGED
|
@@ -1,68 +1,29 @@
|
|
|
1
1
|
<h2>Addons</h2>
|
|
2
2
|
|
|
3
3
|
<div class="example">
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
<div class="addon__card__title">
|
|
4
|
+
<div class="addons">
|
|
5
|
+
<div class="addon__card">
|
|
6
|
+
<label class="addon__card__titlebar">
|
|
8
7
|
<input type="checkbox" checked disabled></input>
|
|
9
8
|
<strong>Installation</strong>
|
|
10
|
-
<span>
|
|
9
|
+
<span class="addon__description">Fast, hassle-free installation of your WordPress theme</span>
|
|
10
|
+
<span class="addon__card__price">$50</span>
|
|
11
|
+
</label>
|
|
12
|
+
<div class="addon__card__content addon__card__content--expanded">
|
|
13
|
+
<p class="s-no-below">You get WordPress, your theme, its demo content (<a href="https://envatostudio.zendesk.com/hc/en-us/articles/202950554" target="_blank">where supplied</a>), and your logo installed on your (<a href="https://envatostudio.zendesk.com/hc/en-us/articles/202950584-I-have-a-site-hosted-on-WordPress-com-can-I-get-a-ThemeForest-theme-installed-" target="_blank">non-WordPress.com</a>) server.</p>
|
|
11
14
|
</div>
|
|
12
|
-
<span class="addon__card__price">$50</span>
|
|
13
15
|
</div>
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
</div>
|
|
18
|
-
</div>
|
|
19
|
-
<div class="addon__card">
|
|
20
|
-
<div class="addon__card__titlebar accordion">
|
|
21
|
-
<div class="addon__card__title">
|
|
22
|
-
<input type="checkbox"></input>
|
|
23
|
-
<strong>Basic Plugins</strong>
|
|
24
|
-
<span>Install the most popular plug-ins for enhanced site functionality</span>
|
|
25
|
-
</div>
|
|
26
|
-
<span class="addon__card__price">$50</span>
|
|
27
|
-
</div>
|
|
28
|
-
|
|
29
|
-
<div class="addon__card__content accordion__content">
|
|
30
|
-
You get WordPress, your theme, its demo content (where supplied), and your logo installed on your (non-WordPress.com) server.
|
|
31
|
-
</div>
|
|
32
|
-
</div>
|
|
33
|
-
<div class="addon__card">
|
|
34
|
-
<div class="addon__card__titlebar accordion">
|
|
35
|
-
<div class="addon__card__title">
|
|
36
|
-
<input type="checkbox"></input>
|
|
16
|
+
<div class="addon__card" ng-repeat="addon in order.addons">
|
|
17
|
+
<div class="addon__card__titlebar">
|
|
18
|
+
<input type="checkbox" ng-model="addon.selected"></input>
|
|
37
19
|
<strong>SEO Setup</strong>
|
|
38
|
-
<span>Ensure your site is optimized and discoverable for Google searches</span>
|
|
20
|
+
<span class="addon__description">Ensure your site is optimized and discoverable for Google searches</span>
|
|
21
|
+
<span class="addon__card__price">$10</span>
|
|
39
22
|
</div>
|
|
40
|
-
<
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
<div class="addon__card__content accordion__content">
|
|
44
|
-
You get WordPress, your theme, its demo content (where supplied), and your logo installed on your (non-WordPress.com) server.
|
|
45
|
-
</div>
|
|
46
|
-
</div>
|
|
47
|
-
<div class="addon__card">
|
|
48
|
-
<div class="addon__card__titlebar accordion">
|
|
49
|
-
<div class="addon__card__title">
|
|
50
|
-
<input type="checkbox"></input>
|
|
51
|
-
<strong>Security Setup</strong>
|
|
52
|
-
<span>Reduce security risk by implementing security best pratices</span>
|
|
23
|
+
<div class="addon__card__content" ng-show="addon.selected">
|
|
24
|
+
You get WordPress, your theme, its demo content (where supplied), and your logo installed on your (non-WordPress.com) server.
|
|
53
25
|
</div>
|
|
54
|
-
<span class="addon__card__price">$50</span>
|
|
55
|
-
</div>
|
|
56
|
-
|
|
57
|
-
<div class="addon__card__content accordion__content">
|
|
58
|
-
You get WordPress, your theme, its demo content (where supplied), and your logo installed on your (non-WordPress.com) server.
|
|
59
26
|
</div>
|
|
60
27
|
</div>
|
|
61
28
|
</div>
|
|
62
29
|
</div>
|
|
63
|
-
|
|
64
|
-
<script type="text/javascript">
|
|
65
|
-
$(function () {
|
|
66
|
-
setupAccordion();
|
|
67
|
-
});
|
|
68
|
-
</script>
|
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.185
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -446,7 +446,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
446
446
|
version: '0'
|
|
447
447
|
segments:
|
|
448
448
|
- 0
|
|
449
|
-
hash: -
|
|
449
|
+
hash: -1688598707902489030
|
|
450
450
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
451
451
|
none: false
|
|
452
452
|
requirements:
|
|
@@ -455,7 +455,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
455
455
|
version: '0'
|
|
456
456
|
segments:
|
|
457
457
|
- 0
|
|
458
|
-
hash: -
|
|
458
|
+
hash: -1688598707902489030
|
|
459
459
|
requirements: []
|
|
460
460
|
rubyforge_project: smock
|
|
461
461
|
rubygems_version: 1.8.21
|