Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
MetaGer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
55
Issues
55
List
Boards
Labels
Service Desk
Milestones
Merge Requests
7
Merge Requests
7
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
open-source
MetaGer
Commits
4a010d22
Commit
4a010d22
authored
Jun 06, 2019
by
Dominik Hebeler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed new startpage layout
parent
48d69228
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
16 deletions
+11
-16
resources/lang/de/index.php
resources/lang/de/index.php
+1
-1
resources/less/metager/pages/start-page.less
resources/less/metager/pages/start-page.less
+4
-13
resources/views/index.blade.php
resources/views/index.blade.php
+6
-2
No files found.
resources/lang/de/index.php
View file @
4a010d22
...
...
@@ -34,7 +34,7 @@ return [
'about.3.1'
=>
'Unterstützen & Spenden'
,
'about.3.2'
=>
'Mit Ihrer Spende unterstützen Sie die Arbeit des SUMA-EV und den Betrieb von MetaGer.'
,
'about.4.1'
=>
'Machen Sie mit!'
,
'about.4.2'
=>
'Stärken Sie uns, indem Sie Mitglied werden.'
,
'about.4.2'
=>
'Stärken Sie uns, indem Sie Mitglied
im Trägerverin
werden.'
,
'lang.tooltip'
=>
'Ergebnissprache wählen'
,
'key.placeholder'
=>
'Mitglieder-Key eingeben'
,
...
...
resources/less/metager/pages/start-page.less
View file @
4a010d22
...
...
@@ -45,30 +45,24 @@
.startpage #main-content {
justify-content: center;
margin-top: -25%;
#about-us {
font-size: 1.4em;
color: #777;
text-align: center;
display: grid;
grid-gap: 24px;
margin-top: 48px;
margin-bottom: 48px;
margin-top: 60px;
justify-content: center;
grid-template-columns: 240px;
position: absolute;
width: 100%;
top: 100vh;
left: 0
;
position: absolute
;
@media(min-width: 504px){
margin-top: 0;
grid-template-columns: 240px 240px;
grid-template-columns: 240px 240px ;
grid-gap: 24px;
top: inherit;
bottom: 100px;
}
@media(min-width: 1000px){
grid-template-columns: 240px 240px 240px 240px;
position: inherit;
}
> a {
display: flex;
...
...
@@ -76,9 +70,6 @@
cursor: pointer;
color: inherit;
> div.teaser {
@media(min-width: 504px){
visibility: hidden;
}
font-size: .7em;
}
&:hover > div.teaser {
...
...
resources/views/index.blade.php
View file @
4a010d22
...
...
@@ -16,12 +16,16 @@
<
span
>@
lang
(
'index.about.1.1'
)
</
span
>
<
div
class
=
"teaser"
>@
lang
(
'index.about.1.2'
)
</
div
>
</
a
>
<
a
href
=
"https://suma-ev.de"
>
@
if
(
LaravelLocalization
::
getCurrentLocale
()
===
"de"
)
<
a
href
=
"https://suma-ev.de"
target
=
"_blank"
>
@
else
<
a
href
=
"https://suma-ev.de/en/index.html"
target
=
"_blank"
>
@
endif
<
i
class
=
"fas fa-heart"
></
i
>
<
span
>@
lang
(
'index.about.2.1'
)
</
span
>
<
div
class
=
"teaser"
>@
lang
(
'index.about.2.2'
)
</
div
>
</
a
>
<
a
href
=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
spende
n
") }}"
>
<
a
href
=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
spende
") }}"
>
<
i
class
=
"fas fa-money-bill-wave"
></
i
>
<
span
>@
lang
(
'index.about.3.1'
)
</
span
>
<
div
class
=
"teaser"
>@
lang
(
'index.about.3.2'
)
</
div
>
...
...
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