jekyll-lux-covid-theme 0.0.11 → 0.0.12

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: 47c5007ea642f8ffabfb9df16ace174f2e39419ae3f8b2ed7d5759966e7f066e
4
- data.tar.gz: 32aa6823e3f264dedd19cc49ad03b4034cce7129611ce2f13625ed7cc09ad0e4
3
+ metadata.gz: 9c7df2206037ce5efcca06aad8e291fbacdd0b5bdb27562918db32beafc7d448
4
+ data.tar.gz: 6b3296278cb224881148e3f2f36b81632cba28d94bfa9cd31ba10fb7319a908a
5
5
  SHA512:
6
- metadata.gz: f39d2692e733306eeb878904cfe2c48c5aed6e229fb4679319648b0a2ccb7f9f04242dbd3922c1f20cb501f3f52a2779b0a4640cb5a0121dce011d405fcc77c6
7
- data.tar.gz: 6d5a767de504dd529c8c8dc4638b68ccd46d0a80256f92889055231d2055779b6a9defc2878084e54eb4dc51dfc8b206460f5fb4f39268017ed0be6716cf048c
6
+ metadata.gz: 4536005c3d2813bd6570b14bba2859258ae5113be4fe93c1bb192c32131e2b91a74b83e86236742db1c2974e79368f3419ec49e0f53257d2ac3fd122504e05e7
7
+ data.tar.gz: f34b2b34f8943620d4bcf89978ed0bdd1d25570195c7c1c459a3404ccf39ecb776acd5918782be3f20f6816a10c8b6a1c1b7541283f774be0cb84f4fd84ee71d
@@ -1,4 +1,4 @@
1
- <footer class="partners">
1
+ <footer class="partners">
2
2
  <div class="partners-container">
3
3
  <img class="img-banner-logos mesr" alt="MESR" src="{{ '/assets/logos/mesr.jpg' | relative_url }}" />
4
4
  <img class="img-banner-logos fnr" alt="FNR" src="{{ '/assets/logos/fnr.png' | relative_url }}" />
@@ -17,12 +17,12 @@
17
17
  <p>
18
18
  <span class="footer-cp-text">
19
19
  © <a href="https://www.fnr.lu/research-in-luxembourg" target="_parent">
20
- <strong>Research Luxembourg</strong>,
20
+ Research Luxembourg
21
21
  </a>
22
22
  {{ 'now' | date: "%Y" }}. All rights reserved.
23
23
 
24
24
  {%- include mini_footer.html -%}
25
- </span>
25
+ </span>
26
26
 
27
27
  <span class="powered_by">
28
28
  Powered by:
@@ -30,7 +30,7 @@
30
30
  <img class="mini-logo" src="{{ 'assets/logos/elixirlu.png' | relative_url }}" />
31
31
  </span>
32
32
  </p>
33
-
33
+
34
34
  {%- include social.html -%}
35
35
  </div>
36
36
  </div>
data/_includes/head.html CHANGED
@@ -4,10 +4,19 @@
4
4
  <meta name="viewport" content="width=device-width, initial-scale=1">
5
5
  <title>{{ site.title }}</title>
6
6
  {%- seo -%}
7
- <link rel="shortcut icon" type="image/png" href="{{ '/assets/favicon.png' | relative_url }}"/>
8
- <link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
7
+ <link rel="stylesheet" href="{{ '/assets/main.css' | relative_url }}">
9
8
  <link rel="stylesheet" href="{{ '/assets/fontawesome/css/fontawesome-all.min.css' | relative_url }}">
