smock 0.1.259 → 0.1.260
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/examples/pages/timeline.html +43 -0
- data/index.html +1 -0
- metadata +5 -4
data/Gemfile.lock
CHANGED
@@ -0,0 +1,43 @@
|
|
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>Timeline</title>
|
12
|
+
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
13
|
+
|
14
|
+
<link rel="stylesheet" href="../../smock.css" />
|
15
|
+
<link rel="stylesheet" href="../../svg_images.css" />
|
16
|
+
</head>
|
17
|
+
<body am-grid>
|
18
|
+
|
19
|
+
<header class="header">
|
20
|
+
<div class="container">
|
21
|
+
<a class="header__logo svg__logo" href="/">Envato Studio</a>
|
22
|
+
</div>
|
23
|
+
</header>
|
24
|
+
|
25
|
+
<main>
|
26
|
+
<div class="container">
|
27
|
+
<h2 class="s-no-below th-size-large">
|
28
|
+
Professional Logo Design <span class="heading__inline">7 days, 4 revisions</span>
|
29
|
+
</h2>
|
30
|
+
</div>
|
31
|
+
</main>
|
32
|
+
|
33
|
+
<footer>
|
34
|
+
<div class="container">
|
35
|
+
<div class="sub-footer">
|
36
|
+
<p>Copyright © 2014 Envato Studio. All Rights Reserved</p>
|
37
|
+
<a class="sub-footer__envato svg__envato-logo" href="http://envato.com/">Envato</a>
|
38
|
+
</div>
|
39
|
+
</div>
|
40
|
+
</footer>
|
41
|
+
|
42
|
+
</body>
|
43
|
+
</html>
|
data/index.html
CHANGED
@@ -59,6 +59,7 @@
|
|
59
59
|
<li><a href="examples/pages/profile.html">Profile Page</a></li>
|
60
60
|
<li><a href="examples/pages/service.html">Service Page</a></li>
|
61
61
|
<li><a href="examples/pages/testimonials.html">Testimonials</a></li>
|
62
|
+
<li><a href="examples/pages/timeline.html">Timeline</a></li>
|
62
63
|
</ul>
|
63
64
|
</div>
|
64
65
|
</div>
|
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.260
|
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: 2015-03-
|
12
|
+
date: 2015-03-23 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: sass
|
@@ -429,6 +429,7 @@ files:
|
|
429
429
|
- examples/pages/provider_profile_page_files/vendor.js
|
430
430
|
- examples/pages/service.html
|
431
431
|
- examples/pages/testimonials.html
|
432
|
+
- examples/pages/timeline.html
|
432
433
|
- examples/pagination.html
|
433
434
|
- examples/paragraphs.html
|
434
435
|
- examples/reviews.html
|
@@ -2374,7 +2375,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
2374
2375
|
version: '0'
|
2375
2376
|
segments:
|
2376
2377
|
- 0
|
2377
|
-
hash:
|
2378
|
+
hash: -3848927285513068625
|
2378
2379
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
2379
2380
|
none: false
|
2380
2381
|
requirements:
|
@@ -2383,7 +2384,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
2383
2384
|
version: '0'
|
2384
2385
|
segments:
|
2385
2386
|
- 0
|
2386
|
-
hash:
|
2387
|
+
hash: -3848927285513068625
|
2387
2388
|
requirements: []
|
2388
2389
|
rubyforge_project: smock
|
2389
2390
|
rubygems_version: 1.8.23.2
|