jekyll-theme-lcsb-default 0.4.12 → 0.4.15

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: 4704be501eb9b662f9ea6e937886126c5bfbd928a4c54acac2d1a759adfb589c
4
- data.tar.gz: b76c14876bc498415bba918c69c57f6a7ac46d8b254a0c6c7ea9ad62ea0de123
3
+ metadata.gz: fc2cc14157741acaa5c25975f4265416cec5ef94c3d37a4d238cd4e8186ae2d5
4
+ data.tar.gz: c192000de4fa17d41a639b8ae0bcf292bd989a9475bcb3de36385df7c1391fbe
5
5
  SHA512:
6
- metadata.gz: 293c90ab8a8d51bb600cbd1bf15ff6577019fdb817bb0a84bfb9b67831402e97e99d525c4ef7c332e0c65729fed133f07a916c5ca4f22d9534eccee3d9287414
7
- data.tar.gz: 7f49afc582ef60ac187f72e136289924daebb42a1a65463dec6495797633a2f6b2ba8928847aa55180e95767e86887416b58e59e6307491e85ceca58a7047606
6
+ metadata.gz: 87881e86a7362416e522a21841e59f831d83e77ef534d322088aaa008841a49a7462e2af05d7bdfc53b6e69b747ea53db2472393415981aa9e887e066a1d3a1c
7
+ data.tar.gz: 265cf77b18ebe489bc3423474b70608760ae0afbe8fce626b19395f85376aa8595100815ddf54acd17e59a213df48ac0709a20c5fd4329cb79294fed5f850d2d
data/_includes/head.html CHANGED
@@ -21,6 +21,9 @@
21
21
  <meta name="msapplication-TileColor" content="#da532c">
22
22
  <meta name="msapplication-config" content="{{ '/assets/favicon/browserconfig.xml' | relative_url }}">
23
23
  <meta name="theme-color" content="#ffffff"> {%- include css-imports.html -%}
24
+
25
+ {%- include scripts-head.html -%}
26
+
24
27
  {% if site.siteID > 0 %}
25
28
  <script>
26
29
  const settings = {
@@ -35,7 +38,6 @@
35
38
  cookieDomain: "{{ site.cookieDomain }}",
36
39
  }
37
40
  </script>
38
- <script src="https://analytics.lcsb.uni.lu/lap/static/js/jquery.min.js"></script>
39
41
  <script src="https://analytics.lcsb.uni.lu/lap/static/js/lap.js"></script>
40
42
  <link rel="stylesheet" type="text/css" href="https://analytics.lcsb.uni.lu/lap/static/css/lap.css" />
41
43
  {%- endif -%}
@@ -0,0 +1,3 @@
1
+ {% comment %}
2
+ Add here additional javascript libraries and code that need to be loaded first.
3
+ {% endcomment %}
@@ -2,15 +2,15 @@
2
2
  {%- if site.facebook_username -%}<li><a href="https://www.facebook.com/{{ site.facebook_username| cgi_escape | escape }}" target="_parent"><svg class="svg-icon svg-icon-fb"><use xlink:href="{{ '/assets/minima-social-icons.svg#facebook' | relative_url }}"></use></svg></a></li>{%- endif -%}
3
3
  {%- if site.twitter_username -%}<li><a href="https://www.twitter.com/{{ site.twitter_username| cgi_escape | escape }}" target="_parent"><svg class="svg-icon svg-icon-twitter"><use xlink:href="{{ '/assets/minima-social-icons.svg#twitter' | relative_url }}"></use></svg></a></li>{%- endif -%}
4
4
  {%- if site.linkedin_schoolname -%}<li><a href="https://www.linkedin.com/school/{{ site.linkedin_schoolname| cgi_escape | escape }}" target="_parent"><svg class="svg-icon svg-icon-linkedin"><use xlink:href="{{ '/assets/minima-social-icons.svg#linkedin' | relative_url }}"></use></svg></a></li>{%- endif -%}
5
+ {%- if site.instagram_username -%}<li><a href="https://instagram.com/{{ site.instagram_username| cgi_escape | escape }}" target="_parent"><svg class="svg-icon svg-icon-instagram"><use xlink:href="{{ '/assets/minima-social-icons.svg#instagram' | relative_url }}"></use></svg></a></li>{%- endif -%}
6
+ {%- if site.youtube_username -%}<li><a href="https://youtube.com/{{ site.youtube_username| cgi_escape | escape }}" target="_parent"><svg class="svg-icon svg-icon-youtube"><use xlink:href="{{ '/assets/minima-social-icons.svg#youtube' | relative_url }}"></use></svg></a></li>{%- endif -%}
5
7
 
6
8
  {%- if site.dribbble_username -%}<li><a href="https://dribbble.com/{{ site.dribbble_username| cgi_escape | escape }}" target="_parent"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#dribbble' | relative_url }}"></use></svg> <span class="username">{{ site.dribbble_username| escape }}</span></a></li>{%- endif -%}
7
9
  {%- if site.flickr_username -%}<li><a href="https://www.flickr.com/photos/{{ site.flickr_username| cgi_escape | escape }}" target="_parent"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#flickr' | relative_url }}"></use></svg> <span class="username">{{ site.flickr_username| escape }}</span></a></li>{%- endif -%}
8
10
  {%- if site.github_username -%}<li><a href="https://github.com/{{ site.github_username| cgi_escape | escape }}" target="_parent"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#github' | relative_url }}"></use></svg> <span class="username">{{ site.github_username| escape }}</span></a></li>{%- endif -%}
