jekyll-theme-lcsb-default 0.2.7 → 0.2.13

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
  SHA1:
3
- metadata.gz: dd40670e8b7a45a94c6a4d826bb9ee7395c7c8c8
4
- data.tar.gz: 829896176f72d30b4e7809b4e551a5eae2a999ca
3
+ metadata.gz: a4fce9c5cccb1fce55bf9d00251b1ba493a2474a
4
+ data.tar.gz: 13ef7aa70b4b4bcea0373df5dfdf15df9a7cfac0
5
5
  SHA512:
6
- metadata.gz: cd80e87ec090f19c41114d094e0611ab3076bb616bbdfe403b502ff5a88c3ddfa2efd4e989283f6869083ddafedff1c396125bc68e17446623229331cbb400cd
7
- data.tar.gz: e1bd99d96fe89e68bcefeb54a6e2a78fb8512d72d9700ea659de3ca05a484b3884d7487508fa1215697bb9f98f5fdeabeb41fbe538a70db4f0b9b6239056bebf
6
+ metadata.gz: 49a99dff5e7595a325a1453419ce80bb70b2c7ab89da3bf7094b4d4adfe98b0ad6194d69a4e09f364da1f0b6a159fe7fd0d94b38e8478f6865c5fb43b3511e73
7
+ data.tar.gz: fdf8bff629d9bd28663ad46a18f1e93e97f0effc19119bb88f5ec869b70e9ba9d41584d6475e554f44ca67600453633694b4929edbc282ce19845de3397a6c27
@@ -1,17 +1,21 @@
1
+ <footer class="site-footer h-card">
1
2
  <footer class="site-footer h-card">
2
3
  <div class="wrapper footer-wrapper">
3
4
  <data class="u-url" href="{{ "/" | relative_url }}"></data>
4
5
 
5
- {% comment %}<div>
6
- {%- include social.html -%}
7
- </div>{% endcomment %}
8
- <br/>
9
- <div class="footer-cp">
10
- <p>© <a href="https://wwwen.uni.lu/" target="_parent">Université du Luxembourg</a> {{ site.date | escape }}. All rights reserved.</p>
11
- {%- include social.html -%}
12
- </div>
13
- </div>
6
+ <div class="footer-cp">
7
+ <p>
8
+ <div class="r3-logo">
9
+ <img src="{{ '/assets/banners/r3-logo.svg' | relative_url }}"
10
+ type="image/svg+xml"/>
11
+ </div>
14
12
 
13
+ © <a href="https://wwwen.uni.lu/" target="_parent">Université du Luxembourg</a> {{ site.date | escape }}. All rights reserved.
15
14
 
15
+ {%- include social.html -%}
16
+
17
+ </p>
18
+ </div>
19
+ </div>
16
20
  </div>
17
21
  </footer>
@@ -40,11 +40,13 @@
40
40
  {%- assign my_pages = site.pages | sort:"order" -%}
41
41
 
42
42
  {%- for my_page in my_pages -%}
43
- {%- if my_page.title and my_page.autogen == nil -%}
44
- {%- if page.title contains my_page.title -%}
45
- <a class="active page-link{%- if site.new_menu -%}2 {%- endif -%}" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
46
- {% else %}
47
- <a class="page-link{%- if site.new_menu -%}2 {%- endif -%}" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
43
+ {%- if my_page.title and my_page.autogen == nil and my_page.order != -1 -%}
44
+ {%- if my_page.order != nil or my_page.order != '' or my_page.order > 0 -%}
45
+ {%- if page.title contains my_page.title -%}
46
+ <a class="active page-link{%- if site.new_menu -%}2 {%- endif -%}" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
47
+ {% else %}
48
+ <a class="page-link{%- if site.new_menu -%}2 {%- endif -%}" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
49
+ {%- endif -%}
48
50
  {%- endif -%}
49
51
  {%- endif -%}
50
52
  {%- endfor -%}
@@ -80,5 +80,5 @@ layout: default
80
80
  </ul>
81
81
  {% endif %}
82
82
 
83
- <p class="rss-subscribe" style="float: right; font-size: smaller;">subscribe <a href="{{ "/feed.xml" | relative_url }}">via RSS</a></p>
83
+ <p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | relative_url }}">via RSS</a></p>
84
84
  </div>
