Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
elixir
jekyll-elixir-theme
Commits
a502698a
Commit
a502698a
authored
Feb 21, 2020
by
Jacek Lebioda
Browse files
Improve images
parent
871ce28f
Changes
7
Hide whitespace changes
Inline
Side-by-side
_layouts/default.html
View file @
a502698a
...
...
@@ -7,7 +7,7 @@
<link
rel=
"stylesheet"
href=
"{{ "
/
assets
/
main.css
"
|
relative_url
}}"
>
<link
rel=
"shortcut icon"
href=
"{{ "
/
assets
/
favicon.png
"
|
relative_url
}}"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"
//fonts.googleapis.com/css?family=Lato:400,400italic,700
"
media=
"all"
>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"
{{ "
/
assets
/
lato.css
"
|
relative_url
}}
"
media=
"all"
>
<title>
{{ site.title }}{% if page.title %} - {{ page.title }}{% endif %}
</title>
</head>
...
...
_layouts/index.html
View file @
a502698a
...
...
@@ -22,9 +22,9 @@ layout: default
<div
class=
"index-photo"
>
<picture>
<source
media=
"(min-width: 200px)"
srcset=
"
https://webdav-r3lab.uni.lu/public/elixir/website/images/cover_big.jpg
"
alt=
"Elixir Luxembourg"
/>
<source
media=
"(max-width: 200px)"
srcset=
"
https://webdav-r3lab.uni.lu/public/elixir/website/images/cover_small.jpg
"
alt=
"Elixir Luxembourg"
/>
<img
src=
"
https://webdav-r3lab.uni.lu/public/elixir/website/images/cover_small.jpg
"
alt=
"Elixir Luxembourg"
/>
<source
media=
"(min-width: 200px)"
srcset=
"
{{ '/assets/cover_big.webp' | relative_url }}
"
alt=
"Elixir Luxembourg"
/>
<source
media=
"(max-width: 200px)"
srcset=
"
{{ '/assets/cover_small.webp' | relative_url }}
"
alt=
"Elixir Luxembourg"
/>
<img
src=
"
{{ '/assets/cover_small.webp' | relative_url }}
"
alt=
"Elixir Luxembourg"
/>
</picture>
</div>
</div>
...
...
assets/cover_big.webp
0 → 100644
View file @
a502698a
90.6 KB
assets/cover_small.webp
0 → 100644
View file @
a502698a
35.1 KB
assets/lato.css
0 → 100644
View file @
a502698a
/* Font faces from https://fonts.googleapis.com/css?family=Lato:400,400italic,700 */
/* latin-ext */
@font-face
{
font-family
:
'Lato'
;
font-style
:
italic
;
font-weight
:
400
;
src
:
local
(
'Lato Italic'
),
local
(
'Lato-Italic'
),
url(https://fonts.gstatic.com/s/lato/v16/S6u8w4BMUTPHjxsAUi-qNiXg7eU0.woff2)
format
(
'woff2'
);
unicode-range
:
U
+
0100-024
F
,
U
+
0259
,
U
+
1
E00-1EFF
,
U
+
2020
,
U
+
20
A0-20AB
,
U
+
20
AD-20CF
,
U
+
2113
,
U
+
2
C60-2C7F
,
U
+
A720-A7FF
;
}
/* latin */
@font-face
{
font-family
:
'Lato'
;
font-style
:
italic
;
font-weight
:
400
;
src
:
local
(
'Lato Italic'
),
local
(
'Lato-Italic'
),
url(https://fonts.gstatic.com/s/lato/v16/S6u8w4BMUTPHjxsAXC-qNiXg7Q.woff2)
format
(
'woff2'
);
unicode-range
:
U
+
0000-00
FF
,
U
+
0131
,
U
+
0152-0153
,
U
+
02
BB-02BC
,
U
+
02
C6
,
U
+
02
DA
,
U
+
02
DC
,
U
+
2000-206
F
,
U
+
2074
,
U
+
20
AC
,
U
+
2122
,
U
+
2191
,
U
+
2193
,
U
+
2212
,
U
+
2215
,
U
+
FEFF
,
U
+
FFFD
;
}
/* latin-ext */
@font-face
{
font-family
:
'Lato'
;
font-style
:
normal
;
font-weight
:
400
;
src
:
local
(
'Lato Regular'
),
local
(
'Lato-Regular'
),
url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjxAwXiWtFCfQ7A.woff2)
format
(
'woff2'
);
unicode-range
:
U
+
0100-024
F
,
U
+
0259
,
U
+
1
E00-1EFF
,
U
+
2020
,
U
+
20
A0-20AB
,
U
+
20
AD-20CF
,
U
+
2113
,
U
+
2
C60-2C7F
,
U
+
A720-A7FF
;
}
/* latin */
@font-face
{
font-family
:
'Lato'
;
font-style
:
normal
;
font-weight
:
400
;
src
:
local
(
'Lato Regular'
),
local
(
'Lato-Regular'
),
url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjx4wXiWtFCc.woff2)
format
(
'woff2'
);
unicode-range
:
U
+
0000-00
FF
,
U
+
0131
,
U
+
0152-0153
,
U
+
02
BB-02BC
,
U
+
02
C6
,
U
+
02
DA
,
U
+
02
DC
,
U
+
2000-206
F
,
U
+
2074
,
U
+
20
AC
,
U
+
2122
,
U
+
2191
,
U
+
2193
,
U
+
2212
,
U
+
2215
,
U
+
FEFF
,
U
+
FFFD
;
}
/* latin-ext */
@font-face
{
font-family
:
'Lato'
;
font-style
:
normal
;
font-weight
:
700
;
src
:
local
(
'Lato Bold'
),
local
(
'Lato-Bold'
),
url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVSwaPGQ3q5d0N7w.woff2)
format
(
'woff2'
);
unicode-range
:
U
+
0100-024
F
,
U
+
0259
,
U
+
1
E00-1EFF
,
U
+
2020
,
U
+
20
A0-20AB
,
U
+
20
AD-20CF
,
U
+
2113
,
U
+
2
C60-2C7F
,
U
+
A720-A7FF
;
}
/* latin */
@font-face
{
font-family
:
'Lato'
;
font-style
:
normal
;
font-weight
:
700
;
src
:
local
(
'Lato Bold'
),
local
(
'Lato-Bold'
),
url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2)
format
(
'woff2'
);
unicode-range
:
U
+
0000-00
FF
,
U
+
0131
,
U
+
0152-0153
,
U
+
02
BB-02BC
,
U
+
02
C6
,
U
+
02
DA
,
U
+
02
DC
,
U
+
2000-206
F
,
U
+
2074
,
U
+
20
AC
,
U
+
2122
,
U
+
2191
,
U
+
2193
,
U
+
2212
,
U
+
2215
,
U
+
FEFF
,
U
+
FFFD
;
}
\ No newline at end of file
elixir-theme.gemspec
View file @
a502698a
...
...
@@ -2,7 +2,7 @@
Gem
::
Specification
.
new
do
|
spec
|
spec
.
name
=
"jekyll-elixir-theme"
spec
.
version
=
"0.9.1
5
"
spec
.
version
=
"0.9.1
6
"
spec
.
authors
=
[
"jacek.lebioda"
]
spec
.
email
=
[
"jacek.lebioda@uni.lu"
]
...
...
index.md
View file @
a502698a
...
...
@@ -24,9 +24,22 @@ Sustainable access management according to well-defined criteria, in order to me
---
[
{:width="155px"}]({{ '/sustainability-data/' | relative_url }})
[
{:width="155px"}]({{ '/sustainability-tools/' | relative_url }})
[
{:width="155px"}]({{ '/gdpr-activities/' | relative_url }})
<a
href=
"{{ '/sustainability-data/' | relative_url }}"
><picture>
<source
media=
"(max-width: 600px)"
srcset=
"{{ '/assets/buttons/data_catalog_small.jpg' | relative_url }}"
/>
<source
media=
"(min-width: 600px)"
srcset=
"{{ '/assets/buttons/data_catalog.jpg' | relative_url }}"
/>
<img
src=
"{{ '/assets/buttons/data_catalog.jpg' | relative_url }}"
alt=
"Data catalog"
style=
"width:155px;"
/>
</picture></a>
<a
href=
"{{ '/sustainability-tools/' | relative_url }}"
><picture>
<source
media=
"(max-width: 600px)"
srcset=
"{{ '/assets/buttons/tools_registry_small.jpg' | relative_url }}"
/>
<source
media=
"(min-width: 600px)"
srcset=
"{{ '/assets/buttons/tools_registry.jpg' | relative_url }}"
/>
<img
src=
"{{ '/assets/buttons/tools_registry.jpg' | relative_url }}"
alt=
"Tools Registry"
style=
"width:155px;"
/>
</picture></a>
<a
href=
"{{ '/gdpr-activities/' | relative_url }}"
><picture>
<source
media=
"(max-width: 600px)"
srcset=
"{{ '/assets/buttons/gdpr_small.jpg' | relative_url }}"
/>
<source
media=
"(min-width: 600px)"
srcset=
"{{ '/assets/buttons/gdpr.jpg' | relative_url }}"
/>
<img
src=
"{{ '/assets/buttons/gdpr.jpg' | relative_url }}"
alt=
"GDPR activities"
style=
"width:155px;"
/>
</picture></a>
---
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment