solar-flair 0.2.7 → 0.2.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '09840ced87fdb1daa364a43a4e64a7394021f742604edb5121f18ba98861d5a8'
4
- data.tar.gz: '08600a950e7ba7c81daa00aaf938faa1d8ab3f0973d3a31e6b08656c77eb78bd'
3
+ metadata.gz: 5958866136dee0c900013a193f0e7d35b31000c892c57099f66346341d75da17
4
+ data.tar.gz: fd5ddec0bfa4421a9b060522640fa1d4a12449783f804112a240bd9976e7f121
5
5
  SHA512:
6
- metadata.gz: e5b7877589bb72de6104e9dc6b92f5605a6ce3d29301bf97c50eab1f4edc959c96592d8fb01498b6135ad35c6206a0d99f1fbf40381d1d6675581f2332420131
7
- data.tar.gz: bd770b26efb1bfbbeb5724246081d09621c385f1ab58b1fbbc40f279045f237eac77e3d2775785175bd55cb11f56182c1b02e1fe7797ff44ed023463760a0bb0
6
+ metadata.gz: 03dce11ab4d3bd4a39398925ddddc129cced197d2b188972d9f08fd3cc92abe850801e1e64946275bfcb7ecc9eee54cc546cd4893babaa6fc6f1ec4cc35175fc
7
+ data.tar.gz: 523b04f049a7e78235318e78a3bdec0a835952e548e2089005724351b4e471bd304d54ea3b8e6911eab690c04e63c9d1c95978529749d368366174994bdfc93b
@@ -139,11 +139,11 @@
139
139
 
140
140
  {% else %}
141
141
  {% if jekyll.environment == "production" %}
142
- <script src="https://flair.planning.solar/assets/jquery/dist/jquery.min.js" media="nope!" onload="this.media='all'"></script>
143
- <script src="https://flair.planning.solar/assets/jquery.easing/jquery.easing.min.js" media="nope!" onload="this.media='all'"></script>
144
- <script src="https://flair.planning.solar/assets/bootstrap/dist/js/bootstrap.bundle.min.js" media="nope!" onload="this.media='all'"></script>
145
- <script src="https://flair.planning.solar/assets//scrollreveal/dist/scrollreveal.min.js" media="nope!" onload="this.media='all'"></script>
146
- <script src="https://flair.planning.solar/assets/solar-flair.min.js" media="nope!" onload="this.media='all'"></script>
142
+ <script src="https://flair.planning.solar/assets/jquery/dist/jquery.min.js" media="nope!" onload="this.media='all'"></script>
143
+ <script src="https://flair.planning.solar/assets/jquery.easing/jquery.easing.min.js" media="nope!" onload="this.media='all'"></script>
144
+ <script src="https://flair.planning.solar/assets/bootstrap/dist/js/bootstrap.bundle.min.js" media="nope!" onload="this.media='all'"></script>
145
+ <script src="https://flair.planning.solar/assets//scrollreveal/dist/scrollreveal.min.js" media="nope!" onload="this.media='all'"></script>
146
+ <script src="https://flair.planning.solar/assets/solar-flair.min.js" media="nope!" onload="this.media='all'"></script>
147
147
  {% else %}
148
148
  <script src="/assets/jquery/dist/jquery.js" media="nope!" onload="this.media='all'"></script>
149
149
  <script src="/assets/jquery.easing/jquery.easing.js" media="nope!" onload="this.media='all'"></script>
data/_layouts/page.html CHANGED
@@ -29,7 +29,7 @@ layout: default
29
29
 
30
30
 
31
31
  {% if content %}
32
- <div class="col">
32
+ <div class="col" id="content">
33
33
 
34
34
  {{ content | inject_anchors }}
35
35
  </div>
@@ -47,7 +47,7 @@ layout: default
47
47
  {{ content | toc_only }}
48
48
  {% endif %}
49
49
 
50
- {% assign ad = page.ad | default: site.ad %}
50
+ {% assign ad = page.ad | default: false %}
51
51
  {% if ad %}
52
52
  {% include ad.html %}
53
53
  {% endif %}
