diff --git a/src/Components/Carousel.js b/src/Components/Carousel.js new file mode 100644 index 0000000000000000000000000000000000000000..ab1886ec698ab20926638eb828eb795e78b30dc2 --- /dev/null +++ b/src/Components/Carousel.js @@ -0,0 +1,17 @@ +/*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/>.*/ diff --git a/src/Components/ExpansionPanels.js b/src/Components/ExpansionPanels.js index 613c8d62b353d4570d6e722bc52b59248ab7baf7..64c58066b1333103ff2aebd62c7b05464ed11652 100644 --- a/src/Components/ExpansionPanels.js +++ b/src/Components/ExpansionPanels.js @@ -1,3 +1,21 @@ +/*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'; diff --git a/src/Components/Modal.js b/src/Components/Modal.js index bfa28efe757e81dd38ba0a0e3e190d7ed30273ca..d4af974b2dcb2a4f2e7097df216749f1affde8f5 100644 --- a/src/Components/Modal.js +++ b/src/Components/Modal.js @@ -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>