smock 0.1.78 → 0.1.79
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/pages/customisation_express.html +130 -0
- data/index.html +1 -0
- metadata +4 -3
data/Gemfile.lock
CHANGED
@@ -0,0 +1,130 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<!--[if lt IE 7]> <html lang="en" ng-app="moodBoard" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
|
3
|
+
<!--[if IE 7]> <html lang="en" ng-app="moodBoard" class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
4
|
+
<!--[if IE 8]> <html lang="en" ng-app="moodBoard" class="no-js lt-ie9"> <![endif]-->
|
5
|
+
<!--[if gt IE 8]><!-->
|
6
|
+
<html lang="en" class="no-js">
|
7
|
+
<!--<![endif]-->
|
8
|
+
<head>
|
9
|
+
<meta charset="utf-8">
|
10
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
11
|
+
<title>Landing Page</title>
|
12
|
+
<meta name="description" content="">
|
13
|
+
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
14
|
+
|
15
|
+
<link rel="stylesheet" href="../../smock.css" />
|
16
|
+
<link rel="stylesheet" href="../../svg_images.css" />
|
17
|
+
</head>
|
18
|
+
|
19
|
+
<body am-grid>
|
20
|
+
<header class="header header--inverse">
|
21
|
+
<div class="container">
|
22
|
+
<a am-grid-col="l:3" class="header__logo header__logo--inverse svg__logo--inverse" href="/">Envato Studio</a>
|
23
|
+
<a am-grid-col="l:3 l:pre6" class="header__logo header__logo--secondary svg__themeforest--inverse" href="/">Themeforest</a>
|
24
|
+
</div>
|
25
|
+
</header>
|
26
|
+
|
27
|
+
<section class="l-container">
|
28
|
+
<h2 class="heading--mast heading--normal-weight">Get your vector graphic customised fast for $50</h2>
|
29
|
+
|
30
|
+
<section class="l-content l-content--smaller">
|
31
|
+
<div class="image--mast">
|
32
|
+
<img src="http://placehold.it/590x300" alt="Theme title"/>
|
33
|
+
</div>
|
34
|
+
|
35
|
+
<h3 class="paragraph--heading">Save time and frustration. We'll match you with an expert who will customise your theme in 24 hours.</h3>
|
36
|
+
<p>You get WordPress, your theme, its demo content, and your logo installed
|
37
|
+
on your server. If you need more work done, you can create a follow-up job
|
38
|
+
once your theme is installed.</p>
|
39
|
+
<p class="paragraph--no-margin"><a href="https://envatostudio.zendesk.com/hc/en-us/categories/200211534">More on how this works.</a></p>
|
40
|
+
</section>
|
41
|
+
|
42
|
+
<section class="l-sidebar--right l-sidebar--larger">
|
43
|
+
<form accept-charset="UTF-8" action="/" class=" new_form_order" id="new_form_order" method="post" novalidate="novalidate">
|
44
|
+
<fieldset>
|
45
|
+
<div class="input string optional form_order_website_name">
|
46
|
+
<label class="string optional" for="form_order_website_name">Your customisation brief</label>
|
47
|
+
<textarea class="string optional" id="form_order_website_name" name="form_order[website_name]" rows="5" type="text"></textarea>
|
48
|
+
</div>
|
49
|
+
|
50
|
+
<div class="asset-uploader">
|
51
|
+
<div class="button button--muted stand-alone-button">Add Vector File</div>
|
52
|
+
<div class="asset-uploader__previews"></div>
|
53
|
+
</div>
|
54
|
+
<div class="asset-uploader">
|
55
|
+
<div class="button button--muted stand-alone-button">Add Files (Optional)</div>
|
56
|
+
<div class="asset-uploader__previews"></div>
|
57
|
+
</div>
|
58
|
+
|
59
|
+
<div class="payment-method">
|
60
|
+
<label>Payment</label>
|
61
|
+
<span>
|
62
|
+
<input id="form_order_payment_method_paypal" checked="checked" name="form_order[payment_method]" type="radio" value="paypal"/>
|
63
|
+
<label class="collection_radio_buttons svg__paypal" for="form_order_payment_method_paypal">Paypal</label>
|
64
|
+
</span>
|
65
|
+
<span>
|
66
|
+
<input id="form_order_payment_method_braintree" name="form_order[payment_method]" type="radio" value="braintree"/>
|
67
|
+
<label class="collection_radio_buttons svg__creditcards" for="form_order_payment_method_braintree">Creditcard</label>
|
68
|
+
</span>
|
69
|
+
</div>
|
70
|
+
|
71
|
+
|
72
|
+
<div class="credit-card" data-panel="braintree" style="display: none;">
|
73
|
+
<div class="form_order_hosting_panel_details">
|
74
|
+
<label class="string optional" for="cardname">Card holder name</label>
|
75
|
+
<input class="string optional" id="cardname" name="form_order[hosting_panel_details]" type="text"/>
|
76
|
+
</div>
|
77
|
+
|
78
|
+
<div class="credit-card__numbers">
|
79
|
+
<div class="input string optional form_order_card_number credit-card__numbers__card-number">
|
80
|
+
<label class="string optional" for="form_order_card_number">Card number</label>
|
81
|
+
<input class="string optional"
|
82
|
+
id="form_order_card_number"
|
83
|
+
name="form_order[card_number]"
|
84
|
+
placeholder="0000 0000 0000 0000"
|
85
|
+
type="text"/>
|
86
|
+
</div>
|
87
|
+
|
88
|
+
<div class="input string optional form_order_cvv credit-card__numbers__cvv">
|
89
|
+
<label class="string optional" for="form_order_cvv">CVV</label>
|
90
|
+
<input class="string optional" id="form_order_cvv" name="form_order[cvv]" placeholder="000" type="text"/>
|
91
|
+
</div>
|
92
|
+
</div>
|
93
|
+
|
94
|
+
<div class="credit-card__expiry">
|
95
|
+
<label>Expiry date</label>
|
96
|
+
|
97
|
+
<div class="input string optional form_order_expiry_month credit-card__expiry__month">
|
98
|
+
<input class="string optional"
|
99
|
+
id="form_order_expiry_month"
|
100
|
+
name="form_order[expiry_month]"
|
101
|
+
placeholder="Month (MM)"
|
102
|
+
type="text"/>
|
103
|
+
</div>
|
104
|
+
<div class="input string optional form_order_expiry_year credit-card__expiry__year">
|
105
|
+
<input class="string optional"
|
106
|
+
id="form_order_expiry_year"
|
107
|
+
name="form_order[expiry_year]"
|
108
|
+
placeholder="Year (YY)"
|
109
|
+
type="text"/>
|
110
|
+
</div>
|
111
|
+
</div>
|
112
|
+
</div>
|
113
|
+
|
114
|
+
</fieldset>
|
115
|
+
|
116
|
+
<button class="button button--large" name="commit" type="submit" value="Install my theme" disabled>Customise my vector</button>
|
117
|
+
</form>
|
118
|
+
</section>
|
119
|
+
</section>
|
120
|
+
|
121
|
+
<div class="container">
|
122
|
+
<footer class="sub-footer">
|
123
|
+
<p>Copyright © 2014 Envato Studio. All Rights Reserved</p>
|
124
|
+
<a class="sub-footer__envato svg__envato-logo" href="http://envato.com">Envato</a>
|
125
|
+
</footer>
|
126
|
+
</div>
|
127
|
+
|
128
|
+
|
129
|
+
</body>
|
130
|
+
</html>
|
data/index.html
CHANGED
@@ -15,6 +15,7 @@
|
|
15
15
|
<ul class="nav__list__item__dropdown">
|
16
16
|
<li class="nav__list__item__dropdown__item"><a href="examples/pages/affiliates.html" target="style_frame">Affiliates</a></li>
|
17
17
|
<li class="nav__list__item__dropdown__item"><a href="examples/pages/blackbox.html" target="style_frame">Blackbox</a></li>
|
18
|
+
<li class="nav__list__item__dropdown__item"><a href="examples/pages/customisation_express.html" target="style_frame">Express</a></li>
|
18
19
|
<li class="nav__list__item__dropdown__item"><a href="examples/pages/explore.html" target="style_frame">Explore</a></li>
|
19
20
|
<li class="nav__list__item__dropdown__item"><a href="examples/pages/testimonials.html" target="style_frame">Testimonials</a></li>
|
20
21
|
</ul>
|
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.79
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -252,6 +252,7 @@ files:
|
|
252
252
|
- examples/pages/affiliates_files/themeforest-cf59c988c1d2bf085124a3b145d6426b.png
|
253
253
|
- examples/pages/affiliates_files/tuts-plus-bd0affcfa95d86912384b5d39e923119.jpg
|
254
254
|
- examples/pages/blackbox.html
|
255
|
+
- examples/pages/customisation_express.html
|
255
256
|
- examples/pages/explore.html
|
256
257
|
- examples/pages/explore_files/listing_1.jpg
|
257
258
|
- examples/pages/explore_files/listing_Abira-After-Time-Microlancer-ScorpionGod.jpg
|
@@ -360,7 +361,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
360
361
|
version: '0'
|
361
362
|
segments:
|
362
363
|
- 0
|
363
|
-
hash:
|
364
|
+
hash: 212557420154877979
|
364
365
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
365
366
|
none: false
|
366
367
|
requirements:
|
@@ -369,7 +370,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
369
370
|
version: '0'
|
370
371
|
segments:
|
371
372
|
- 0
|
372
|
-
hash:
|
373
|
+
hash: 212557420154877979
|
373
374
|
requirements: []
|
374
375
|
rubyforge_project: smock
|
375
376
|
rubygems_version: 1.8.21
|