From 3d42f28fddba87879a4e700781958d6a8b33d346 Mon Sep 17 00:00:00 2001
From: Riba <mrp19@inf.ufpr.br>
Date: Thu, 7 Nov 2019 09:08:13 -0300
Subject: [PATCH] =?UTF-8?q?Criando=20carousel=20pr=C3=B3prio?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/Components/Carousel.js        | 17 +++++++++++++++++
 src/Components/ExpansionPanels.js | 18 ++++++++++++++++++
 src/Components/Modal.js           |  6 ++----
 3 files changed, 37 insertions(+), 4 deletions(-)
 create mode 100644 src/Components/Carousel.js

diff --git a/src/Components/Carousel.js b/src/Components/Carousel.js
new file mode 100644
index 00000000..ab1886ec
--- /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 613c8d62..64c58066 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 bfa28efe..d4af974b 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>
-- 
GitLab