9
- {%- if site.instagram_username -%}<li><a href="https://instagram.com/{{ site.instagram_username| cgi_escape | escape }}" target="_parent"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#instagram' | relative_url }}"></use></svg> <span class="username">{{ site.instagram_username| escape }}</span></a></li>{%- endif -%}
10
11
  {%- if site.linkedin_username -%}<li><a href="https://www.linkedin.com/in/{{ site.linkedin_username| cgi_escape | escape }}" target="_parent"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#linkedin' | relative_url }}"></use></svg> <span class="username">{{ site.linkedin_schoolname| escape }}</span></a></li>{%- endif -%}
11
12
  {%- if site.pinterest_username -%}<li><a href="https://www.pinterest.com/{{ site.pinterest_username| cgi_escape | escape }}" target="_parent"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#pinterest' | relative_url }}"></use></svg> <span class="username">{{ site.pinterest_username| escape }}</span></a></li>{%- endif -%}
12
13
  {%- for mst in site.mastodon -%}{%- if mst.username and mst.instance -%}<li><a href="https://{{ mst.instance| cgi_escape | escape}}/@{{mst.username}}" target="_parent"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#mastodon' | relative_url }}"></use></svg> <span class="username">{{ mst.username|escape }}</span></a></li>{%- endif -%}{%- endfor -%}
13
- {%- if site.youtube_username -%}<li><a href="https://youtube.com/{{ site.youtube_username| cgi_escape | escape }}" target="_parent"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#youtube' | relative_url }}"></use></svg> <span class="username">{{ site.youtube_username| escape }}</span></a></li>{%- endif -%}
14
14
  {%- if site.googleplus_username -%}<li><a href="https://plus.google.com/{{ site.googleplus_username| escape }}" target="_parent"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#googleplus' | relative_url }}"></use></svg> <span class="username">{{ site.googleplus_username| escape }}</span></a></li>{%- endif -%}
15
15
  {%- if site.rss -%}<li><a href="{{ 'feed.xml' | relative_url }}" target="_parent"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#rss' | relative_url }}"></use></svg> <span>{{ site.rss | escape }}</span></a></li>{%- endif -%}
16
16
  </ul>
@@ -333,6 +333,16 @@ pre {
333
333
  transform: scale(1.3);
334
334
  }
335
335
 
336
+ .svg-icon-youtube:hover {
337
+ fill: #e61f1f;
338
+ transform: scale(1.3);
339
+ }
340
+
341
+ .svg-icon-instagram:hover {
342
+ fill: #b345b3;
343
+ transform: scale(1.3);
344
+ }
345
+
336
346
  .social-media-list {
337
347
  li + li {
338
348
  padding-top: 5px;
@@ -34,13 +34,13 @@
34
34
 
35
35
  .rgridblock {
36
36
  display:grid;
37
- grid-template-columns:repeat(3, 1fr);
37
+ grid-template-columns:repeat(3, 1fr);
38
38
  }
39
39
 
40
40
  @media only screen and (max-width: 768px) {
41
41
  .rgridblock {
42
42
  display: grid;
43
- grid-template-columns: 1fr;
43
+ grid-template-columns: 1fr;
44
44
  }
45
45
  }
46
46
 
@@ -49,29 +49,25 @@
49
49
 
50
50
  .rblock {
51
51
  margin: 0px 20px 50px 0px;
52
- padding: 10px 30px 10px 30px;
52
+ padding: 10px 30px 10px 30px;
53
53
  outline: 1px solid darkgrey;
54
54
  h3 {
55
55
  font-size: 15px;
56
56
  text-transform: uppercase;
57
57
  color: black;
58
58
  margin: 8px;
59
- padding: 0px;
60
-
59
+ padding: 0px;
60
+
61
61
  }
62
62
  p {
63
63
  color: #666666;
64
64
  @include relative-font-size(0.9);
65
- display: inline-block;
66
65
  vertical-align: middle;
67
66
  float: none;
68
67
  text-align: left;
69
- padding-top: 30px;
70
68
  }
71
-
72
-
73
69
  }
74
-
70
+
75
71
 
76
72
 
77
73
 
@@ -3,5 +3,5 @@
3
3
  # Note: keep the format of NUMBER.NUMBER.NUMBER (where NUMBER is [0-9]+);
4
4
  # Otherwise Gitlab-CI could fail to detect the version (see .gitlab-ci.yml) and auto-tag the job
5
5
  module Theme
6
- VERSION = "0.4.12"
6
+ VERSION = "0.4.15"
7
7
  end
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.4.12
4
+ version: 0.4.15
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: 2021-07-20 00:00:00.000000000 Z
12
+ date: 2022-06-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jekyll
@@ -82,6 +82,7 @@ files:
82
82
  - _includes/header.html
83
83
  - _includes/policy.html
84
84
  - _includes/script_add_bookmark.html
85
+ - _includes/scripts-head.html
85
86
  - _includes/scripts.html
86
87
  - _includes/social.html
87
88
  - _layouts/default.html
@@ -195,7 +196,7 @@ files:
195
196
  - assets/minima-social-icons.svg
196
197
  - assets/pdf.svg
197
198
  - lib/jekyll-theme-lcsb-default.rb
198
- homepage: https://git-r3lab.uni.lu/core-services/jekyll-theme-lcsb-default
199
+ homepage: https://gitlab.lcsb.uni.lu/core-services/jekyll-theme-lcsb-default
199
200
  licenses:
200
201
  - MIT
201
202
  metadata: {}