Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
400a301d
Commit
400a301d
authored
Sep 28, 2018
by
Phil Höfer
Browse files
Added new German privacy policy
parent
89e90ac2
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
resources/views/datenschutz/datenschutz.blade.php
View file @
400a301d
...
...
@@ -5,24 +5,63 @@
@
section
(
'navbarFocus.datenschutz'
,
'class="active"'
)
@
section
(
'content'
)
<
div
class
=
"card-heavy"
>
<
h1
>
{
!!
trans
(
'datenschutz.head'
)
!!
}
</
h1
>
<
p
>
{
!!
trans
(
'datenschutz.general.1'
)
!!
}
</
p
>
<
p
>
{
!!
trans
(
'datenschutz.general.3'
)
!!
}
</
p
>
</
div
>
<
div
class
=
"card-heavy"
>
<
h1
>
{
!!
trans
(
'datenschutz.policy.1'
)
!!
}
</
h1
>
<
ul
class
=
"dotlist"
>
<
li
>
{
!!
trans
(
'datenschutz.policy.2'
)
!!
}
</
li
>
<
li
>
{
!!
trans
(
'datenschutz.policy.5'
)
!!
}
</
li
>
<
li
>
{
!!
trans
(
'datenschutz.policy.6'
)
!!
}
</
li
>
<
li
>
{
!!
trans
(
'datenschutz.policy.7'
)
!!
}
</
li
>
<
li
>
{
!!
trans
(
'datenschutz.policy.9'
)
!!
}
</
li
>
<
li
>
{
!!
trans
(
'datenschutz.policy.10'
)
!!
}
</
li
>
<
li
>
{
!!
trans
(
'datenschutz.policy.13'
)
!!
}
</
li
>
<
li
>
{
!!
trans
(
'datenschutz.policy.17'
)
!!
}
</
li
>
<
li
>
{
!!
trans
(
'datenschutz.policy.18'
)
!!
}
</
li
>
<
li
>
{
!!
trans
(
'datenschutz.policy.19'
)
!!
}
</
li
>
</
ul
>
</
div
>
@
endsection
\ No newline at end of file
<
style
>
main
{
font
-
size
:
10
pt
;
hyphens
:
auto
;
counter
-
reset
:
kontext
0
datum
0
;
text
-
align
:
justify
;
}
h1
{
font
-
size
:
18
pt
;
}
.
kontext
>
h1
::
before
{
counter
-
increment
:
kontext
;
content
:
"K"
counter
(
kontext
)
" "
;
font
-
weight
:
normal
;
}
.
datum
>
h1
::
before
{
counter
-
increment
:
datum
;
content
:
"D"
counter
(
datum
)
" "
;
font
-
weight
:
normal
;
}
.
kontext
h1
{
font
-
size
:
16
pt
;
margin
-
bottom
:
inherit
;
}
.
kontext
h2
{
font
-
size
:
14
pt
;
margin
-
bottom
:
inherit
;
}
.
datum
h1
{
font
-
size
:
12
pt
;
margin
-
bottom
:
inherit
;
}
.
datum
h2
{
font
-
size
:
11
pt
;
margin
-
bottom
:
inherit
;
margin
-
top
:
5
pt
;
}
.
kontext
-
list
{
list
-
style
:
none
;
}
.
datum
-
list
{
list
-
style
:
none
;
}
samp
{
hyphens
:
none
;
font
-
size
:
8
pt
;
}
</
style
>
@
if
(
LaravelLocalization
::
getCurrentLocale
()
==
"de"
)
@
include
(
'datenschutz.german'
)
@
else
@
include
(
'datenschutz.english'
)
@
endif
@
endsection
resources/views/datenschutz/english.blade.php
0 → 100644
View file @
400a301d
english
resources/views/datenschutz/german.blade.php
0 → 100644
View file @
400a301d
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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