jekyll-lux-covid-theme 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 58c859172b490c5349967561f7e5c0ce54bd495f0a3928e5dc9f5f7cfcf1ac5d
4
+ data.tar.gz: dadfa0475622e10e28b5f0896abd37bd840886ea50ed7fdf29a106175fc0c919
5
+ SHA512:
6
+ metadata.gz: 5af77d73d951f2a6b9284c0325c793f8f9efb099f8a13cf36f19a0f6d00c26e0e1b69f02446c1f005ce612fb9001ba2f8f962a2d09bb0a5fcd6a371c5a0a642c
7
+ data.tar.gz: ff89f03d20c6f49c2634194be230de8ea814b1f4f735f982e8366bfca94cdb9b4afe8338e9e682763e5190890a2529a0cc89c075dcc3e434b7b4cae86f7f7716
data/LICENSE.TXT ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2020 LCSB
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -0,0 +1,41 @@
1
+ <footer class="partners">
2
+ <h2>Partners:</h2>
3
+ <div class="partners-container">
4
+ <img class="img-banner-logos fnr" alt="FNR" src="{{ '/assets/logos/fnr.png' | relative_url }}" />
5
+ <img class="img-banner-logos unilu" alt="University of Luxembourg" src="{{ '/assets/logos/lcsb_unilu.png' | relative_url }}" />
6
+ <img class="img-banner-logos govlu" alt="Goverment of Luxembourg" src="{{ '/assets/logos/logo_govLU.png' | relative_url }}" />
7
+ <img class="img-banner-logos lsru" alt="LSRU" src="{{ '/assets/logos/lsru.png' | relative_url }}" />
8
+ <img class="img-banner-logos list" alt="LIST" src="{{ '/assets/logos/LIST.png' | relative_url }}" />
9
+ <img class="img-banner-logos chl" alt="CHL" src="{{ '/assets/logos/chl.svg' | relative_url }}" type="image/svg+xml" />
10
+ <img class="img-banner-logos lih" alt="LIH" src="{{ '/assets/logos/lih.jpg' | relative_url }}" />
11
+ <img class="img-banner-logos zhrs" alt="ZHRS" src="{{ '/assets/logos/ZHRS.png' | relative_url }}" />
12
+ <img class="img-banner-logos liser" alt="LISER" src="{{ '/assets/logos/LISER.jpg' | relative_url }}" />
13
+ <img class="img-banner-logos chem" alt="CHEM" src="{{ '/assets/logos/chem.jpeg' | relative_url }}" />
14
+ <img class="img-banner-logos croix" alt="Croix Rouge Luxembourg" src="{{ '/assets/logos/croix_rouge.jpg' | relative_url }}" />
15
+ <img class="img-banner-logos ibbl" alt="IBBL" src="{{ '/assets/logos/ibbl.jpeg' | relative_url }}" />
16
+ <img class="img-banner-logos c2dh" alt="C2DH" src="{{ '/assets/logos/C2DH.jpeg' | relative_url }}" />
17
+ <img class="img-banner-logos elixir" alt="ELIXIR-LU" src="{{ '/assets/logos/elixirlu.png' | relative_url }}" />
18
+ </div>
19
+ </footer>
20
+
21
+ <footer class="site-footer h-card">
22
+ <div class="wrapper footer-wrapper">
23
+ <data class="u-url" href="{{ "/" | relative_url }}"></data>
24
+
25
+ <div class="footer-cp">
26
+ <p>
27
+ © <a href="https://www.fnr.lu/research-in-luxembourg" target="_parent">
28
+ <strong>Research Luxembourg</strong>,
29
+ </a>
30
+ {{ 'now' | date: "%Y" }}. All rights reserved.
31
+
32
+ {%- include social.html -%}
33
+ </p>
34
+ </div>
35
+ </div>
36
+ </footer>
37
+
38
+ {%- comment -%}
39
+ Placed in the bottom not to block loading of the other assets.
40
+ {%- endcomment -%}
41
+ <link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600&display=swap" rel="stylesheet">
@@ -0,0 +1,12 @@
1
+ <head>
2
+ <meta charset="utf-8">
3
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
4
+ <meta name="viewport" content="width=device-width, initial-scale=1">
5
+ {%- seo -%}
6
+ <link rel="shortcut icon" type="image/png" href="{{ '/assets/favicon.png' | relative_url }}"/>
7
+ <link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
8
+ <link rel="stylesheet" href="{{ '/assets/fontawesome/css/fontawesome-all.min.css' | relative_url }}">
9
+
10
+ {%- include css-imports.html -%}
11
+
12
+ </head>
@@ -0,0 +1,67 @@
1
+ <header class="site-header" role="banner">
2
+
3
+ <div>
4
+ {%- assign default_paths = site.pages | map: "path" -%}
5
+ {%- assign page_paths = site.header_pages | default: default_paths -%}
6
+
7
+ {%- if site.banner_link -%}
8
+ {%- assign banner_link = site.banner_link -%}
9
+ {%- else -%}
10
+ {%- assign banner_link = '/' | relative_url -%}
11
+ {%- endif -%}
12
+
13
+ <div class="custom-header">
14
+ <a href="{{ banner_link }}"><img class="img-research"
15
+ src="{{ '/assets/logos/research_lux.svg' | relative_url }}"
16
+ type="image/svg+xml"
17
+ /></a>
18
+ <img class="img-banner img-banner-main"
19
+ src="{{ '/assets/banners/' | relative_url }}{{ site.banner }}/banner.svg"
20
+ type="image/svg+xml"
21
+ />
22
+ <img class="img-banner img-banner-motto"
23
+ src="{{ '/assets/banners/' | relative_url }}{{ site.banner }}/motto.svg"
24
+ type="image/svg+xml"
25
+ />
26
+ </div>
27
+
28
+ {%- if page_paths -%}
29
+ <nav class="site-nav">
30
+ <input type="checkbox" id="nav-trigger" class="nav-trigger" />
31
+ <label for="nav-trigger">
32
+ <span class="menu-icon">
33
+ <svg viewBox="0 0 18 15" width="18px" height="15px">
34
+ <path fill="#424242" d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.031C17.335,0,18,0.665,18,1.484L18,1.484z"/>
35
+ <path fill="#424242" d="M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0c0-0.82,0.665-1.484,1.484-1.484 h15.031C17.335,6.031,18,6.696,18,7.516L18,7.516z"/>
36
+ <path fill="#424242" d="M18,13.516C18,14.335,17.335,15,16.516,15H1.484C0.665,15,0,14.335,0,13.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.031C17.335,12.031,18,12.696,18,13.516L18,13.516z"/>
37
+ </svg>
38
+ </span>
39
+ </label>
40
+
41
+ <div class="wrapper trigger page-tabs">
42
+ {%- assign my_pages = site.pages | sort:"order" -%}
43
+
44
+ {%- for my_page in my_pages -%}
45
+ {%- if my_page.title and my_page.autogen == nil and my_page.order != '' and my_page.order != nil -%}
46
+ {%- if my_page.order > 0 -%}
47
+ {%- if page.title contains my_page.title -%}
48
+ <a class="active page-link{%- if site.new_menu -%}2 {%- endif -%}" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
49
+ {% else %}
50
+ <a class="page-link{%- if site.new_menu -%}2 {%- endif -%}" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
51
+ {%- endif -%}
52
+ {%- endif -%}
53
+ {%- endif -%}
54
+ {%- endfor -%}
55
+ </div>
56
+ </nav>
57
+ {%- endif -%}
58
+
59
+ {%- if page_paths -%}
60
+ {%- endif -%}
61
+ </div>
62
+ </header>
63
+
64
+
65
+
66
+
67
+
@@ -0,0 +1,342 @@
1
+ /**
2
+ * Reset some basic elements
3
+ */
4
+ body, h1, h2, h3, h4, h5, h6,
5
+ p, blockquote, pre, hr,
6
+ dl, dd, ol, ul, figure {
7
+ margin: 0;
8
+ padding: 0;
9
+ }
10
+
11
+ html, body{
12
+ height: 100%;
13
+ }
14
+
15
+ @page {
16
+ margin: 2cm;
17
+ size: A4;
18
+ }
19
+
20
+ @page:right{
21
+ @bottom-right {
22
+ content: counter(page);
23
+ }
24
+ }
25
+
26
+ @page:left{
27
+ @bottom-left {
28
+ content: counter(page);
29
+ }
30
+ }
31
+
32
+ /**
33
+ * Basic styling
34
+ */
35
+ body {
36
+ font: $base-font-weight #{$base-font-size}/#{$base-line-height} $base-font-family;
37
+ color: $text-color;
38
+ -webkit-text-size-adjust: 100%;
39
+ -webkit-font-feature-settings: "kern" 1;
40
+ -moz-font-feature-settings: "kern" 1;
41
+ -o-font-feature-settings: "kern" 1;
42
+ font-feature-settings: "kern" 1;
43
+ font-kerning: normal;
44
+ background-color: #4fc3f20d;
45
+ }
46
+
47
+
48
+
49
+ /**
50
+ * Set `margin-bottom` to maintain vertical rhythm
51
+ */
52
+ h1, h2, h3, h4, h5, h6,
53
+ p, blockquote, pre,
54
+ ul, ol, dl, figure,
55
+ %vertical-rhythm {
56
+ margin-bottom: $spacing-unit / 2;
57
+ }
58
+
59
+
60
+
61
+ /**
62
+ * `main` element
63
+ */
64
+ main {
65
+ display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
66
+ }
67
+
68
+
69
+
70
+ /**
71
+ * Images
72
+ */
73
+ img {
74
+ max-width: 100%;
75
+ vertical-align: middle;
76
+ }
77
+
78
+
79
+
80
+ /**
81
+ * Figures
82
+ */
83
+ figure > img {
84
+ display: block;
85
+ }
86
+
87
+ figcaption {
88
+ font-size: $small-font-size;
89
+ }
90
+
91
+
92
+
93
+ /**
94
+ * Lists
95
+ */
96
+ ul, ol {
97
+ margin-left: $spacing-unit;
98
+ }
99
+
100
+ li {
101
+ > ul,
102
+ > ol {
103
+ margin-bottom: 0;
104
+ }
105
+ }
106
+
107
+
108
+
109
+ /**
110
+ * Headings
111
+ */
112
+ h1, h2, h3, h4, h5, h6 {
113
+ font-weight: $base-font-weight;
114
+ }
115
+
116
+
117
+
118
+ /**
119
+ * Links
120
+ */
121
+ a {
122
+ color: $brand-color;
123
+ text-decoration: none;
124
+ overflow-wrap: break-word;
125
+
126
+ @media print {
127
+ &:after {
128
+ content: " ["attr(href)"] ";
129
+ font-weight: 600;
130
+ text-decoration: underline;
131
+ }
132
+ }
133
+
134
+ &:visited {
135
+ // color: darken($brand-color, 15%);
136
+ color: $brand-color;
137
+ }
138
+
139
+ &:hover {
140
+ color: #ed1c24;
141
+ text-decoration: underline;
142
+ }
143
+
144
+ .social-media-list &:hover {
145
+ text-decoration: none;
146
+
147
+ .username {
148
+ text-decoration: underline;
149
+ }
150
+ }
151
+ }
152
+
153
+
154
+ /**
155
+ * Blockquotes
156
+ */
157
+ blockquote {
158
+ color: $grey-color;
159
+ border-left: 4px solid $grey-color-light;
160
+ padding-left: $spacing-unit / 2;
161
+ @include relative-font-size(1.125);
162
+ letter-spacing: -1px;
163
+ font-style: italic;
164
+
165
+ > :last-child {
166
+ margin-bottom: 0;
167
+ }
168
+ }
169
+
170
+
171
+
172
+ /**
173
+ * Code formatting
174
+ */
175
+ pre,
176
+ code {
177
+ @include relative-font-size(0.9375);
178
+ border: 1px solid $grey-color-light;
179
+ border-radius: 3px;
180
+ background-color: #f4f4f4;
181
+ }
182
+
183
+ code {
184
+ padding: 1px 5px;
185
+ }
186
+
187
+ pre {
188
+ padding: 8px 12px;
189
+ overflow-x: auto;
190
+
191
+ > code {
192
+ border: 0;
193
+ padding-right: 0;
194
+ padding-left: 0;
195
+ }
196
+ }
197
+
198
+
199
+ .main {
200
+ max-width: $content-width;
201
+ min-width: 375px;
202
+ margin-right: auto;
203
+ margin-left: auto;
204
+ min-height: 100%; /* fallback attribute */
205
+ min-height: calc(100% - 10px);
206
+
207
+ position: relative;
208
+ background-color: $background-color;
209
+ box-shadow: 0 10px 20px 0 #999999;
210
+
211
+ @include media-query($on-laptop) {
212
+ max-width: $content-width;
213
+ max-width: $content-width;
214
+ padding-right: $spacing-unit / 2;
215
+ padding-left: $spacing-unit / 2;
216
+ }
217
+ display: flex;
218
+ flex-direction: column;
219
+ height: auto;
220
+ }
221
+
222
+ @media print {
223
+ .main {
224
+ max-width: unset;
225
+ min-width: unset;
226
+ margin-right: 0px;
227
+ margin-left: 0px;
228
+ background-color: #fdfdfd;
229
+ box-shadow: unset;
230
+ }
231
+ }
232
+
233
+ .wrapper {
234
+ padding-right: $spacing-unit;
235
+ padding-left: $spacing-unit;
236
+ }
237
+
238
+ @media (max-width: 640px) {
239
+ .main {
240
+ padding-left: 0%;
241
+ padding-right: 0%;
242
+ }
243
+
244
+ .site-header[role=banner] {
245
+ height: 126px;
246
+ }
247
+ }
248
+
249
+ @media (max-width: 500px) {
250
+ .wrapper {
251
+ padding-left: 2%;
252
+ padding-right: 1%;
253
+ }
254
+
255
+ .main {
256
+ padding-left: 0%;
257
+ padding-right: 0%;
258
+ }
259
+
260
+ .site-header[role=banner] {
261
+ height: 70px;
262
+ }
263
+ }
264
+
265
+ /**
266
+ * Clearfix
267
+ */
268
+ %clearfix:after {
269
+ content: "";
270
+ display: table;
271
+ clear: both;
272
+ }
273
+
274
+
275
+
276
+ /**
277
+ * Icons
278
+ */
279
+
280
+ .svg-icon {
281
+ width: 16px;
282
+ height: 16px;
283
+ display: inline-block;
284
+ fill: #{$grey-color};
285
+ padding-right: 5px;
286
+ vertical-align: text-top;
287
+ transition: all .4s ease-in-out;
288
+ }
289
+
290
+ .svg-icon-fb:hover {
291
+ fill: #3b5998;
292
+ transform: scale(1.3);
293
+ }
294
+
295
+ .svg-icon-linkedin:hover {
296
+ fill: #0077b2;
297
+ transform: scale(1.3);
298
+ }
299
+
300
+ .svg-icon-twitter:hover {
301
+ fill: #00aced;
302
+ transform: scale(1.3);
303
+ }
304
+
305
+ .social-media-list {
306
+ li + li {
307
+ padding-top: 5px;
308
+ }
309
+ }
310
+
311
+
312
+
313
+ /**
314
+ * Tables
315
+ */
316
+ table {
317
+ margin-bottom: $spacing-unit;
318
+ width: 100%;
319
+ font-size: smaller;
320
+ text-align: $table-text-align;
321
+ color: lighten($text-color, 18%);
322
+ border-collapse: collapse;
323
+ border: 1px solid $grey-color-light;
324
+ tr {
325
+ &:nth-child(even) {
326
+ // background-color: lighten($grey-color-light, 6%);
327
+ background-color: #f0f0f0;
328
+ }
329
+ }
330
+ th, td {
331
+ padding: ($spacing-unit / 3) ($spacing-unit / 2);
332
+ }
333
+ th {
334
+ // background-color: lighten($grey-color-light, 3%);
335
+ background-color: #f0f0f0;
336
+ border: 1px solid darken($grey-color-light, 4%);
337
+ border-bottom-color: darken($grey-color-light, 12%);
338
+ }
339
+ td {
340
+ border: 1px solid $grey-color-light;
341
+ }
342
+ }
@@ -0,0 +1,48 @@
1
+ $COLOR_BOX_PRIMARY: #4085e4;
2
+ $COLOR_BOX_SECONDARY: #efefef;
3
+ $COLOR_BOX_FONT: #444;
4
+
5
+ .index-box-container {
6
+ columns: 2;
7
+ column-gap: 0px;
8
+ display: inline-block;
9
+ max-width: 100%;
10
+
11
+ @media (max-width: 800px) {
12
+ columns: 1;
13
+ }
14
+ }
15
+
16
+ .index-box {
17
+ width: 80%;
18
+ min-height: 120px;
19
+ display: inline-block;
20
+
21
+ padding: 10px 20px 0px 20px;
22
+
23
+ border: solid 2px $COLOR_BOX_SECONDARY;
24
+ margin-bottom: 25px;
25
+ border-radius: 0 0 15px 15px;
26
+ border-top: solid 5px $COLOR_BOX_PRIMARY;
27
+
28
+ &:hover {
29
+ border-color: #ddd;
30
+ border-top: solid 5px $COLOR_BOX_PRIMARY;
31
+ }
32
+
33
+ @media (max-width: 800px) {
34
+ width: 86%;
35
+ margin-right: 0;
36
+ }
37
+
38
+ h3 {
39
+ font-size: 20pt;
40
+ color: $COLOR_BOX_FONT;
41
+ margin-block-end: 10px;
42
+ border-bottom: solid 1px $COLOR_BOX_SECONDARY;
43
+ }
44
+
45
+ ul {
46
+ margin-block-end: 12px;
47
+ }
48
+ }
@@ -0,0 +1,63 @@
1
+ // ===== NEW FOOTER ==================================
2
+
3
+ footer.partners {
4
+ border-top: 1px solid #c2c2c2;
5
+ padding: 10px 40px 30px 90px;
6
+ }
7
+
8
+ .partners-container {
9
+ min-height: 400px;
10
+ display: inline;
11
+ }
12
+
13
+ .img-banner-logos {
14
+ max-width: 170px;
15
+ max-height: 60px;
16
+ margin-right: 20px;
17
+ margin-bottom: 10px;
18
+
19
+ &.fnr {
20
+ max-width: unset;
21
+ }
22
+
23
+ &.govlu {
24
+ max-width: unset;
25
+ }
26
+
27
+ &.lsru {
28
+ max-width: 190px;
29
+ }
30
+
31
+ &.lih {
32
+ max-width: unset;
33
+ max-height: 50px;
34
+ }
35
+
36
+ &.list {
37
+ max-width: unset;
38
+ }
39
+
40
+ &.chem {
41
+ max-width: unset;
42
+ max-height: 80px;
43
+ }
44
+
45
+ &.liser {
46
+ max-width: unset;
47
+ max-height: 80px;
48
+ }
49
+
50
+ &.wider {
51
+ max-width: 170px;
52
+ }
53
+
54
+ &.taller {
55
+ max-height: 90px;
56
+ }
57
+ }
58
+
59
+ @media (max-width: 640px) {
60
+ footer.partners {
61
+ padding: 5px 10px 10px 10px;
62
+ }
63
+ }
@@ -0,0 +1,82 @@
1
+ .fpage-content {
2
+ margin-top: 30px;
3
+ @include media-query($on-palm) {
4
+ margin-top: 5px;
5
+ padding-top: 0px;
6
+ }
7
+ padding: $spacing-unit 0;
8
+ padding-bottom: $footer-height;
9
+ }
10
+
11
+
12
+
13
+
14
+
15
+ .rtitle {
16
+ margin: 0px 20px 50px 0px;
17
+ padding: 30px;
18
+ border: 1px solid darkgrey;
19
+ h2 {
20
+ text-transform: uppercase;
21
+ font-size: 15px;
22
+ margin: 8px;
23
+ padding: 0px;
24
+ color:black;
25
+ }
26
+ p {
27
+ color: #666666;
28
+ @include relative-font-size(0.9);
29
+ padding-top: 30px;
30
+ }
31
+ }
32
+
33
+
34
+
35
+ .rgridblock {
36
+ display:grid;
37
+ grid-template-columns:repeat(3, 1fr);
38
+ }
39
+
40
+ @media only screen and (max-width: 768px) {
41
+ .rgridblock {
42
+ display: grid;
43
+ grid-template-columns: 1fr;
44
+ }
45
+ }
46
+
47
+
48
+
49
+
50
+ .rblock {
51
+ margin: 0px 20px 50px 0px;
52
+ padding: 10px 30px 10px 30px;
53
+ outline: 1px solid darkgrey;
54
+ h3 {
55
+ font-size: 15px;
56
+ text-transform: uppercase;
57
+ color: black;
58
+ margin: 8px;
59
+ padding: 0px;
60
+
61
+ }
62
+ p {
63
+ color: #666666;
64
+ @include relative-font-size(0.9);
65
+ display: inline-block;
66
+ vertical-align: middle;
67
+ float: none;
68
+ text-align: left;
69
+ padding-top: 30px;
70
+ }
71
+
72
+
73
+ }
74
+
75
+
76
+
77
+
78
+ hr {
79
+ border: 0;
80
+ height: 1px;
81
+ background-image: linear-gradient(to right, rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
82
+ }