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
Miroslav Kratochvil
jekyll-theme-lcsb-default
Commits
318fb9ca
Verified
Commit
318fb9ca
authored
Apr 09, 2020
by
Laurent Heirendt
✈
Browse files
fixes for banner
parent
fa4cdef9
Changes
2
Hide whitespace changes
Inline
Side-by-side
_includes/css-imports.html
View file @
318fb9ca
...
...
@@ -39,18 +39,19 @@
}
#edp-cookies-banner
{
position
:
relative
;
position
:
fixed
;
bottom
:
0
;
background-color
:
#fff
;
padding
:
1em
;
z-index
:
1000
;
border
:
2px
;
left
:
0
;
border-style
:
solid
;
border-left
:
none
;
border-top-color
:
#198cdc
;
border-right
:
none
;
border-bottom
:
none
;
text-align
:
center
;
width
:
100%
;
}
#edp-cookies-banner
h3
{
margin
:
0
0
0.5rem
0
;
...
...
_includes/footer.html
View file @
318fb9ca
<footer
class=
"site-footer h-card"
>
<div
class=
"wrapper footer-wrapper"
>
<data
class=
"u-url"
href=
"{{ "
/"
|
relative_url
}}"
></data>
<div
class=
"wrapper footer-wrapper"
>
<data
class=
"u-url"
href=
"{{ "
/"
|
relative_url
}}"
></data>
<div
class=
"footer-cp"
>
<div
class=
"r3-logo-container"
>
<img
class=
"r3-logo"
src=
"{{ '/assets/banners/r3-logo.svg' | relative_url }}"
type=
"image/svg+xml"
/>
<img
class=
"lcsb-logo"
src=
"{{ '/assets/banners/lcsb-compact.svg' | relative_url }}"
type=
"image/svg+xml"
/>
</div>
{% comment %}This is used to generate share URL for howto-pages{% endcomment %}
{% if page.shortcut %}
<p
class=
"site-footer-share"
>
Share this page:
<a
href=
"{{ site.share_url }}{{ page.shortcut }}"
>
{{ site.share_url }}{{ page.shortcut }}
</a>
</p>
{% elsif page.include_link %}
{% assign parts = page.url | absolute_url | replace: ".html", "" | replace: "http://", "" | replace: "https://", "" | split: "/" %}
<p
class=
"site-footer-share"
>
Share this page:
<a
href=
"{{ site.share_url }}{{ parts[site.include_link_index] }}"
>
{{ site.share_url }}{{ parts[site.include_link_index] }}
</a>
</p>
{% endif %}
<div
class=
"footer-cp"
>
<div
class=
"r3-logo-container"
>
<img
class=
"r3-logo"
src=
"{{ '/assets/banners/r3-logo.svg' | relative_url }}"
type=
"image/svg+xml"
/>
<img
class=
"lcsb-logo"
src=
"{{ '/assets/banners/lcsb-compact.svg' | relative_url }}"
type=
"image/svg+xml"
/>
</div>
<p>
©
<a
href=
"https://wwwen.uni.lu/"
target=
"_parent"
>
<strong>
Université du Luxembourg
</strong>
,
{% comment %}This is used to generate share URL for howto-pages{% endcomment %}
{% if page.shortcut %}
<p
class=
"site-footer-share"
>
Share this page:
<a
href=
"{{ site.share_url }}{{ page.shortcut }}"
>
{{ site.share_url }}{{ page.shortcut }}
</a>
</p>
{% elsif page.include_link %}
{% assign parts = page.url | absolute_url | replace: ".html", "" | replace: "http://", "" | replace: "https://", "" | split: "/" %}
<p
class=
"site-footer-share"
>
Share this page:
<a
href=
"{{ site.share_url }}{{ parts[site.include_link_index] }}"
>
{{ site.share_url }}{{ parts[site.include_link_index] }}
</a>
{{ 'now' | date: "%Y" }}. All rights reserved.
</p>
{% endif %}
{%- include social.html -%}
</p>
<p>
©
<a
href=
"https://wwwen.uni.lu/"
target=
"_parent"
>
<strong>
Université du Luxembourg
</strong>
,
</a>
{{ 'now' | date: "%Y" }}. All rights reserved.
{%- include social.html -%}
</p>
</div>
</div>
</div>
</footer>
<div
id=
"edp-cookies-banner"
>
</footer>
<div
id=
"edp-cookies-banner"
>
<div
class=
"banner-text"
>
<p>
This website needs some cookies and similar means to function.
<br>
If you permit us, we will use those means to collect data on your visits for aggregated statistics to improve our service.
</p>
...
...
@@ -45,4 +45,4 @@ If you permit us, we will use those means to collect data on your visits for agg
<button
class=
"btn edp-cookies-refuse"
type=
"button"
>
No thanks, only technically necessary cookies
</button>
<a
class=
"btn edp-cookies-more"
href=
"/about-edps/legal-notices_en"
>
More information
</a>
</div>
</div>
</div>
\ No newline at end of file
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