cyaml 0.0.44 → 0.0.45
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.
|
@@ -2,12 +2,17 @@
|
|
|
2
2
|
%html{:lang => "en"}
|
|
3
3
|
%head
|
|
4
4
|
%meta{:charset => "utf-8"}/
|
|
5
|
-
%title
|
|
5
|
+
%title
|
|
6
|
+
= yield(:title)
|
|
6
7
|
/ Mobile viewport optimisation
|
|
7
8
|
%meta{:content => "width=device-width, initial-scale=1.0", :name => "viewport"}/
|
|
8
9
|
/ (en) Add your meta data here
|
|
9
10
|
/ (de) Fuegen Sie hier ihre Meta-Daten ein
|
|
11
|
+
%link{:href => "./stylesheets/custom.css", :rel => "stylesheet", :type => "text/css"}/
|
|
12
|
+
%script{:type=>'text/javascript', :src=>"https://github.com/livereload/livereload-js/raw/master/dist/livereload.js?host=localhost"}
|
|
13
|
+
|
|
10
14
|
/[if lte IE 7]
|
|
15
|
+
<link href="./stylesheets/iehacks.css" rel="stylesheet" type="text/css" />
|
|
11
16
|
/[if lt IE 9]
|
|
12
17
|
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
|
13
18
|
%body.demo-2col
|
|
@@ -19,53 +24,52 @@
|
|
|
19
24
|
.ym-wrapper
|
|
20
25
|
.ym-wbox
|
|
21
26
|
%header
|
|
22
|
-
|
|
23
|
-
</header>
|
|
27
|
+
%h1 Project Name
|
|
24
28
|
%nav#nav
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
</nav>
|
|
29
|
+
.ym-hlist
|
|
30
|
+
%ul
|
|
31
|
+
%li.active
|
|
32
|
+
%strong Active
|
|
33
|
+
%li
|
|
34
|
+
%a{:href => "#"} Link
|
|
35
|
+
%li
|
|
36
|
+
%a{:href => "#"} Link
|
|
37
|
+
%li
|
|
38
|
+
%a{:href => "#"} Link
|
|
39
|
+
%li
|
|
40
|
+
%a{:href => "#"} Link
|
|
41
|
+
%form.ym-searchform
|
|
42
|
+
%input.ym-searchfield{:placeholder => "Search...", :type => "search"}/
|
|
43
|
+
%input.ym-searchbutton{:type => "submit", :value => "Search"}/
|
|
41
44
|
#main
|
|
42
45
|
.ym-column.linearize-level-1
|
|
43
46
|
.ym-col1
|
|
44
47
|
.ym-cbox
|
|
48
|
+
%section.box.info
|
|
49
|
+
= yield
|
|
45
50
|
%aside.ym-col3
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
</aside>
|
|
51
|
+
.ym-cbox
|
|
52
|
+
%h2 Sidebar
|
|
53
|
+
%h4 Widget A
|
|
54
|
+
%ul
|
|
55
|
+
%li Item 1
|
|
56
|
+
%li Item 2
|
|
57
|
+
%li Item 3
|
|
58
|
+
%li Item 4
|
|
59
|
+
%li Item 5
|
|
60
|
+
%h4 Widget B
|
|
61
|
+
%ul
|
|
62
|
+
%li Item 1
|
|
63
|
+
%li Item 2
|
|
64
|
+
%li Item 3
|
|
65
|
+
%h4 Widget C
|
|
66
|
+
%ul
|
|
67
|
+
%li Item 1
|
|
68
|
+
%li Item 2
|
|
69
|
+
%li Item 3
|
|
66
70
|
%footer
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
</footer>
|
|
71
|
+
%p
|
|
72
|
+
© Company 2011 – Layout based on
|
|
73
|
+
%a{:href => "http://www.yaml.de"} YAML
|
|
71
74
|
/ full skip link functionality in webkit browsers
|
|
75
|
+
%script{:src => "javascripts/yaml/core/yaml-focusfix.js"}
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cyaml
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 69
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 45
|
|
10
|
+
version: 0.0.45
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Michael Gerber
|
|
@@ -223,7 +223,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
223
223
|
requirements: []
|
|
224
224
|
|
|
225
225
|
rubyforge_project:
|
|
226
|
-
rubygems_version: 1.8.
|
|
226
|
+
rubygems_version: 1.8.17
|
|
227
227
|
signing_key:
|
|
228
228
|
specification_version: 3
|
|
229
229
|
summary: the yaml framework as compass gem
|