Skip to content

Commit

Permalink
adding courses
Browse files Browse the repository at this point in the history
  • Loading branch information
luizrosalba committed Mar 6, 2022
1 parent 12fd46e commit e06634d
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 2 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: "03/12/2021"
date: "05/03/2022"
};
}

Expand Down
Binary file added src/img/async.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/enzyme.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/git.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/webpack.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion src/pages/Certificados/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ import cert5 from '../../img/freedatajs.PNG';
import cert6 from '../../img/freeresponsive.PNG';
import cert7 from '../../img/avanadeglobal.PNG';
import cert8 from '../../img/avanade2.PNG';
import cert9 from '../../img/async.PNG';
import cert10 from '../../img/git.PNG';
import cert11 from '../../img/enzyme.PNG';
import cert12 from '../../img/webpack.PNG';


import Carousel from "react-multi-carousel";
Expand Down Expand Up @@ -87,10 +91,14 @@ const Certificados = () => {
<div><img src={cert6} heigth={H} width={W} alt='logo' /> </div>
<div><img src={cert7} heigth={H} width={W} alt='logo' /> </div>
<div><img src={cert8} heigth={H} width={W} alt='logo' /> </div>
<div><img src={cert9} heigth={H} width={W} alt='logo' /> </div>
<div><img src={cert10} heigth={H} width={W} alt='logo' /> </div>
<div><img src={cert11} heigth={H} width={W} alt='logo' /> </div>
<div><img src={cert12} heigth={H} width={W} alt='logo' /> </div>
</Carousel>
<br>
</br>
<div className="title_page"> <center>Tempo Total : 1064 h </center> </div>
<div className="title_page"> <center>Tempo Total : {1064+15+5+3+17} h </center> </div>


</div>
Expand Down

0 comments on commit e06634d

Please sign in to comment.