jekyll-theme-centos 2.3.0.beta.38 → 2.3.0.beta.39

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: 53f0f320834da20478cc442c0c803e270438200c11eeb56d8edc294ccb6072bc
4
- data.tar.gz: 9aaf07b834b7872a18c37b30001d6b51b7a02394edec625c1fefa3da6e4f96f8
3
+ metadata.gz: 0f12038786dc63bf56b59302ead8bf57dd18c00fa2f7221eefa6170e1b2d5fec
4
+ data.tar.gz: 2cf9ceff93de792aefe508ca63a153d056b09508e7c35a211b0f701dceabf800
5
5
  SHA512:
6
- metadata.gz: 5cd7b37373160b767fd5ca5c4e0398e55a4479806dcf3cb76e1adbba7f514b9a194ae82712c5d2896fd2dc1ef7793524214e18852eb2699eb2fa21c5df8e2027
7
- data.tar.gz: a34069c5c95ffd16fa7d568c771815aa557b59bbd4d8e6664f5a8965a83a6da5e889e916043ae8f1e13e30fbf655ef4e5dd65371fe152668531e72098af02914
6
+ metadata.gz: 54c89563a59153b4a77305cf53019fade194832c76211549c18cdecd610b2e289c4d6d950115b65a08318c5263d32d78ea12b91e2e5479ff560243685ed393b7
7
+ data.tar.gz: 991d8851305466d132368534a864f06a02dffa110306353977986eeb2e9edb5cc2ae1bfbd822a2d5d7d823f5ca6a3d848e2eda61bc0a589db634d76f8ca34006
@@ -1,4 +1,4 @@
1
- <footer class="footer pt-3 bg-dark small text-light" style="background: url({{ site.baseurl }}/assets/img/centos-motif.png) right center / cover;">
1
+ <footer class="footer pt-3 bg-dark small text-light">
2
2
 
3
3
  <div class="container">
4
4
  <div class="row justify-content-between mt-4 pt-4">
data/_layouts/home.html CHANGED
@@ -14,6 +14,8 @@
14
14
  {% include home/news-and-events.html %}
15
15
  {% include home/planet.html %}
16
16
 
17
+ </main>
18
+
17
19
  {% include footer.html -%}
18
20
 
19
21
  <script src="{{ site.baseurl }}/assets/js/bootstrap.bundle.min.js"></script>
@@ -5,13 +5,16 @@
5
5
  // (toc) links, the heading is hidden behind the navbar. This workaround fixes
6
6
  // the linked headings visibility issue in the page.
7
7
  // --------------------------------------------------------------------------------
