Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kszkepzes-frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Köpeczi-Bócz Gergely
kszkepzes-frontend
Commits
eb52cc0d
Commit
eb52cc0d
authored
5 years ago
by
Rafael László
Browse files
Options
Downloads
Patches
Plain Diff
mentors page header separated and cards centered
parent
3329f798
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/pages/Mentors.js
+19
-47
19 additions, 47 deletions
src/components/pages/Mentors.js
with
19 additions
and
47 deletions
src/components/pages/Mentors.js
+
19
−
47
View file @
eb52cc0d
...
@@ -81,7 +81,6 @@ class Mentors extends Component {
...
@@ -81,7 +81,6 @@ class Mentors extends Component {
render
()
{
render
()
{
return
(
return
(
<
div
>
<
div
>
<
Responsive
minWidth
=
{
768
}
>
<
Segment
inverted
textAlign
=
'
center
'
vertical
>
<
Segment
inverted
textAlign
=
'
center
'
vertical
>
<
Container
>
<
Container
>
<
Header
<
Header
...
@@ -97,51 +96,24 @@ class Mentors extends Component {
...
@@ -97,51 +96,24 @@ class Mentors extends Component {
/
>
/
>
<
/Container
>
<
/Container
>
<
/Segment
>
<
/Segment
>
<
Responsive
minWidth
=
{
768
}
>
<
Container
style
=
{{
paddingTop
:
'
2em
'
,
paddingBottom
:
'
5em
'
}}
>
<
Container
style
=
{{
paddingTop
:
'
2em
'
,
paddingBottom
:
'
5em
'
}}
>
{
this
.
renderMentorsNormal
()}
{
this
.
renderMentorsNormal
()}
<
/Container
>
<
/Container
>
<
/Responsive
>
<
/Responsive
>
<
Responsive
minWidth
=
{
551
}
maxWidth
=
{
767
}
>
<
Responsive
minWidth
=
{
551
}
maxWidth
=
{
767
}
>
<
Segment
inverted
textAlign
=
'
center
'
vertical
>
<
Container
>
<
Header
as
=
'
h1
'
content
=
'
Mentorok
'
inverted
style
=
{{
fontSize
:
'
3em
'
,
fontWeight
:
'
normal
'
,
marginBottom
:
0
,
marginTop
:
'
0.5em
'
,
}}
/
>
<
/Container
>
<
/Segment
>
<
Container
style
=
{{
paddingTop
:
'
2em
'
,
paddingBottom
:
'
5em
'
}}
>
<
Container
style
=
{{
paddingTop
:
'
2em
'
,
paddingBottom
:
'
5em
'
}}
>
<
Card
.
Group
itemsPerRow
=
{
2
}
>
<
Card
.
Group
centered
itemsPerRow
=
{
2
}
>
{
this
.
renderMentorsMobile
()}
{
this
.
renderMentorsMobile
()}
<
/Card.Group
>
<
/Card.Group
>
<
/Container
>
<
/Container
>
<
/Responsive
>
<
/Responsive
>
<
Responsive
maxWidth
=
{
550
}
>
<
Responsive
maxWidth
=
{
550
}
>
<
Segment
inverted
textAlign
=
'
center
'
vertical
>
<
Container
>
<
Header
as
=
'
h1
'
content
=
'
Mentorok
'
inverted
style
=
{{
fontSize
:
'
3em
'
,
fontWeight
:
'
normal
'
,
marginBottom
:
0
,
marginTop
:
'
0.5em
'
,
}}
/
>
<
/Container
>
<
/Segment
>
<
Container
style
=
{{
paddingTop
:
'
2em
'
,
paddingBottom
:
'
5em
'
}}
>
<
Container
style
=
{{
paddingTop
:
'
2em
'
,
paddingBottom
:
'
5em
'
}}
>
<
Card
.
Group
itemsPerRow
=
{
1
}
>
<
Card
.
Group
centered
itemsPerRow
=
{
1
}
>
{
this
.
renderMentorsMobile
()}
{
this
.
renderMentorsMobile
()}
<
/Card.Group
>
<
/Card.Group
>
<
/Container
>
<
/Container
>
...
...
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