Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
open-source
MetaGer
Commits
8cbc9061
Commit
8cbc9061
authored
Sep 28, 2018
by
Phil Höfer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added new German privacy policy
parent
fff9accf
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
352 additions
and
21 deletions
+352
-21
resources/views/datenschutz/datenschutz.blade.php
resources/views/datenschutz/datenschutz.blade.php
+60
-21
resources/views/datenschutz/english.blade.php
resources/views/datenschutz/english.blade.php
+1
-0
resources/views/datenschutz/german.blade.php
resources/views/datenschutz/german.blade.php
+291
-0
No files found.
resources/views/datenschutz/datenschutz.blade.php
View file @
8cbc9061
...
...
@@ -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 @
8cbc9061
english
resources/views/datenschutz/german.blade.php
0 → 100644
View file @
8cbc9061
This diff is collapsed.
Click to expand it.
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