diff --git a/frontend/src/App.js b/frontend/src/App.js index 03064c2d..141982b1 100644 --- a/frontend/src/App.js +++ b/frontend/src/App.js @@ -13,6 +13,7 @@ import Perfil from "./pages/Perfil"; import Materias from "./pages/Materias"; import Grade from "./pages/Grade"; import FluxogramaAero from "./pages/FluxogramaAero" +import Fluxogramas from "./pages/Fluxograma" function App() { const { access_token } = useSelector(state => state.auth) @@ -33,6 +34,7 @@ function App() { } /> } /> } /> } /> + } /> diff --git a/frontend/src/components/Navbar.js b/frontend/src/components/Navbar.js index dbe5f7db..1588cfce 100644 --- a/frontend/src/components/Navbar.js +++ b/frontend/src/components/Navbar.js @@ -15,18 +15,8 @@ const Navbar = () => { - {access_token && ( - -)} + + {access_token && ( )} {access_token ? : } diff --git a/frontend/src/images/pic3.png b/frontend/src/images/pic3.png new file mode 100644 index 00000000..8e4e8123 Binary files /dev/null and b/frontend/src/images/pic3.png differ diff --git a/frontend/src/pages/Fluxograma.js b/frontend/src/pages/Fluxograma.js new file mode 100644 index 00000000..f729301d --- /dev/null +++ b/frontend/src/pages/Fluxograma.js @@ -0,0 +1,65 @@ +import React from "react"; +import { Grid, Button } from "@mui/material"; +import Pic3 from '../images/pic3.png'; +import Navbar from "../components/Navbar"; +import { Box } from "@mui/material"; +import { Link } from "react-router-dom"; + +const Home = () => { + return ( + + + + + +

Fluxogramas de Cursos

+ +
+
+

+ Bem-vindo à nossa seção de Fluxogramas de Cursos! Aqui, você encontrará informações detalhadas sobre a estrutura dos cursos da FGA. Os fluxogramas são mapas visuais que destacam a sequência de disciplinas e atividades ao longo do período do curso. +

+

+ Escolha o curso que deseja visualizar: +

+ + + + + + + + + + + + + + + + + + + imagem + +
+
+
+ ); +}; + +export default Home; diff --git a/frontend/src/styleheets/FluxogramaSoft.css b/frontend/src/styleheets/FluxogramaSoft.css index 0084c3aa..58980b59 100644 --- a/frontend/src/styleheets/FluxogramaSoft.css +++ b/frontend/src/styleheets/FluxogramaSoft.css @@ -3,16 +3,16 @@ .container { width: 2450px; height: 1080px; - background: #0b0b0b; + background: #ffffff; position: relative; } .course-card { width: 210px; height: 120px; position: absolute; - background: rgba(30, 30, 30, 0.51); + background: rgb(255, 255, 255); border-radius: 10px; - box-shadow: 0px 0px 10px rgba(13, 13, 13, 0.5); + box-shadow: 0px 0px 10px rgb(255, 255, 255) } .course-info {