10
-
9
+
10
+ <link rel="apple-touch-icon" sizes="180x180" href="{{ '/assets/favicon/apple-touch-icon.png' | relative_url }}">
11
+ <link rel="icon" type="image/png" sizes="32x32" href="{{ '/assets/favicon/favicon-32x32.png' | relative_url }}">
12
+ <link rel="icon" type="image/png" sizes="16x16" href="{{ '/assets/favicon/favicon-16x16.png' | relative_url }}">
13
+ <link rel="manifest" href="{{ '/assets/favicon/site.webmanifest' | relative_url }}">
14
+ <link rel="mask-icon" href="{{ '/assets/favicon/safari-pinned-tab.svg' | relative_url }}" color="#5bbad5">
15
+ <link rel="shortcut icon" href="{{ '/assets/favicon/favicon.ico' | relative_url }}">
16
+ <meta name="msapplication-TileColor" content="#da532c">
17
+ <meta name="msapplication-config" content="{{ '/assets/favicon/browserconfig.xml' | relative_url }}">
18
+ <meta name="theme-color" content="#ffffff">
19
+
11
20
  {%- include css-imports.html -%}
12
-
21
+
13
22
  </head>
@@ -0,0 +1,3 @@
1
+ <p>
2
+ <a href="">Additional link</a>
3
+ </p>
@@ -11,7 +11,7 @@ footer.partners {
11
11
  @media screen and (min-width: 1050px) {
12
12
  min-height: 80px;
13
13
  }
14
-
14
+
15
15
  @media screen and (max-width: 430px) {
16
16
  min-height: 180px;
17
17
  }
@@ -38,6 +38,10 @@ $logos_height: 40px !default;
38
38
  margin-right: 20px;
39
39
  margin-bottom: 10px;
40
40
 
41
+ &.mesr {
42
+ max-width: unset;
43
+ }
44
+
41
45
  &.fnr {
42
46
  max-width: unset;
43
47
  }
@@ -86,7 +90,7 @@ $logos_height: 40px !default;
86
90
  footer.partners {
87
91
  padding: 5px 10px 10px 10px;
88
92
  }
89
- }
93
+ }
90
94
 
