jekyll-theme-centos 2.15.0 → 2.16.0
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '099e175d1ecebf2864c891b00e5a907480b1ff749239bffc217feeaa00291e8f'
|
|
4
|
+
data.tar.gz: 8ef9a533736cf11b5f4d05f37bad414d9b4f83303704a469c939b20ae26417cb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 394d18b1c1011c8925699f854404a92e1ce6646b4a394e5f3111b3c1e31a5dd050965295b2a1a7c8f48d760f8296a65fadde5f7c3e7de4be7282ff996c78d365
|
|
7
|
+
data.tar.gz: fa60a0a4f674949251a7df84cf4e9bb08922185c753263096c48c74af47ef37768273e4c54b1ef20450848ed51b7e28bd822f744e6a51374968378f2cd85c94c
|
|
@@ -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
|