8
- h1,h2,h3,h4,h5,h6 {
9
- &::before {
10
- display: block;
11
- height: 6rem;
12
- margin-top: -6rem;
13
- visibility: hidden;
14
- content: "";
8
+
9
+ main {
10
+ h1,h2,h3,h4,h5,h6 {
11
+ &::before {
12
+ display: block;
13
+ height: 6rem;
14
+ margin-top: -6rem;
15
+ visibility: hidden;
16
+ content: "";
17
+ }
18
+ margin-top: 3rem;
15
19
  }
16
- margin-top: 3rem;
17
20
  }
@@ -8,7 +8,6 @@ $centos-color-4: #efa724;
8
8
  //
9
9
  // Bootstrap customization
10
10
  //
11
- $body-color: shade-color($centos-color-1, 75);
12
11
  $enable-rounded: true;
13
12
  $enable-negative-margins: true;
14
13
  $nav-pills-link-active-bg: $centos-color-1;
@@ -21,3 +20,5 @@ $dropdown-dark-bg: $dark;
21
20
  $font-family-sans-serif: Montserrat, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default;
22
21
  $font-family-monospace: overpass-mono, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default;
23
22
  $line-height-base: 1.75;
23
+ $link-hover-decoration: underline;
24
+ $headings-font-weight: 700;
@@ -1,12 +1,9 @@
1
1
  ---
2
2
  ---
3
3
  // Bootstrap
4
- @import "bootstrap/functions";
5
4
  @import "centos/variables";
6
5
  @import "bootstrap/bootstrap";
7
6
  @import "centos/headings";
8
- @import "centos/links";
9
- @import "centos/sponsors";
10
7
  @import "centos/sites/lists";
11
8
 
12
9
  // Fontawesome
@@ -1,12 +1,9 @@
1
1
  ---
2
2
  ---
3
3
  // Bootstrap
4
- @import "bootstrap/functions";
5
4
  @import "centos/variables";
6
5
  @import "bootstrap/bootstrap";
7
6
  @import "centos/headings";
8
- @import "centos/links";
9
- @import "centos/sponsors";
10
7
 
11
8
  // Fontawesome
12
9
  @import "fontawesome-free/fontawesome";
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.3.0.beta.38
4
+ version: 2.3.0.beta.39
5
5
  platform: ruby
6
6
  authors:
7
7
  - Release
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-26 00:00:00.000000000 Z
11
+ date: 2023-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -218,7 +218,6 @@ files:
218
218
  - _sass/bootstrap/vendor/_rfs.scss
219
219
  - _sass/centos/_headings.scss
220
220
  - _sass/centos/_links.scss
221
- - _sass/centos/_sponsors.scss
222
221
  - _sass/centos/_variables.scss
223
222
  - _sass/centos/sites/_lists.scss
224
223
  - _sass/fontawesome-free/_animated.scss
@@ -1,112 +0,0 @@
1
- /* Sponsors' rolling images used in the homepage.
2
- *
3
- * Thanks Anand Vunnam for sharing the code used as reference.
4
- * https://bbbootstrap.com/snippets/bootstrap-5-rolling-images-animation-33714815
5
- **/
6
- @keyframes roll {
7
- 0% {
8
- left: 0%;
9
- }
10
- 100% {
11
- left: -100%;
12
- }
13
- }
14
- @keyframes roll-reverse {
15
- 0% {
16
- left: 100%;
17
- }
18
- 100% {
19
- left: 0%; }
20
- }
21
- @keyframes roll-clockwise {
22
- 0% {
23
- left: -100%;
24
- }
25
- 100% {
26
- left: 0%; }
27
- }
28
- @keyframes roll-reverse-clockwise {
29
- 0% {
30
- left: 0%;
31
- }
32
- 100% {
33
- left: 100%;
34
- }
35
- }
36
- .container {
37
- .start-roller {
38
- left: 0;
39
- top: 0;
40
- background-image: linear-gradient(to right, #f8f9fa 30%, #f8f9fa00);
41
- }
42
- .end-roller {
43
- right: 0;
44
- top: 0;
45
- background-image: linear-gradient(to left, #f8f9fa 30%, #f8f9fa00);
46
- }
47
- .start-roller, .end-roller {
48
- height: 100%;
49
- width: 40px;
50
- position: absolute;
51
- z-index: 1;
52
- }
53
- .rollers {
54
- flex: 0 0 230px;
55
- .wrapper {
56
- position: relative;
57
- // You may need to adjust the wrapper width based on the number of images
58
- // you are loading. In our case, 15600px is fine to present 65 images.
59
- // The image size expected is 200x60 pixels.
60
- width: 15600px;
61
- height: 80px;
62
- margin: 0 0 20px 0;
63
- flex: 0 0 auto;
64
- .items-container {
65
- display: flex;
66
- align-items: center;
67
- position: absolute;
68
- width: 100%;
69
- height: 100%;
70
- animation-duration: 240s;
71
- animation-iteration-count: infinite;
72
- animation-timing-function: linear;
73
- &.roll-LL {
74
- animation-name: roll;
75
- }
76
- &.roll-RL {
77
- animation-name: roll-reverse;
78
- left: 100%;
79
- }
80
- &.reverse-roll-LL {
81
- animation-name: roll-clockwise;
82
- left: -100%;
83
- }
84
- &.reverse-roll-RL {
85
- animation-name: roll-reverse-clockwise;
86
- left: 100%;
87
- }
88
- .item {
89
- flex: 1 1 200px;
90
- min-width: 0;
91
- margin: 20px;
92
- .company {
93
- filter: grayscale(100%);
94
- opacity: 0.2;
95
- width: 100%;
96
- object-fit: scale-down;
97
- opacity: 0.4;
98
- &:hover {
99
- filter: grayscale(0%);
100
- opacity: 1;
101
- cursor: pointer;
102
- }
103
- }
104
- img {
105
- vertical-align: middle;
106
- height: 60px;
107
- }
108
- }
109
- }
110
- }
111
- }
112
- }