jekyll-theme-centos 2.15.0 → 2.17.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/base/footer.html +0 -4
- data/_includes/sponsors/carousel.html +4 -4
- data/assets/icons/android-chrome-192.png +0 -0
- data/assets/icons/android-chrome-512.png +0 -0
- data/assets/icons/apple-touch-icon.png +0 -0
- data/assets/icons/favicon-16.png +0 -0
- data/assets/icons/favicon-32.png +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7ffe276b580d21507ce3d015889f678b23396f23aead23a15b20b51a65f335e6
|
4
|
+
data.tar.gz: 23c665bfda01c362d552293dbd5ae298587b7e0f7b02729ce3eaac3b38b68aa7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b568679f8e550485f0e71ead8a26773ca989a726c4d836bb64fa2d2b3bdada80baabe941cd0c750d6ae70d50c19be47a31376118b8acdc2e77f06be913a59a4
|
7
|
+
data.tar.gz: a5f9c04f48b3a1ae2945edab03125d2f20287a2e8ed96b6f1ac6be1dd6ee41b8e6505dccd494679f70d0cc3463afae194684b09321e8ba58b34b93a2e0f4277c
|
data/_includes/base/footer.html
CHANGED
@@ -28,10 +28,6 @@
|
|
28
28
|
{% endfor %}
|
29
29
|
</div>
|
30
30
|
|
31
|
-
{% if site.data.sponsors.carousel and site.data.sponsors.db and site.with_sponsors == true %}
|
32
|
-
{% include sponsors/carousel %}
|
33
|
-
{% endif %}
|
34
|
-
|
35
31
|
<div class="row border-top border-primary border-5">
|
36
32
|
<div class="col-sm-12 col-lg-8">
|
37
33
|
<h4 class="fw-bold pt-3">{{ site.title }}</h4>
|
@@ -1,20 +1,20 @@
|
|
1
1
|
{% assign html = site.data.sponsors.carousel %}
|
2
2
|
{% assign sponsors = site.data.sponsors.db %}
|
3
3
|
|
4
|
-
<div class="row p-5 bg-light text-body-emphasis justify-content-between">
|
4
|
+
<div class="row p-5 bg-light text-body-emphasis justify-content-between align-items-center">
|
5
5
|
|
6
|
-
<div class="col-sm-12 col-
|
6
|
+
<div class="col-sm-12 col-xl-7">
|
7
7
|
<h4><i class="{{ html.icon }}"></i> {{ html.title }}</h4>
|
8
8
|
<p class="lead">{{ html.message }}</p>
|
9
9
|
</div>
|
10
10
|
|
11
|
-
<div class="col-sm-12 col-
|
11
|
+
<div class="col-sm-12 col-xl-5">
|
12
12
|
<div id="carouselSponsorSlidesOnly" class="carousel slide carousel-fade" data-bs-ride="carousel">
|
13
13
|
<div class="carousel-inner">
|
14
14
|
{% for sponsor in sponsors %}
|
15
15
|
{% if sponsor.is_active != false %}
|
16
16
|
<div class="carousel-item{% if forloop.first %} active{% endif %}">
|
17
|
-
<div class="card p-
|
17
|
+
<div class="card p-3 text-center">
|
18
18
|
<a href="{{ sponsor.address }}"><img src="{{ site.url }}{{ site.baseurl }}/assets/img/sponsors/{{ sponsor.logo }}" class="card-img-top" style="height: 60px; width: auto;" alt="{{ sponsor.name }}"></a>
|
19
19
|
</div>
|
20
20
|
</div>
|
Binary file
|
Binary file
|
Binary file
|
data/assets/icons/favicon-16.png
CHANGED
Binary file
|
data/assets/icons/favicon-32.png
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-centos
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.17.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ReleaseBot
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-07-
|
11
|
+
date: 2023-07-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|