solar-flair 0.2.2 → 0.2.3
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 +5 -5
- data/README.md +1 -1
- data/_includes/footer.html +5 -5
- data/_includes/head.html +8 -7
- data/_layouts/home.html +12 -12
- data/_layouts/page.html +1 -1
- data/assets/images/paisley.jpg +0 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: '080381b9e069b7dc7e0ecdb6b990e54f3275f9c08363a1fc88a95aef9d154dc1'
|
|
4
|
+
data.tar.gz: '09a60f70d3388e45465f6c56f779a2d266035c538cf869a155d16a64a5a139b4'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7ba92a30328e28ab6f8382575c9d02d3344ef6f152caf6745d304f09289bf2e612ac64f059316be1c30301764cfaf14bb7cc1b6a6fc541d5924677881fd87563
|
|
7
|
+
data.tar.gz: 9322e3c7b02b7132a31dd4767c331fd18c7a58dd8baadf306978304176b832a7e639dacd65fa32b953632d395b262ea0be580577ff7d66a2229f6b2c08f26bf1
|
data/README.md
CHANGED
|
@@ -6,7 +6,7 @@ Solar Flair is an open source project and the Jekyll theme that [Solar Innovatio
|
|
|
6
6
|
|
|
7
7
|
The theme is designed to have 4 primary branding colors that can be toggled on/off through the config file.
|
|
8
8
|
|
|
9
|
-
The [demo site](http://flair.planning.solar/) shows
|
|
9
|
+
The [demo site](http://flair.planning.solar/) shows the different theme styles.
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
## Installation
|
data/_includes/footer.html
CHANGED
|
@@ -137,11 +137,11 @@
|
|
|
137
137
|
|
|
138
138
|
{% else %}
|
|
139
139
|
{% if jekyll.environment == "production" %}
|
|
140
|
-
<script
|
|
141
|
-
<script
|
|
142
|
-
<script
|
|
143
|
-
<script
|
|
144
|
-
<script
|
|
140
|
+
<script src="https://flair.planning.solar/assets/jquery/dist/jquery.min.js" media="nope!" onload="this.media='all'"></script>
|
|
141
|
+
<script src="https://flair.planning.solar/assets/jquery.easing/jquery.easing.min.js" media="nope!" onload="this.media='all'"></script>
|
|
142
|
+
<script src="https://flair.planning.solar/assets/bootstrap/dist/js/bootstrap.bundle.min.js" media="nope!" onload="this.media='all'"></script>
|
|
143
|
+
<script src="https://flair.planning.solar/assets//scrollreveal/dist/scrollreveal.min.js" media="nope!" onload="this.media='all'"></script>
|
|
144
|
+
<script src="https://flair.planning.solar/assets/solar-flair.min.js" media="nope!" onload="this.media='all'"></script>
|
|
145
145
|
{% else %}
|
|
146
146
|
<script src="/assets/jquery/dist/jquery.js" media="nope!" onload="this.media='all'"></script>
|
|
147
147
|
<script src="/assets/jquery.easing/jquery.easing.js" media="nope!" onload="this.media='all'"></script>
|
data/_includes/head.html
CHANGED
|
@@ -74,20 +74,21 @@
|
|
|
74
74
|
{% elsif site.asset_cdn == 1 }
|
|
75
75
|
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.css" rel="stylesheet" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
|
|
76
76
|
<link href="https://use.fontawesome.com/releases/v5.0.7/css/all.css" rel="stylesheet">
|
|
77
|
+
|
|
77
78
|
{% else %}
|
|
78
79
|
{% if jekyll.environment == "production" %}
|
|
79
|
-
<link rel="
|
|
80
|
-
<link rel="
|
|
80
|
+
<link async rel="preload" href="https://flair.planning.solar/assets/bootstrap/dist/css/bootstrap.min.css" as="style" onload="this.rel='stylesheet'">
|
|
81
|
+
<link async rel="preload" href="https://flair.planning.solar/assets/font-awesome/web-fonts-with-css/css/fontawesome-all.min.css" as="style" onload="this.rel='stylesheet'">
|
|
81
82
|
{% else %}
|
|
82
|
-
<link rel="stylesheet" href="
|
|
83
|
-
<link rel="stylesheet" href="
|
|
83
|
+
<link rel="stylesheet" href="https://flair.planning.solar//assets/bootstrap/dist/css/bootstrap.css" media="nope!" onload="this.media='all'">
|
|
84
|
+
<link rel="stylesheet" href="https://flair.planning.solar/assets/font-awesome/web-fonts-with-css/css/fontawesome-all.css" media="nope!" onload="this.media='all'">
|
|
84
85
|
{% endif %}
|
|
85
86
|
{% endif %}
|
|
86
87
|
|
|
87
|
-
<link rel="
|
|
88
|
+
<link async rel="preload" href="{{ "/assets/main.css" | relative_url }}" as="style" onload="this.rel='stylesheet'">
|
|
88
89
|
|
|
89
|
-
<link
|
|
90
|
-
<link
|
|
90
|
+
<link rel="canonical" href="{{ site.url | replace:'index.html','' | absolute_url }}">
|
|
91
|
+
<link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="{{ "/feed.xml" | relative_url }}">
|
|
91
92
|
|
|
92
93
|
|
|
93
94
|
|
data/_layouts/home.html
CHANGED
|
@@ -8,7 +8,7 @@ layout: default
|
|
|
8
8
|
|
|
9
9
|
<div class="jumbotron jumbotron-fluid eq-height home-{{ color }} vh{{ site.vertical_height }}" >
|
|
10
10
|
<div class="container bottom text-center py-5">
|
|
11
|
-
<h1 class="display-
|
|
11
|
+
<h1 class="display-5 mb-0 sr-contact">{{ site.title}}</h1>
|
|
12
12
|
<p class="lead p-1 bold sr-contact" >{{ site.slug }}</p>
|
|
13
13
|
<!-- <hr class="my-4"> -->
|
|
14
14
|
{% if site.cta_gs_url %}
|
|
@@ -53,7 +53,7 @@ layout: default
|
|
|
53
53
|
<div class="col-12">
|
|
54
54
|
<h2 class="text-center display-3">Goals of Solar Flair</h2>
|
|
55
55
|
</div>
|
|
56
|
-
<div class="text-center col-6 mb-3">
|
|
56
|
+
<div class="text-center col-lg-6 mb-3 col">
|
|
57
57
|
<p class="lead">
|
|
58
58
|
Solar Flair strives to meet and exceed standards in speed, responsive design, and accessibility.
|
|
59
59
|
</p>
|
|
@@ -66,9 +66,9 @@ layout: default
|
|
|
66
66
|
<div class="container">
|
|
67
67
|
<div class="row py-4" >
|
|
68
68
|
<div class="col-12 order-2 col-lg-7 order-lg-1 my-auto text-center">
|
|
69
|
-
<i class="align-middle
|
|
70
|
-
<i class="align-middle
|
|
71
|
-
<i class="align-middle
|
|
69
|
+
<i class="align-middle pl-5 fas fa-fighter-jet fa-3x text-l20-four sr-easeInOut" ></i>
|
|
70
|
+
<i class="align-middle pl-5 fas fa-fighter-jet fa-7x text-four sr-easeInOut" ></i>
|
|
71
|
+
<i class="align-middle pl-5 fas fa-fighter-jet fa-10x text-d20-four sr-easeInOut" ></i>
|
|
72
72
|
</div>
|
|
73
73
|
<div class="col-12 order-1 col-lg-5 order-lg-2 my-auto text-center p-5">
|
|
74
74
|
<div class="text-four promo">
|
|
@@ -90,10 +90,10 @@ layout: default
|
|
|
90
90
|
</div>
|
|
91
91
|
</div>
|
|
92
92
|
<div class="col-12 col-lg-7 my-auto text-center">
|
|
93
|
-
<i class="align-middle
|
|
94
|
-
<i class="align-middle
|
|
95
|
-
<i class="align-middle
|
|
96
|
-
<i class="align-middle
|
|
93
|
+
<i class="align-middle pl-3 pb-3 fas fa-mobile-alt fa-2x text-d10-one sr-pop-a" ></i>
|
|
94
|
+
<i class="align-middle pl-3 pb-3 fas fa-tablet-alt fa-3x text-d10-one sr-pop-b" ></i>
|
|
95
|
+
<i class="align-middle pl-3 pb-3 fas fa-laptop fa-4x text-d10-one sr-pop-c" ></i>
|
|
96
|
+
<i class="align-middle pl-3 pb-3 fas fa-desktop fa-5x text-d10-one sr-pop-d" ></i>
|
|
97
97
|
</div>
|
|
98
98
|
</div>
|
|
99
99
|
</div>
|
|
@@ -102,16 +102,16 @@ layout: default
|
|
|
102
102
|
<div class="col-12 py-4" >
|
|
103
103
|
<div class="container">
|
|
104
104
|
<div class="row ">
|
|
105
|
-
<div class="col-12 order-2 col-lg-3 order-lg-1 my-auto text-center">
|
|
105
|
+
<div class="col-12 order-2 col-lg-3 order-lg-1 my-auto text-center py-3">
|
|
106
106
|
<i class="align-middle fas fa-universal-access fa-10x text-d10-three sr-easeInOut" ></i>
|
|
107
107
|
</div>
|
|
108
|
-
<div class="col-12 order-1 col-lg-6 order-lg-2 my-auto text-center
|
|
108
|
+
<div class="col-12 order-1 col-lg-6 order-lg-2 my-auto text-center pt-5 pb-2">
|
|
109
109
|
<div class="text-three promo">
|
|
110
110
|
<h3 class="text-d10-three">Accessible</h3>
|
|
111
111
|
<p>One of Solar Flair's piorities is enabling any user the access to sites' using the theme</p>
|
|
112
112
|
</div>
|
|
113
113
|
</div>
|
|
114
|
-
<div class="col-12 order-2 col-lg-3 order-lg-3 my-auto text-center">
|
|
114
|
+
<div class="col-12 order-2 col-lg-3 order-lg-3 my-auto text-center py-3">
|
|
115
115
|
<i class="align-middle fab fa-accessible-icon fa-10x text-d10-three sr-easeInOut" ></i>
|
|
116
116
|
</div>
|
|
117
117
|
</div>
|
data/_layouts/page.html
CHANGED
|
@@ -21,7 +21,7 @@ layout: default
|
|
|
21
21
|
|
|
22
22
|
{% if page.cover == null %}
|
|
23
23
|
<div class="col-12">
|
|
24
|
-
<h1 class="display-
|
|
24
|
+
<h1 class="display-5 text-uppercase">{{ page.long_title | escape }}</h1>
|
|
25
25
|
<p class="lead" style="font-weight:400; padding:1% 0;">{{ page.description }}</p>
|
|
26
26
|
</div>
|
|
27
27
|
{% endif %}
|
data/assets/images/paisley.jpg
CHANGED
|
Binary file
|
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.
|
|
4
|
+
version: 0.2.3
|
|
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-
|
|
11
|
+
date: 2018-03-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -146,7 +146,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
146
146
|
version: '0'
|
|
147
147
|
requirements: []
|
|
148
148
|
rubyforge_project:
|
|
149
|
-
rubygems_version: 2.
|
|
149
|
+
rubygems_version: 2.7.6
|
|
150
150
|
signing_key:
|
|
151
151
|
specification_version: 4
|
|
152
152
|
summary: Solar Flair is a flexible Jekyll theme allowing users to compile colorful
|