Skip to content

Commit

Permalink
Merge pull request #43 from FredericoBresani/gh-pages
Browse files Browse the repository at this point in the history
Subscribe button fixed
  • Loading branch information
brunops1 authored May 7, 2024
2 parents affb308 + 1aa35b5 commit af43d78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 2024/src/app/about/about.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
palco aberto para brilhar e captar a atenção de investidores e grandes empresas.
</a>
</div>
<img class="subscribe" src="../../assets/images/subscribe-here-button.png">
<img class="subscribe" src="../../assets/images/subscribe-here-button.png" (click)="goToLink('https://www.even3.com.br/manguebit-2024-438948/')">
<img class="hidden-decoration" src="../../assets/images/IDV-Mangue_PONTE.png" style="transform: rotate(1.8deg);" *ngIf="mobile">
</div>
</div>
Expand Down
4 changes: 4 additions & 0 deletions 2024/src/app/about/about.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
.subscribe {
width: 45%;
margin: 2rem 0 0 0;
cursor: pointer;
@media (max-width: 1024px) {
width: 30%;
}
Expand All @@ -121,6 +122,9 @@
width: 70%;
}
}
.subscribe:hover {
opacity: 0.7;
}
}
}
}

0 comments on commit af43d78

Please sign in to comment.