@@ -276,6 +276,7 @@ pre {
276
276
  table {
277
277
  margin-bottom: $spacing-unit;
278
278
  width: 100%;
279
+ font-size: smaller;
279
280
  text-align: $table-text-align;
280
281
  color: lighten($text-color, 18%);
281
282
  border-collapse: collapse;
@@ -296,7 +297,4 @@ table {
296
297
  td {
297
298
  border: 1px solid $grey-color-light;
298
299
  }
299
- }
300
-
301
-
302
-
300
+ }
@@ -388,4 +388,10 @@ html {
388
388
 
389
389
  .pager-active {
390
390
  background-color: #cbdce9;
391
+ }
392
+
393
+
394
+ .center-image {
395
+ margin: 0 auto;
396
+ display: block;
391
397
  }
@@ -4,6 +4,12 @@
4
4
  margin-top: 3px;
5
5
  }
6
6
 
7
+ .rss-subscribe {
8
+ float: right;
9
+ font-size: smaller;
10
+ height: 50px;
11
+ }
12
+
7
13
  // Normal (desktop) ========================================================
8
14
  .img-uni-lu {
9
15
  bottom: -2px;
@@ -39,6 +45,14 @@
39
45
  right: 0px;
40
46
  }
41
47
 
48
+ .r3-logo {
49
+ float: left;
50
+ position: relative;
51
+ top: -10px;
52
+ width: 40px;
53
+ left: 100px;
54
+ }
55
+
42
56
  .social-media-list {
43
57
  float: right;
44
58
  padding-right: 2%;
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 74.49348 61.03634"><defs><style>.cls-1{fill:#00aae5;}.cls-2{fill:#ee2e27;}.cls-3{fill:#575b5e;}</style></defs><title>r3-logo</title><path class="cls-1" d="M6.357,5.404H24.93465c2.66455,0,8.13672,0,11.95313,2.44824a12.20339,12.20339,0,0,1,5.76074,10.58447,12.58858,12.58858,0,0,1-9.793,12.60107c4.96826,1.29639,7.20069,3.52832,7.92041,10.00928.72022,6.12012,1.22412,10.58447,3.24024,16.34522H36.31161c-1.15186-3.45606-1.87207-9.793-2.376-13.75342-.86426-7.56055-2.66455-9.7207-11.377-9.7207H13.48592V57.39228H6.357Zm6.98486,22.39355h11.377c.792,0,4.89649,0,6.84034-1.15186a7.38711,7.38711,0,0,0,3.52832-6.76855c0-8.4248-7.48829-8.4248-10.36866-8.4248h-11.377Z"/><path class="cls-2" d="M54.233,26.88886c-.042,2.687,1.7627,4.60058,5.33106,4.60058,4.07129,0,5.79248-2.52441,5.79248-5.00732a4.91709,4.91709,0,0,0-4.19776-4.9668,16.85245,16.85245,0,0,0-4.02978-.20361V18.01435c2.89648.24414,7.76611-.32618,7.76611-4.88575,0-3.17529-2.22509-4.437-5.12158-4.437-2.18262,0-4.91113.936-5.28906,4.437H50.24471c.252-7.002,7.05225-7.69384,9.40283-7.69384,6.33887,0,9.48682,3.70459,9.48682,7.61279,0,2.32031-1.30127,5.65869-5.79248,6.63574a6.67064,6.67064,0,0,1,6.2124,6.83936c0,3.94873-3.31592,8.30469-10.07422,8.30469-3.06445,0-6.1289-.855-7.97558-2.93116a7.21833,7.21833,0,0,1-1.72119-5.00732Z"/><path class="cls-1" d="M54.69958,48.74348a.96351.96351,0,1,1-.96312.96354.96345.96345,0,0,1,.96312-.96354Z"/><path class="cls-1" d="M54.719,52.30486a.79507.79507,0,1,1-.79472.79472.79481.79481,0,0,1,.79472-.79472Z"/><path class="cls-1" d="M54.70675,55.57764a.65185.65185,0,1,1-.65188.65258.65176.65176,0,0,1,.65188-.65258Z"/><path class="cls-1" d="M51.36924,48.74348a.96351.96351,0,1,1-.96346.96354.96344.96344,0,0,1,.96346-.96354Z"/><path class="cls-1" d="M51.37607,52.30486a.79507.79507,0,1,1-.79471.79472.79487.79487,0,0,1,.79471-.79472Z"/><path class="cls-1" d="M51.37642,55.57764a.65185.65185,0,1,1-.65188.65258.65193.65193,0,0,1,.65188-.65258Z"/><path class="cls-1" d="M58.04928,52.30486a.79507.79507,0,1,1-.79471.79472.79482.79482,0,0,1,.79471-.79472Z"/><path class="cls-1" d="M58.06426,55.57764a.65185.65185,0,1,1-.65181.65258.65223.65223,0,0,1,.65181-.65258Z"/><path class="cls-1" d="M61.3946,52.30486a.79507.79507,0,1,1-.79472.79472.79475.79475,0,0,1,.79472-.79472Z"/><path class="cls-1" d="M61.38979,55.57764a.65185.65185,0,1,1-.65181.65258.65194.65194,0,0,1,.65181-.65258Z"/><path class="cls-1" d="M64.73,52.30486a.79507.79507,0,1,1-.79471.79472.79475.79475,0,0,1,.79471-.79472Z"/><path class="cls-1" d="M64.71978,55.57764a.65185.65185,0,1,1-.65112.65258.65214.65214,0,0,1,.65112-.65258Z"/><path class="cls-1" d="M68.06746,52.30486a.79507.79507,0,1,1-.79471.79472.7949.7949,0,0,1,.79471-.79472Z"/><path class="cls-1" d="M68.0729,55.58858a.65185.65185,0,1,1-.65181.65182.65193.65193,0,0,1,.65181-.65182Z"/><path class="cls-2" d="M64.72319,46.8996a.96333.96333,0,1,1,.96347-.96354.9629.9629,0,0,1-.96347.96354Z"/><path class="cls-2" d="M64.70417,43.33891a.79489.79489,0,1,1,.79472-.79506.79579.79579,0,0,1-.79472.79506Z"/><path class="cls-2" d="M64.715,40.06578a.65185.65185,0,1,1,.65188-.65188.65193.65193,0,0,1-.65188.65188Z"/><path class="cls-2" d="M68.05186,46.8996a.96333.96333,0,1,1,.96277-.96354.96346.96346,0,0,1-.96277.96354Z"/><path class="cls-2" d="M68.04433,43.33891a.79489.79489,0,1,1,.79479-.79506.79474.79474,0,0,1-.79479.79506Z"/><path class="cls-2" d="M68.04572,40.06578a.65185.65185,0,1,1,.65182-.65188.652.652,0,0,1-.65182.65188Z"/><path class="cls-2" d="M61.36192,46.8996a.96333.96333,0,1,1,.96347-.96354.96331.96331,0,0,1-.96347.96354Z"/><path class="cls-2" d="M61.37349,43.33891a.79489.79489,0,1,1,.79541-.79506.79475.79475,0,0,1-.79541.79506Z"/><path class="cls-2" d="M61.35788,40.06578a.65185.65185,0,1,1,.65181-.65188.65194.65194,0,0,1-.65181.65188Z"/><path class="cls-2" d="M58.04552,46.8996a.96333.96333,0,1,1,.96319-.96354.9632.9632,0,0,1-.96319.96354Z"/><path class="cls-2" d="M58.02852,43.33891a.79489.79489,0,1,1,.79506-.79506.79475.79475,0,0,1-.79506.79506Z"/><path class="cls-2" d="M58.03228,40.06578a.65185.65185,0,1,1,.65181-.65188.6517.6517,0,0,1-.65181.65188Z"/><path class="cls-2" d="M54.71553,46.89988a.96313.96313,0,1,1,.96319-.96313.96293.96293,0,0,1-.96319.96313Z"/><path class="cls-2" d="M54.69073,43.33891a.79489.79489,0,1,1,.79507-.79506.79505.79505,0,0,1-.79507.79506Z"/><path class="cls-2" d="M54.702,40.06578a.65185.65185,0,1,1,.65188-.65188.652.652,0,0,1-.65188.65188Z"/><path class="cls-2" d="M51.372,44.95217a.96316.96316,0,1,1-.96312.96319.96323.96323,0,0,1,.96312-.96319Z"/><path class="cls-2" d="M51.35531,43.33891a.79489.79489,0,1,1,.79471-.79506.795.795,0,0,1-.79471.79506Z"/><path class="cls-2" d="M51.34918,40.05589a.65185.65185,0,1,1,.65188-.65188.65193.65193,0,0,1-.65188.65188Z"/><polygon class="cls-3" points="57.565 50.791 58.917 50.791 58.917 50.487 57.91 50.487 57.91 48.384 57.565 48.384 57.565 50.791 57.565 50.791"/><polygon class="cls-3" points="57.565 50.791 58.917 50.791 58.917 50.487 57.91 50.487 57.91 48.384 57.565 48.384 57.565 50.791 57.565 50.791"/><path class="cls-3" d="M62.41318,48.44548a1.32346,1.32346,0,0,0-.54158-.1034,1.19964,1.19964,0,0,0-1.27311,1.2343,1.18563,1.18563,0,0,0,1.26969,1.25534,1.51106,1.51106,0,0,0,.54841-.0857l-.0211-.33479a1.18911,1.18911,0,0,1-.52389.117.94178.94178,0,0,1,.017-1.88276.966.966,0,0,1,.49671.13475l.02787-.33479Z"/><path class="cls-3" d="M62.41318,48.44548a1.32346,1.32346,0,0,0-.54158-.1034,1.19964,1.19964,0,0,0-1.27311,1.2343,1.18563,1.18563,0,0,0,1.26969,1.25534,1.51106,1.51106,0,0,0,.54841-.0857l-.0211-.33479a1.18911,1.18911,0,0,1-.52389.117.94178.94178,0,0,1,.017-1.88276.966.966,0,0,1,.49671.13475l.02787-.33479Z"/><path class="cls-3" d="M65.405,48.42778a1.60684,1.60684,0,0,0-.51371-.0857c-.43477,0-.77228.22721-.77228.65523,0,.74845,1.03426.60011,1.03426,1.13766a.43066.43066,0,0,1-.47219.39331,1.45854,1.45854,0,0,1-.50013-.117l-.0347.3205a1.61219,1.61219,0,0,0,.4933.1c.48313,0,.87979-.20345.87979-.71717,0-.79339-1.03488-.68651-1.03488-1.14853,0-.25173.22721-.3205.42049-.3205a1.05242,1.05242,0,0,1,.45178.10005l.04827-.31779Z"/><path class="cls-3" d="M65.405,48.42778a1.60684,1.60684,0,0,0-.51371-.0857c-.43477,0-.77228.22721-.77228.65523,0,.74845,1.03426.60011,1.03426,1.13766a.43066.43066,0,0,1-.47219.39331,1.45854,1.45854,0,0,1-.50013-.117l-.0347.3205a1.61219,1.61219,0,0,0,.4933.1c.48313,0,.87979-.20345.87979-.71717,0-.79339-1.03488-.68651-1.03488-1.14853,0-.25173.22721-.3205.42049-.3205a1.05242,1.05242,0,0,1,.45178.10005l.04827-.31779Z"/><path class="cls-3" d="M67.40813,50.79089h.641c.48989,0,.91783-.12451.91783-.64164a.56359.56359,0,0,0-.55859-.5797v-.00683a.55714.55714,0,0,0,.49672-.57224c0-.44495-.345-.60694-.84509-.60694h-.65188v2.40735Zm.345-1.09683H67.977c.2966,0,.62394.0517.62394.4239,0,.32455-.279.38991-.58925.38991h-.25856v-.81381Zm0-1.02813h.362c.2,0,.445.07281.445.35862,0,.35514-.28309.38649-.61788.38649h-.1891v-.74511Z"/><path class="cls-3" d="M67.40813,50.79089h.641c.48989,0,.91783-.12451.91783-.64164a.56359.56359,0,0,0-.55859-.5797v-.00683a.55714.55714,0,0,0,.49672-.57224c0-.44495-.345-.60694-.84509-.60694h-.65188v2.40735Zm.345-1.09683H67.977c.2966,0,.62394.0517.62394.4239,0,.32455-.279.38991-.58925.38991h-.25856v-.81381Zm0-1.02813h.362c.2,0,.445.07281.445.35862,0,.35514-.28309.38649-.61788.38649h-.1891v-.74511Z"/></svg>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-lcsb-default
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Trefex
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-06-18 00:00:00.000000000 Z
12
+ date: 2018-07-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jekyll
@@ -101,6 +101,7 @@ files:
101
101
  - assets/banners/frozen/logos.svg
102
102
  - assets/banners/frozen/motto.svg
103
103
  - assets/banners/lcsb-logo.svg
104
+ - assets/banners/r3-logo.svg
104
105
  - assets/banners/uni-logo.svg
105
106
  - assets/bg-overlay.svg
106
107
  - assets/favicon.png