91
95
  .mini-logo {
92
96
  max-height: 30px;
@@ -443,8 +443,8 @@ html {
443
443
  }
444
444
 
445
445
  .last-modified {
446
- font-size: smaller;
447
- color: #757575;
446
+ font-size: smaller;
447
+ color: #757575;
448
448
  }
449
449
 
450
450
  .logos {
@@ -458,4 +458,7 @@ html {
458
458
  float: right;
459
459
  margin-bottom: 10px;
460
460
  padding-right: 10px;
461
+ right: 0;
462
+ position: absolute;
463
+ top: .5em;
461
464
  }
Binary file
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <browserconfig>
3
+ <msapplication>
4
+ <tile>
5
+ <square150x150logo src="/assets/favicon/mstile-150x150.png"/>
6
+ <TileColor>#da532c</TileColor>
7
+ </tile>
8
+ </msapplication>
9
+ </browserconfig>
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,37 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
3
+ "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
4
+ <svg version="1.0" xmlns="http://www.w3.org/2000/svg"
5
+ width="784.000000pt" height="784.000000pt" viewBox="0 0 784.000000 784.000000"
6
+ preserveAspectRatio="xMidYMid meet">
7
+ <metadata>
8
+ Created by potrace 1.11, written by Peter Selinger 2001-2013
9
+ </metadata>
10
+ <g transform="translate(0.000000,784.000000) scale(0.100000,-0.100000)"
11
+ fill="#000000" stroke="none">
12
+ <path d="M6522 7746 c-50 -51 -94 -91 -97 -88 -3 3 -5 1 -5 -5 0 -6 -19 -29
13
+ -42 -52 -24 -22 -38 -41 -33 -42 32 -1 412 -1 420 1 6 1 15 1 20 0 27 -5 465
14
+ -1 474 5 6 3 11 3 11 -2 0 -4 63 -7 139 -6 125 2 140 1 145 -15 2 -9 4 -239 4
15
+ -510 -1 -270 2 -495 5 -498 3 -4 3 -14 -1 -23 -6 -13 -8 -53 -3 -95 1 -5 64
16
+ 53 141 130 l140 139 0 577 0 578 -613 0 -614 0 -91 -94z"/>
17
+ <path d="M5807 6884 c-4 -4 -41 -8 -82 -8 l-75 -1 -135 -135 c-74 -74 -135
18
+ -137 -135 -140 0 -3 274 -5 608 -5 l608 0 -1 -572 c0 -315 2 -573 5 -573 3 0
19
+ 66 61 140 135 74 74 138 135 143 135 4 0 5 5 1 12 -11 17 -11 228 0 228 5 0 5
20
+ 6 0 13 -5 6 -8 31 -7 55 4 53 4 43 1 195 -2 71 0 133 3 139 4 6 3 25 -1 44 -5
21
+ 21 -4 34 2 34 7 0 7 5 1 13 -10 15 -10 97 0 115 5 6 5 12 0 12 -10 0 -10 251
22
+ 0 267 12 19 -17 32 -66 29 -27 -1 -50 2 -53 6 -3 5 -11 5 -17 1 -7 -5 -37 -7
23
+ -67 -6 -30 2 -61 3 -67 3 -25 0 -103 0 -115 0 -7 0 -58 -1 -113 -3 -55 -1
24
+ -106 1 -112 6 -8 6 -13 6 -13 0 0 -4 -26 -7 -57 -6 -32 2 -62 3 -68 3 -5 0
25
+ -36 -1 -67 -3 -32 -1 -58 1 -58 6 0 4 -6 5 -12 0 -17 -10 -171 -10 -179 0 -3
26
+ 4 -8 4 -12 1z"/>
27
+ <path d="M0 5333 l0 -593 593 -592 594 -593 589 0 589 0 3 593 2 594 -592 591
28
+ -591 592 -594 1 -593 0 0 -593z"/>
29
+ <path d="M4116 5318 l-587 -587 0 -582 c0 -319 3 -584 6 -587 4 -4 267 -7 586
30
+ -7 l580 0 587 586 587 587 1 586 c0 322 -2 586 -5 587 -3 1 -267 2 -587 3
31
+ l-580 1 -588 -587z"/>
32
+ <path d="M592 1777 l-592 -592 0 -593 0 -592 593 0 592 0 593 593 592 592 0
33
+ 593 0 592 -593 0 -592 0 -593 -593z"/>
34
+ <path d="M3559 2368 c-1 -2 -2 -268 -3 -592 l-1 -589 594 -594 593 -593 592 0
35
+ 592 0 0 594 -1 594 -591 591 -591 591 -592 0 c-325 0 -591 -1 -592 -2z"/>
36
+ </g>
37
+ </svg>
@@ -0,0 +1,19 @@
1
+ {
2
+ "name": "",
3
+ "short_name": "",
4
+ "icons": [
5
+ {
6
+ "src": "/assets/favicon/android-chrome-192x192.png",
7
+ "sizes": "192x192",
8
+ "type": "image/png"
9
+ },
10
+ {
11
+ "src": "/assets/favicon/android-chrome-512x512.png",
12
+ "sizes": "512x512",
13
+ "type": "image/png"
14
+ }
15
+ ],
16
+ "theme_color": "#ffffff",
17
+ "background_color": "#ffffff",
18
+ "display": "standalone"
19
+ }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-lux-covid-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - jaceklebioda_lux
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-30 00:00:00.000000000 Z
11
+ date: 2020-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -99,7 +99,16 @@ files:
99
99
  - assets/banners/fnr/logos.svg
100
100
  - assets/banners/fnr/motto.svg
101
101
  - assets/bg-overlay.svg
102
- - assets/favicon.png
102
+ - assets/favicon/android-chrome-192x192.png
103
+ - assets/favicon/android-chrome-512x512.png
104
+ - assets/favicon/apple-touch-icon.png
105
+ - assets/favicon/browserconfig.xml
106
+ - assets/favicon/favicon-16x16.png
107
+ - assets/favicon/favicon-32x32.png
108
+ - assets/favicon/favicon.ico
109
+ - assets/favicon/mstile-150x150.png
110
+ - assets/favicon/safari-pinned-tab.svg
111
+ - assets/favicon/site.webmanifest
103
112
  - assets/fontawesome/css/all.css
104
113
  - assets/fontawesome/css/all.min.css
105
114
  - assets/fontawesome/css/brands.css
data/assets/favicon.png DELETED
Binary file