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
Commits
3d42f28f
Commit
3d42f28f
authored
5 years ago
by
mrp19
Browse files
Options
Downloads
Patches
Plain Diff
Criando carousel próprio
parent
af4eb16b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!9
Resolve "Criar tela de termos de uso"
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/Components/Carousel.js
+17
-0
17 additions, 0 deletions
src/Components/Carousel.js
src/Components/ExpansionPanels.js
+18
-0
18 additions, 0 deletions
src/Components/ExpansionPanels.js
src/Components/Modal.js
+2
-4
2 additions, 4 deletions
src/Components/Modal.js
with
37 additions
and
4 deletions
src/Components/Carousel.js
0 → 100644
+
17
−
0
View file @
3d42f28f
/*Copyright (C) 2019 Centro de Computacao Cientifica e Software Livre
Departamento de Informatica - Universidade Federal do Parana
This file is part of Plataforma Integrada MEC.
Plataforma Integrada MEC is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Plataforma Integrada MEC is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with Plataforma Integrada MEC. If not, see <http://www.gnu.org/licenses/>.*/
This diff is collapsed.
Click to expand it.
src/Components/ExpansionPanels.js
+
18
−
0
View file @
3d42f28f
/*Copyright (C) 2019 Centro de Computacao Cientifica e Software Livre
Departamento de Informatica - Universidade Federal do Parana
This file is part of Plataforma Integrada MEC.
Plataforma Integrada MEC is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Plataforma Integrada MEC is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with Plataforma Integrada MEC. If not, see <http://www.gnu.org/licenses/>.*/
import
React
from
'
react
'
;
import
MuiExpansionPanel
from
'
@material-ui/core/ExpansionPanel
'
;
import
MuiExpansionPanelSummary
from
'
@material-ui/core/ExpansionPanelSummary
'
;
...
...
This diff is collapsed.
Click to expand it.
src/Components/Modal.js
+
2
−
4
View file @
3d42f28f
...
...
@@ -40,12 +40,10 @@ const useStyles = makeStyles(theme => ({
justifyContent
:
"
center
"
},
paper
:
{
backgroundColor
:
"
blue
"
,
border
:
'
2px solid #000
'
,
boxShadow
:
"
0px 3px 5px -1px rgba(0,0,0,0.2),0px 5px 8px 0px rgba(0,0,0,0.14),0px 1px 14px 0px rgba(0,0,0,0.12)
"
},
carousel
:
{
background
:
"
blue
"
,
width
:
"
750px
"
,
height
:
"
370px
"
,
...
...
@@ -106,11 +104,11 @@ export default function TransitionsModal() {
>
<
Fade
in
=
{
open
}
>
<
CarouselStyled
className
=
{
classes
.
carousel
}
showArrows
=
{
true
}
showThumbs
=
{
false
}
infiniteLoop
=
{
true
}
showStatus
=
{
false
}
>
<
div
>
<
div
style
=
{{
background
:
"
blue
"
}}
>
<
p
>
A
Plataforma
Integrada
MEC
RED
é
parte
do
Compromisso
6
do
3
º
Plano
de
Ação
da
Parceria
para
Governo
Aberto
(
OGP
-
Brasil
),
que
tem
por
objetivo
“
incorporar
na
política
educacional
o
potencial
da
cultura
digital
,
de
modo
a
fomentar
a
autonomia
para
uso
,
reuso
e
adaptação
de
recursos
educacionais
digitais
,
valorizando
a
pluralidade
e
a
diversidade
da
educação
brasileira
”
.
<
/p
>
<
/div
>
<
div
class
=
"
title
"
>
<
div
style
=
{{
background
:
"
red
"
}}
>
<
h2
>
O
que
é
a
Plataforma
Integrada
MEC
RED
e
como
ela
está
organizada
?
<
/h2
>
<
p
>
Uma
plataforma
interativa
,
colaborativa
e
criada
em
software
livre
,
que
disponibiliza
conteúdos
do
acervo
do
MEC
e
indica
conteúdos
de
parceiros
com
o
objetivo
de
formar
uma
rede
ativa
de
educadores
interessados
em
usar
,
criar
e
compartilhar
recursos
educacionais
digitais
.
<
/p
>
...
...
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