mirror of https://github.com/zulip/zulip.git
hello: Add getapp badge on landing page.
This commit is contained in:
parent
271faaaa06
commit
895d76f6f0
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue