Skip to content

Commit

Permalink
refactor: Changing company , footer and removing warnings
Browse files Browse the repository at this point in the history
Changing company , footer and removing warnings
  • Loading branch information
luizrosalba committed Dec 3, 2021
1 parent f0acef9 commit 12fd46e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/common/template/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default class Footer extends Component {
constructor(props) {
super(props);
this.state = {
date: "04/09/2021"
date: "03/12/2021"
};
}

Expand Down
3 changes: 1 addition & 2 deletions src/components/header/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React, { useState, useEffect } from "react";
import * as S from "./styled";
import React, { useEffect } from "react";
import useGithub from "../../hooks/github-hooks";

const Header = () => {
Expand Down
2 changes: 0 additions & 2 deletions src/pages/Certificados/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ const Certificados = () => {
</div>

<div className="links">
<a href="https://codepen.io/luizrosalba/full/jOrbzpe" target="_blank" rel="noopener noreferrer" > <center> Conheça meus Portfólio no CodePen </center></a>
<br></br>
</div>
<div className="title_page"> <center>Meus Certificados</center> </div>
<br></br>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/Sobre/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const ColunasBrancas = () => {
<center><h1>Atuação Profissional:</h1> </center>
<div style={{ marginTop: "20px" }}></div>
<p>
Desenvolvedor de Software na <u><a href="https://deepseedsolutions.com/">Deep Seed Solutions</a></u>
Desenvolvedor de Software na <u><a href="https://www.wipro.com/pt-BR/overview/">Wipro</a></u>
</p>
<p>
Professor de física.
Expand Down Expand Up @@ -90,7 +90,7 @@ const ColunasBrancas = () => {
TDD, BDD e Padrões de desenvolvimento.
</p>
<p>
Conheça meus trabalho em meu LinkedIn
Conheça meus trabalhos em meu LinkedIn
</p>
</S.CardWrapperSobre>
</S.WrapperColunasSobre>
Expand Down
5 changes: 2 additions & 3 deletions src/pages/Sobre/styled.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import styled, { css } from 'styled-components'
import styled from 'styled-components'

export const textoSecao = styled.div`
letter-spacing: 3px;
Expand Down Expand Up @@ -31,7 +31,7 @@ export const ButtonSobre = styled.button`
display:flex;
justify-content: center;
text-decoration: none;
background: brown;
background: rgb(255, 102, 102);
border-radius: 15px;
border: 3px none #ac4c4c;
color: white;
Expand All @@ -51,7 +51,6 @@ export const ButtonSobre = styled.button`
background-size: 200% 100%;
background-position: 100%;
border: 2px solid white;
color: chocolate;
}
Expand Down

0 comments on commit 12fd46e

Please sign in to comment.