Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Gitlab will go into maintenance Friday 3rd February from 9:00 to 10:00
Open sidebar
elixir
jekyll-elixir-theme
Commits
3419dcce
Verified
Commit
3419dcce
authored
Jun 30, 2020
by
Laurent Heirendt
✈
Browse files
add policy and banner items
parent
ec8abcdc
Changes
2
Hide whitespace changes
Inline
Side-by-side
_includes/gdpr-banner.html
0 → 100644
View file @
3419dcce
<div
id=
"lap-cookies-banner"
>
<div
class=
"banner-intro"
>
<div
class=
"close-button"
>
<a
class=
"lap-refuse"
><i
class=
"fa fa-times"
aria-hidden=
"true"
></i></a>
</div>
<div
class=
"banner-img"
>
<img
src=
"{{ site.logo_policy }}"
type=
"image/svg+xml"
/>
</div>
<div
class=
"banner-title"
>
{{ site.banner_title }}
</div>
<div
class=
"banner-text"
>
{{ site.banner_text }}
</div>
</div>
<div
class=
"banner-buttons"
>
<a
class=
"btn lap-accept"
>
{{ site.banner_accept_text }}
</a>
<a
class=
"btn lap-refuse"
>
{{ site.banner_refuse_text }}
</a>
<a
class=
"btn lap-cookies-more"
href=
"{{ site.path_policy | relative_url }}"
>
{{ site.banner_more_text }}
</a>
</div>
</div>
\ No newline at end of file
_includes/policy.html
0 → 100644
View file @
3419dcce
<a
href=
"{{ '/privacy/' | relative_url }}"
>
Privacy
</a>
(
<span
id=
"doNotTrack-text"
><span
id=
"gdpr-result-text"
></span>
-
<a
href=
"javascript: showBanner();"
>
change
</a></span>
)
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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