Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
2
2020-03-03 itmax-84
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Playground
2020-03-03 itmax-84
Commits
a06ed501
Commit
a06ed501
authored
Jan 29, 2020
by
Marco Schmiedel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
parent
3c1d05d7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
1 deletion
+21
-1
welcome.blade.php
resources/views/welcome.blade.php
+21
-1
No files found.
resources/views/welcome.blade.php
View file @
a06ed501
...
...
@@ -6,7 +6,15 @@
@
section
(
'limitless::logoLarge'
,
'https://cdn.backoffice.online/limitless/Template/global_assets/images/logo_light.png'
)
@
section
(
'limitless::logoSmall'
,
'https://cdn.backoffice.online/limitless/Template/global_assets/images/logo_icon_light.png'
)
@
section
(
'limitless::logoMobile'
,
'https://cdn.backoffice.online/limitless/Template/global_assets/images/logo_dark.png'
)
@
section
(
'limitless::copyright'
,
'Copyright © '
.
date
(
'Y'
)
.
' IT-Max GmbH. Alle Rechte vorbehalten.'
)
{{
--
Custom
Assets
--
}}
@
section
(
'limitless::assets'
)
<
script
>
console
.
log
(
'Add some custom javascript or css here...'
);
</
script
>
@
endsection
{{
--
Content
--
}}
@
section
(
'limitless::content'
)
...
...
@@ -26,3 +34,15 @@
@
endcard
@
endsection
{{
--
Footer
--
}}
@
section
(
'limitless::footer'
)
@
copyright
(
'Copyright © '
.
date
(
'Y'
)
.
' IT-Max GmbH. Alle Rechte vorbehalten.'
)
@
footerNavigation
@
footerNavigationItem
(
'https://google.de'
,
'icon-home8'
,
'Home'
)
@
footerNavigationItem
(
'https://google.de'
,
'icon-price-tags2'
,
'Ticket'
)
@
endfooterNavigation
@
endsection
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