diff --git a/src/components/pages/notFound.js b/src/components/pages/notFound.js index 8570d94..d80d35c 100644 --- a/src/components/pages/notFound.js +++ b/src/components/pages/notFound.js @@ -1,5 +1,5 @@ import React from "react"; -import './styles/notFound.css'; +// import './styles/notFound.css'; class notFound extends React.Component { render() { diff --git a/src/components/pages/perfil.js b/src/components/pages/perfil.js index 822f9eb..8c91db1 100644 --- a/src/components/pages/perfil.js +++ b/src/components/pages/perfil.js @@ -1,45 +1,6 @@ import React from "react"; import './styles/perfil.css' -<<<<<<< HEAD -function perfil() { - return(
- <> - - - Perfil do Usuário - - -
-

UniRep

- - - >>>>>> 39ea5010d38627da6c3e1f3158f1d362d943b8a8 > { + const title = { + color: "white", + fontFamily: "Sans-sheriff", + fontStyle: "normal", + fontWeight: "400", + fontSize: "70px", + textAlign: "center" + + } + // Home button in the republic menu + return( + <> +
  • UniRep
  • + + ) +} +// NEED API + function republica() { + return(
    - - <> - - - Document - - -
    -

    UniRep

    - - - - - - - - - - - - -
    +

    Nome da república

    @@ -105,7 +78,7 @@ function republica() {
    - +
    diff --git a/src/components/pages/styles/republica.css b/src/components/pages/styles/republica.css index 7f95768..b832910 100644 --- a/src/components/pages/styles/republica.css +++ b/src/components/pages/styles/republica.css @@ -1,20 +1,7 @@ :root{ - --corPrincipal: #FFC98A; - --corSecundaria: #D99F6B; + --corPrincipal: #FEC20C; + --corSecundaria: #FDDB53; } - -.titulo{ - font-family: 'Pacifico'; - font-style: normal; - font-weight: 400; - font-size: 50px; - color: #FFFFFF; - text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); - margin-bottom: auto; - margin-top: 0; - margin-left: 50px; - } - .logo { display: inline-block; /* Isso impede que o link ocupe toda a largura */ height: 70px;