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
05f77f4f
Verified
Commit
05f77f4f
authored
Apr 20, 2020
by
Laurent Heirendt
✈
Browse files
add buttons in banner
parent
cdbb46f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
_includes/gdpr-banner.html
View file @
05f77f4f
...
...
@@ -6,9 +6,24 @@
<div
class=
"banner-title"
>
{{ site.banner_title }}
</div>
<div
class=
"banner-text"
>
{{ site.banner_text }}
</div>
</div>
<div>
<label
class=
"input-toggle"
>
<input
type=
"checkbox"
checked
disabled
>
<span></span>
</label>
Necessary
<label
class=
"input-toggle"
>
<input
type=
"checkbox"
>
<span></span>
</label>
Analytics
</div>
<div
class=
"banner-buttons"
>
<a
class=
"btn lap-cookies-accept"
>
{{ site.banner_accept_text }}
</a>
<a
class=
"btn lap-cookies-refuse"
>
{{ site.banner_refuse_text }}
</a>
<a
class=
"btn lap-cookies-more"
href=
"{{ site.path_policy }}"
>
{{ site.banner_more_text }}
</a>
</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