[mirotalk] - refactor: wrap top sponsor card in single anchor for full-area clickability
This commit is contained in:
@@ -2766,9 +2766,17 @@ ul.pricing-item-features-list li {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.sponsor-link {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#topSponsors .clients-logo {
|
||||
display: flex;
|
||||
cursor: pointer;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 0.625rem 1.125rem;
|
||||
|
||||
+17
-22
@@ -178,30 +178,25 @@
|
||||
<h3 class="tac">This project is proudly sponsored by</h3>
|
||||
<ul class="list-reset">
|
||||
<li class="reveal-from-left" data-reveal-delay="150">
|
||||
<div
|
||||
class="clients-logo"
|
||||
style="cursor: pointer"
|
||||
onclick="
|
||||
window.open(
|
||||
'https://recall.ai/?utm_source=mirotalkp2p&utm_medium=sponsorship',
|
||||
'_blank'
|
||||
)
|
||||
"
|
||||
<a
|
||||
class="sponsor-link"
|
||||
href="https://recall.ai/?utm_source=mirotalkp2p&utm_medium=sponsorship"
|
||||
target="_blank"
|
||||
data-umami-event="RecallButton"
|
||||
>
|
||||
<img class="clients-size-logo" src="../sponsors/RecallAI.svg" alt="Recall.ai" />
|
||||
</div>
|
||||
<div class="mt-16 tac">
|
||||
<a
|
||||
href="https://recall.ai/?utm_source=mirotalkp2p&utm_medium=sponsorship"
|
||||
target="_blank"
|
||||
class="blue"
|
||||
data-umami-event="RecallLink"
|
||||
>Recall.ai</a
|
||||
>
|
||||
– an API for recording Zoom, Google Meet, Microsoft Teams, and in-person
|
||||
meetings.
|
||||
</div>
|
||||
<div class="clients-logo">
|
||||
<img
|
||||
class="clients-size-logo"
|
||||
src="../sponsors/RecallAI.svg"
|
||||
alt="Recall.ai"
|
||||
/>
|
||||
</div>
|
||||
<div class="mt-16 tac">
|
||||
<span class="blue">Recall.ai</span>
|
||||
– an API for recording Zoom, Google Meet, Microsoft Teams, and in-person
|
||||
meetings.
|
||||
</div>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user