solar-flair 0.2.1 → 0.2.2
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.
- checksums.yaml +4 -4
- data/README.md +3 -1
- data/_sass/solar-flair.scss +3 -11
- data/assets/images/cloth.png +0 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fbf576d8633f1307bf451095cd10a90d32b5da7e
|
|
4
|
+
data.tar.gz: 52994e79bcc91d83035636acbca13f6ed78550c6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8b300de9e09dbca175bcafcd5dc520935e0ca7c0639e7c5443809ebe0b362b747f49f5d0f100173888d4ec2e0bbb98024e95e09a942c861b7e5b23e5128f2c8a
|
|
7
|
+
data.tar.gz: a747ec2136ee925ba7b17845aed523615c5013cf255135e081a1e9b7216ba8dc5d9422af99a9a27d6d51efbe5b76761aade9b8b4fcae3eaedb0486512f18a0ae
|
data/README.md
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
# Solar Flair
|
|
2
2
|
|
|
3
|
+
[](https://badge.fury.io/rb/solar-flair)
|
|
4
|
+
|
|
3
5
|
Solar Flair is an open source project and the Jekyll theme that [Solar Innovations](https://solarinnovations.com) uses accross their [Planning.Solar websites](https://planning.solar).
|
|
4
6
|
|
|
5
7
|
The theme is designed to have 4 primary branding colors that can be toggled on/off through the config file.
|
|
6
8
|
|
|
7
|
-
The [demo site](http://
|
|
9
|
+
The [demo site](http://flair.planning.solar/) shows four different theme styles.
|
|
8
10
|
|
|
9
11
|
|
|
10
12
|
## Installation
|
data/_sass/solar-flair.scss
CHANGED
|
@@ -98,10 +98,10 @@ font-weight: 500;
|
|
|
98
98
|
body{
|
|
99
99
|
background:
|
|
100
100
|
linear-gradient(
|
|
101
|
-
rgba(255, 255, 255, 0.
|
|
102
|
-
rgba(255, 255, 255, 0.
|
|
101
|
+
rgba(255, 255, 255, 0.75),
|
|
102
|
+
rgba(255, 255, 255, 0.75)
|
|
103
103
|
),
|
|
104
|
-
url('/assets/images/
|
|
104
|
+
url('/assets/images/cloth.png');
|
|
105
105
|
}
|
|
106
106
|
|
|
107
107
|
|
|
@@ -155,15 +155,7 @@ main.page-content{
|
|
|
155
155
|
display: flex;
|
|
156
156
|
}
|
|
157
157
|
|
|
158
|
-
body{
|
|
159
|
-
background:
|
|
160
|
-
linear-gradient(
|
|
161
|
-
rgba(255, 255, 255, 0.95),
|
|
162
|
-
rgba(255, 255, 255, 0.95)
|
|
163
|
-
),
|
|
164
|
-
url('/assets/images/canvas.jpg');
|
|
165
158
|
|
|
166
|
-
}
|
|
167
159
|
|
|
168
160
|
|
|
169
161
|
.requestquote{
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: solar-flair
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nicholas D. Kline
|
|
@@ -118,6 +118,7 @@ files:
|
|
|
118
118
|
- assets/fonts/Open_Sans/OpenSans-SemiBold.ttf
|
|
119
119
|
- assets/fonts/Open_Sans/OpenSans-SemiBoldItalic.ttf
|
|
120
120
|
- assets/images/canvas.jpg
|
|
121
|
+
- assets/images/cloth.png
|
|
121
122
|
- assets/images/paisley.jpg
|
|
122
123
|
- assets/images/pattern.svg
|
|
123
124
|
- assets/images/squares.jpg
|