Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MetaGer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
MetaGer
Commits
326cbdd9
Commit
326cbdd9
authored
8 years ago
by
karl
Browse files
Options
Downloads
Patches
Plain Diff
* Die Ueber Uns Seite sieht jetzt wieder aus wie früher.
parent
4ac4e537
No related branches found
Branches containing commit
No related tags found
3 merge requests
!34
5 uber uns seite
,
!33
5 uber uns seite
,
!22
* Die Ueber Uns Seite sieht jetzt wieder aus wie früher.
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
app/Http/routes.php
+2
-1
2 additions, 1 deletion
app/Http/routes.php
public/css/about.css
+16
-0
16 additions, 0 deletions
public/css/about.css
resources/views/about.blade.php
+1
-1
1 addition, 1 deletion
resources/views/about.blade.php
with
19 additions
and
2 deletions
app/Http/routes.php
+
2
−
1
View file @
326cbdd9
...
@@ -31,7 +31,8 @@
...
@@ -31,7 +31,8 @@
Route
::
get
(
'about'
,
function
()
Route
::
get
(
'about'
,
function
()
{
{
return
view
(
'about'
)
return
view
(
'about'
)
->
with
(
'title'
,
'Über Uns'
);
->
with
(
'title'
,
'Über Uns'
)
->
with
(
'css'
,
'about.css'
);
});
});
Route
::
get
(
'team'
,
function
()
Route
::
get
(
'team'
,
function
()
{
{
...
...
This diff is collapsed.
Click to expand it.
public/css/about.css
0 → 100644
+
16
−
0
View file @
326cbdd9
main
ul
{
margin-top
:
20px
;
}
main
li
{
margin-bottom
:
15px
;
}
#about-list
{
list-style-type
:
disc
;
text-align
:
left
;
}
#about-list
li
{
margin-bottom
:
15px
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
resources/views/about.blade.php
+
1
−
1
View file @
326cbdd9
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
</
h1
>
</
h1
>
<
h3
>
Welche
Vorteile
bietet
die
Nutzung
von
MetaGer
?
<
h3
>
Welche
Vorteile
bietet
die
Nutzung
von
MetaGer
?
</
h3
>
</
h3
>
<
ul
>
<
ul
id
=
"about-list"
>
<
li
>
Datenschutz
und
Privatsphäre
sind
bei
uns
einfach
und
selbstverständlich
:
Fertig
eingebaut
und
automatisch
bei
jeder
Suche
angewandt
.
<
li
>
Datenschutz
und
Privatsphäre
sind
bei
uns
einfach
und
selbstverständlich
:
Fertig
eingebaut
und
automatisch
bei
jeder
Suche
angewandt
.
<
a
href
=
"/datenschutz/"
>
Mehr
dazu
...
<
a
href
=
"/datenschutz/"
>
Mehr
dazu
...
</
a
>
</
a
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment