Skip to content

Commit

Permalink
Merge pull request #364 from marleypm16/alterar-botao-mentoria
Browse files Browse the repository at this point in the history
Alterar botao mentoria
  • Loading branch information
wouerner authored Aug 14, 2024
2 parents 0d97b0d + 6e30350 commit 0ebcf6a
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 8 deletions.
37 changes: 37 additions & 0 deletions src/assets/imgs/blogSouJunior-img.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/components/FooterDefault/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ const FooterDefault = () => {
</a>
<li>
<a
href="https://mentoria-online.vercel.app/"
href="https://blog.soujunior.tech/"
rel="noreferrer"
target="_blank"
>
Portal de mentoria
Blog da SouJunior
</a>
</li>
</li>
Expand Down
1 change: 0 additions & 1 deletion src/components/Home/OurSitesSection/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export const Title = styled.h1`
`;

export const ContainerImg = styled.figure`
width: 330px;
height: auto;
overflow: hidden;
border-radius: 16px;
Expand Down
10 changes: 5 additions & 5 deletions src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import OurSitesCard from '../components/Home/OurSitesSection/OurSites';

import ImageHome from '../assets/imgs/home-image.svg';
import PortalMentoria from '../assets/imgs/portalMentoria-img.svg';
import Site from '../assets/imgs/siteSouJunior-img.svg';
import Blog from '../assets/imgs/blogSouJunior-img.svg';
import NosAcompanhe from '../assets/imgs/followUs-img.svg';
import VocationalTest from '../assets/imgs/vocational-teste.svg';
import doubleCircles from '../assets/imgs/DoubleCircle.svg';
Expand Down Expand Up @@ -90,10 +90,10 @@ export const Home: React.FC = () => {

<CardWrapper>
<OurSitesCard
Link="https://mentores.soujunior.tech/"
Title="Portal de Mentoria"
Img={PortalMentoria}
Description="Seja mentorado por um profissional experiente."
Link="https://blog.soujunior.tech/"
Title="Blog da SouJunior"
Img={Blog}
Description="Conheça nossos artigos."
/>
<OurSitesCard
Link="https://docs.google.com/forms/d/e/1FAIpQLSd1IspO3Hwylce2kHtIsmyBAkH7p3VFmdYUmdL75YXZ-DSNBA/viewform"
Expand Down
1 change: 1 addition & 0 deletions src/pages/styles/Home.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ export const CardWrapper = styled.div`
margin-top: 52px;
gap: 156px;
flex-wrap: wrap;
align-items: center;
justify-content: center;
font-family: 'Radio Canada', sans-serif;
Expand Down

0 comments on commit 0ebcf6a

Please sign in to comment.