hello: Add getapp badge on landing page.

This commit is contained in:
Aman Agrawal 2023-12-04 02:57:02 +00:00 committed by Tim Abbott
parent 271faaaa06
commit 895d76f6f0
2 changed files with 6 additions and 0 deletions

View File

@ -339,6 +339,9 @@
</div>
</div>
<div class="screen-5__badges">
<a class="screen-5__badge-getapp" href="https://www.getapp.com/collaboration-software/web-collaboration/category-leaders/">
<img alt="" src="https://capterra.s3.amazonaws.com/assets/images/gdm-badges/ga-category_leaders-2023.png"/>
</a>
<a class="screen-5__badge-capterra" href="https://www.capterra.com/p/197945/Zulip/">
<img alt="" src="{{ static('images/landing-page/hello/capterra-2023.png') }}"/>
</a>

View File

@ -581,8 +581,11 @@ ul {
display: flex;
justify-content: center;
margin-bottom: 24px;
gap: 50px;
flex-wrap: wrap;
}
.screen-5__badge-getapp img,
.screen-5__badge-capterra img {
opacity: 0.8;
height: 128px;