jekyll-theme-open-project 1.0.0.pre3 → 1.0.0.pre4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,5 @@
1
- @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
2
-
3
1
  body {
4
- font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, serif;
2
+ font-family: $font-family;
5
3
  font-size: 15px;
6
4
  line-height: 1.6;
7
5
 
@@ -88,8 +86,6 @@ a {
88
86
 
89
87
  > .items {
90
88
  align-self: stretch;
91
-
92
- @extend .item-grid;
93
89
  }
94
90
  }
95
91
 
@@ -162,6 +158,7 @@ a {
162
158
  }
163
159
  > .title {
164
160
  font-weight: 600;
161
+ font-size: 20px;
165
162
  margin: 0 0 .5em 0;
166
163
  }
167
164
  }
@@ -203,10 +200,10 @@ a {
203
200
 
204
201
  color: $primary-color;
205
202
 
206
- body.layout-software-index & {
203
+ body.hub.layout-software-index & {
207
204
  color: $hub-software--primary-color;
208
205
  }
209
- body.layout-spec-index & {
206
+ body.hub.layout-spec-index & {
210
207
  color: $hub-specs--primary-color;
211
208
  }
212
209
  }
@@ -2,6 +2,7 @@ body > .underlay > header,
2
2
  body > .underlay > footer {
3
3
  display: flex;
4
4
  flex-flow: row wrap;
5
+ align-items: center;
5
6
 
6
7
  @media screen and (min-width: $bigscreen-breakpoint) {
7
8
  flex-flow: row nowrap;
@@ -15,7 +16,6 @@ body > .underlay > footer {
15
16
  line-height: .5;
16
17
  font-size: 24px;
17
18
 
18
- text-transform: lowercase;
19
19
  color: white;
20
20
  font-weight: 600;
21
21
 
@@ -59,7 +59,7 @@ body > .underlay > footer {
59
59
  > .text {
60
60
  > .title {
61
61
  font-size: 44px;
62
- font-weight: bold;
62
+ font-weight: 700;
63
63
  margin: 0 0 20px 0;
64
64
  line-height: 1.2;
65
65
  }
@@ -74,7 +74,6 @@ body > .underlay > footer {
74
74
  font-weight: 800;
75
75
  font-size: 18px;
76
76
  padding: 12px 18px;
77
- border-radius: 4px;
78
77
 
79
78
  .icon {
80
79
  margin-right: 10px;
@@ -93,21 +92,17 @@ body > .underlay > footer {
93
92
  }
94
93
  }
95
94
  }
96
- body.layout-software-index > & {
95
+ body.hub.layout-software-index > & {
97
96
  background: $hub-software--hero-background;
98
97
  }
99
- body.layout-spec-index > & {
98
+ body.hub.layout-spec-index > & {
100
99
  background: $hub-specs--hero-background;
101
100
  }
102
101
  body.layout-home > & {
103
102
  background: $superhero-background;
103
+ }
104
104
 
105
- @media screen and (min-width: $widescreen-breakpoint) {
106
- background:
107
- repeat-x bottom center/auto 30px url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='80' height='10' viewBox='0 0 80 10'><polygon fill='white' points='0,0 28,0 35,10 45,10 52,0 80,0 80,10 0,10'/></svg>"),
108
- $superhero-background;
109
- }
110
-
105
+ body.hub.layout-home > & {
111
106
  > .hero {
112
107
  text-align: left;
113
108
 
@@ -147,6 +142,7 @@ body > .underlay > header {
147
142
  flex: 1;
148
143
 
149
144
  > * {
145
+ display: inline-block;
150
146
  font-weight: 600;
151
147
  margin-right: 20px;
152
148
  padding: 6px 10px 6px 10px;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-open-project
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.pre3
4
+ version: 1.0.0.pre4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-27 00:00:00.000000000 Z
11
+ date: 2018-06-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '3.7'
19
+ version: 3.8.3
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '3.7'
26
+ version: 3.8.3
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: jekyll-seo-tag
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -38,20 +38,48 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '2.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: jekyll-data
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: git
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
41
69
  - !ruby/object:Gem::Dependency
42
70
  name: jekyll-theme-open-project-helpers
43
71
  requirement: !ruby/object:Gem::Requirement
44
72
  requirements:
45
73
  - - "~>"
46
74
  - !ruby/object:Gem::Version
47
- version: 0.1.6
75
+ version: 1.0.0.pre
48
76
  type: :runtime
49
77
  prerelease: false
50
78
  version_requirements: !ruby/object:Gem::Requirement
51
79
  requirements:
52
80
  - - "~>"
53
81
  - !ruby/object:Gem::Version
54
- version: 0.1.6
82
+ version: 1.0.0.pre
55
83
  - !ruby/object:Gem::Dependency
56
84
  name: bundler
57
85
  requirement: !ruby/object:Gem::Requirement
@@ -136,6 +164,7 @@ files:
136
164
  - _includes/home-project.html
137
165
  - _includes/index-page-hero.html
138
166
  - _includes/index-page-item-filter.html
167
+ - _includes/item-doc-page.html
139
168
  - _includes/legal.html
140
169
  - _includes/logo.html
141
170
  - _includes/nav-page-link.html
@@ -143,7 +172,9 @@ files:
143
172
  - _includes/project-nav.html
144
173
  - _includes/social-links.html
145
174
  - _includes/software-card-hub.html
175
+ - _includes/software-symbol.html
146
176
  - _includes/symbol.svg
177
+ - _includes/tag-list.html
147
178
  - _includes/title.html
148
179
  - _layouts/blog-index.html
149
180
  - _layouts/default.html