@@ -0,0 +1,135 @@
1
+ body > main > article > div.col-12.col-md-4 > h4
2
+ #content, article {
3
+ h1{
4
+ line-height: 170%;
5
+ word-spacing: .05em;
6
+ color: darken($color-grey, 20);
7
+
8
+ &.display-1{
9
+ color: darken($color-grey, 15);
10
+ }
11
+ &.display-2{
12
+ color: darken($color-grey, 15);
13
+ }
14
+ &.display-3{
15
+ color: darken($color-grey, 15);
16
+ }
17
+ &.display-4{
18
+ color: darken($color-grey, 15);
19
+ }
20
+ &.display-5{
21
+ color: darken($color-grey, 15);
22
+ }
23
+ }
24
+ h2{
25
+ line-height: 170%;
26
+ word-spacing: .05em;
27
+ color: darken($color-grey, 20);
28
+ text-transform: uppercase;
29
+ margin-bottom: 0%;
30
+ font-size: 2.5em;
31
+ font-weight: 800;
32
+ margin-left: -2px;
33
+
34
+ &.display-1{
35
+ color: darken($color-grey, 15);
36
+ }
37
+ &.display-2{
38
+ color: darken($color-grey, 15);
39
+ }
40
+ &.display-3{
41
+ color: darken($color-grey, 15);
42
+ }
43
+ &.display-4{
44
+ color: darken($color-grey, 15);
45
+ }
46
+ &.display-5{
47
+ color: darken($color-grey, 15);
48
+ }
49
+ }
50
+ h3{
51
+ line-height: 170%;
52
+ word-spacing: .05em;
53
+ color: darken($color-grey, 20);
54
+ margin-bottom: 0%;
55
+ font-size: 1.7em;
56
+ font-weight: 300;
57
+
58
+ &.display-1{
59
+ color: darken($color-grey, 15);
60
+ }
61
+ &.display-2{
62
+ color: darken($color-grey, 15);
63
+ }
64
+ &.display-3{
65
+ color: darken($color-grey, 15);
66
+ }
67
+ &.display-4{
68
+ color: darken($color-grey, 15);
69
+ }
70
+ &.display-5{
71
+ color: darken($color-grey, 15);
72
+ }
73
+ }
74
+ h4{
75
+ line-height: 170%;
76
+ word-spacing: .05em;
77
+ color: darken($color-grey, 20);
78
+ margin-bottom: 0%;
79
+ font-size: 1.3em;
80
+ font-weight: 400;
81
+
82
+ &.display-1{
83
+ color: darken($color-grey, 15);
84
+ }
85
+ &.display-2{
86
+ color: darken($color-grey, 15);
87
+ }
88
+ &.display-3{
89
+ color: darken($color-grey, 15);
90
+ }
91
+ &.display-4{
92
+ color: darken($color-grey, 15);
93
+ }
94
+ &.display-5{
95
+ color: darken($color-grey, 15);
96
+ }
97
+ }
98
+ h5{
99
+ line-height: 170%;
100
+ word-spacing: .05em;
101
+ color: darken($color-grey, 5);
102
+ margin-bottom: 0%;
103
+ font-size: 1em;
104
+ font-weight: 800;
105
+
106
+ &.display-1{
107
+ color: darken($color-grey, 15);
108
+ }
109
+ &.display-2{
110
+ color: darken($color-grey, 15);
111
+ }
112
+ &.display-3{
113
+ color: darken($color-grey, 15);
114
+ }
115
+ &.display-4{
116
+ color: darken($color-grey, 15);
117
+ }
118
+ &.display-5{
119
+ color: darken($color-grey, 15);
120
+ }
121
+ }
122
+ p{
123
+ color: darken($color: $color-grey, $amount: 25);
124
+ line-height: 170%;
125
+ word-spacing: .05em;
126
+ font-size: .9em;
127
+ }
128
+
129
+
130
+
131
+
132
+
133
+
134
+
135
+ }
@@ -52,6 +52,7 @@ $on-laptop: 800px !default;
52
52
  "solar-flair/typeography",
53
53
  "solar-flair/lists",
54
54
  "solar-flair/jumbotron",
55
+ "solar-flair/headers",
55
56
  "solar-flair/home"
56
57
  // "solar-flair/layout",
57
58
  // "solar-flair/syntax-highlighting"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solar-flair
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicholas D. Kline
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-21 00:00:00.000000000 Z
11
+ date: 2018-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -79,6 +79,7 @@ files:
79
79
  - _sass/solar-flair.scss
80
80
  - _sass/solar-flair/_base.scss
81
81
  - _sass/solar-flair/_gradients.scss
82
+ - _sass/solar-flair/_headers.scss
82
83
  - _sass/solar-flair/_home.scss
83
84
  - _sass/solar-flair/_hr.scss
84
85
  - _sass/solar-flair/_jumbotron.scss