Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PortalMEC-React
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
Model registry
Operate
Environments
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
PortalMEC
PortalMEC-React
Merge requests
!39
Update admin system
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Update admin system
Update_Admin_System
into
sistema_admin
Overview
0
Commits
294
Pipelines
0
Changes
1
Closed
lfr20
requested to merge
Update_Admin_System
into
sistema_admin
4 years ago
Overview
0
Commits
294
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
b336a60c
Prev
Next
Show latest version
1 file
+
11
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
b336a60c
changed anchor tags to link to fix routing issue
· b336a60c
Lucas Eduardo Schoenfelder
authored
4 years ago
src/Components/EcFooter.js
+
11
−
10
Options
@@ -20,6 +20,7 @@ import React, {Component} from 'react';
import
{
Row
,
Col
,
Container
}
from
'
react-grid-system
'
;
import
eduConectada
from
'
../img/educa-conectada.png
'
;
import
styled
from
'
styled-components
'
;
import
{
Link
}
from
'
react-router-dom
'
const
blueFooter
=
{
backgroundColor
:
"
#00bcd4
"
,
@@ -35,7 +36,7 @@ const listStyle={
padding
:
"
0
"
,
lineHeight
:
"
1.6
"
,
}
const
WhiteLink
=
styled
.
a
`
const
WhiteLink
=
styled
(
Link
)
`
text-decoration: none;
color: white;
`
@@ -49,20 +50,20 @@ class EcFooter extends Component{
<
Col
md
=
{
4
}
sm
=
{
5
}
xs
=
{
5
}
>
<
h4
>
Sobre
<
/h4
>
<
ul
style
=
{
listStyle
}
>
<
li
>
<
WhiteLink
href
=
"
sobre
"
>
Sobre
a
Plataforma
<
/WhiteLink> </
li
>
<
li
>
<
WhiteLink
href
=
"
sobre#portaisparceiros
"
>
Portais
Parceiros
<
/WhiteLink> </
li
>
<
li
>
<
WhiteLink
href
=
"
termos
"
>
Termos
de
Uso
<
/WhiteLink> </
li
>
<
li
>
<
WhiteLink
href
=
"
contato
"
>
Contato
<
/WhiteLink> </
li
>
<
li
>
<
WhiteLink
to
=
"
/
sobre
"
>
Sobre
a
Plataforma
<
/WhiteLink> </
li
>
<
li
>
<
WhiteLink
to
=
"
/
sobre#portaisparceiros
"
>
Portais
Parceiros
<
/WhiteLink> </
li
>
<
li
>
<
WhiteLink
to
=
"
/
termos
"
>
Termos
de
Uso
<
/WhiteLink> </
li
>
<
li
>
<
WhiteLink
to
=
"
/
contato
"
>
Contato
<
/WhiteLink> </
li
>
<
/ul
>
<
/Col
>
<
Col
md
=
{
4
}
sm
=
{
5
}
xs
=
{
5
}
>
<
h4
>
Ajuda
<
/h4
>
<
ul
style
=
{
listStyle
}
>
<
li
>
<
WhiteLink
href
=
"
ajuda
"
>
Central
de
Ajuda
<
/WhiteLink> </
li
>
<
li
>
<
WhiteLink
href
=
"
publicando-recurso
"
>
Publicando
Recursos
<
/WhiteLink> </
li
>
<
li
>
<
WhiteLink
href
=
"
encontrando-recurso
"
>
Encontrando
Recursos
<
/WhiteLink> </
li
>
<
li
>
<
WhiteLink
href
=
"
participando-da-rede
"
>
Participando
da
Rede
<
/WhiteLink> </
li
>
<
li
>
<
WhiteLink
href
=
"
gerenciando-conta
"
>
Gerenciando
a
Conta
<
/WhiteLink> </
li
>
<
li
>
<
WhiteLink
to
=
"
/
ajuda
"
>
Central
de
Ajuda
<
/WhiteLink> </
li
>
<
li
>
<
WhiteLink
to
=
"
/
publicando-recurso
"
>
Publicando
Recursos
<
/WhiteLink> </
li
>
<
li
>
<
WhiteLink
to
=
"
/
encontrando-recurso
"
>
Encontrando
Recursos
<
/WhiteLink> </
li
>
<
li
>
<
WhiteLink
to
=
"
/
participando-da-rede
"
>
Participando
da
Rede
<
/WhiteLink> </
li
>
<
li
>
<
WhiteLink
to
=
"
/
gerenciando-conta
"
>
Gerenciando
a
Conta
<
/WhiteLink> </
li
>
<
/ul
>
<
/Col
>
<
Col
md
=
{
4
}
sm
=
{
12
}
xs
=
{
12
}
>
Loading