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
Michael Iseard
Kudos-Website
Commits
370d2959
Commit
370d2959
authored
Oct 12, 2020
by
Michael Iseard
Browse files
Add alignwide to content
parent
72331ba2
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/views/front-page.blade.php
View file @
370d2959
@
extends
(
'layouts.app'
)
@
section
(
'container-class'
,
'wrapper'
)
@
section
(
'content'
)
<
div
class
=
"vh-100 top-banner full-bleed mb-4"
>
<
div
class
=
"container position-relative h-100"
>
<
div
class
=
"top-content row h-100 align-items-center"
>
<
div
class
=
"intro-text text col-12 col-md-6"
data
-
list
=
{{
$intro_content
[
'list'
]
??
''
}}
>
{
!!
$intro_content
[
'string'
]
??
''
!!
}
</
div
>
<
div
class
=
"image col-6 w-100 h-100 d-none d-md-block"
style
=
"background-image: url({{$intro_image ?? ''}})"
>
<
div
class
=
"intro-caption col-12 text-center mb-5 position-absolute"
>
<
small
class
=
"mb-0 text-dark"
>
{{
$intro_image_caption
??
''
}}
</
small
>
<
p
class
=
"text-dark"
>
{{
$intro_image_description
??
''
}}
</
p
>
</
div
>
<
div
class
=
"vh-100 top-banner alignwide"
>
<
div
class
=
"top-content row h-100 align-items-center"
>
<
div
class
=
"intro-text text col-12 col-lg-6"
data
-
list
=
{{
$intro_content
[
'list'
]
??
''
}}
>
{
!!
$intro_content
[
'string'
]
??
''
!!
}
</
div
>
<
div
class
=
"image col-6 w-100 h-100 d-none d-lg-block"
style
=
"background-image: url({{$intro_image ?? ''}})"
>
<
div
class
=
"intro-caption col-12 text-center mb-5 position-absolute"
>
<
small
class
=
"mb-0 text-dark"
>
{{
$intro_image_caption
??
''
}}
</
small
>
<
p
class
=
"text-dark"
>
{{
$intro_image_description
??
''
}}
</
p
>
</
div
>
</
div
>
</
div
>
...
...
resources/views/template-faq.blade.php
View file @
370d2959
...
...
@@ -16,7 +16,7 @@
{{
--
CATEGORIES
--
}}
<
div
class
=
"bg-light"
>
<
div
class
=
"container"
>
<
div
class
=
"row align-items-center justify-content-start py-4"
>
<
div
class
=
"row
alignwide
align-items-center justify-content-start py-4"
>
@
foreach
(
$categories
as
$category
)
<
div
class
=
"col-6 col-md-3 col-lg-2"
>
<
a
href
=
"{{ get_permalink() .
$category->slug
}}"
data
-
type
=
"faq"
data
-
category
=
"{{
$category->slug
}}"
class
=
"btn p-2 mb-2 mb-md-0 col-12 text-dark d-flex align-items-center justify-content-between faq-category @if (
$category->slug
===
$current_category
|| (empty(
$current_category
) & empty(
$category->slug
))) btn-outline-primary @endif"
>
...
...
@@ -31,7 +31,7 @@
@
section
(
'content'
)
{{
--
FAQ
CONTENT
--
}}
<
div
class
=
"faq-content row"
>
<
div
class
=
"faq-content
alignwide
row"
>
@
while
(
$questions
->
have_posts
())
@
php
$questions
->
the_post
()
@
endphp
@
include
(
'partials.content-faq'
)
...
...
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