mirror of https://github.com/zulip/zulip.git
portico: Reorder quotes in carousel on /hello.
This commit is contained in:
parent
aad5c3df48
commit
97ed71ca69
|
@ -447,6 +447,20 @@
|
|||
<div class="carousel-quotes">
|
||||
<div class="carousel-inner">
|
||||
<div class="item active quote-container">
|
||||
<blockquote>
|
||||
Zulip’s unique threading saves me well
|
||||
over an hour a day in working with our
|
||||
distributed team of engineers and PMs
|
||||
across 7+ time zones. We tried Slack,
|
||||
Mattermost, and other team chat
|
||||
products that claim to support
|
||||
threading, and nothing handles
|
||||
synchronous and asynchronous
|
||||
communication so intuitively.
|
||||
</blockquote>
|
||||
<cite>Jacinda Shelly, CTO, Doctor on Demand</cite>
|
||||
</div>
|
||||
<div class="item quote-container">
|
||||
<blockquote>
|
||||
Akamai’s Zulip Enterprise deployment
|
||||
connects over 2000 users around the planet.
|
||||
|
@ -475,20 +489,6 @@
|
|||
</blockquote>
|
||||
<cite>Nick Bergson-Shilcock, founder and CEO, Recurse Center</cite>
|
||||
</div>
|
||||
<div class="item quote-container">
|
||||
<blockquote>
|
||||
Zulip’s unique threading saves me well
|
||||
over an hour a day in working with our
|
||||
distributed team of engineers and PMs
|
||||
across 7+ time zones. We tried Slack,
|
||||
Mattermost, and other team chat
|
||||
products that claim to support
|
||||
threading, and nothing handles
|
||||
synchronous and asynchronous
|
||||
communication so intuitively.
|
||||
</blockquote>
|
||||
<cite>Jacinda Shelly, CTO, Doctor on Demand</cite>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue