portico: Add first a quote to /for/research.

We'll add more later, at which point we'll need to add the carousel
widget, but this is the first one that came in.
This commit is contained in:
Tim Abbott 2020-05-20 17:44:20 -07:00
parent 39be75e06d
commit ef1cdf87ce
1 changed files with 28 additions and 0 deletions

View File

@ -33,6 +33,34 @@ conversations and focus work.' %}
</div>
</div>
</div>
<div class="testimonials">
<div class="padded-content">
<div id="research-quote-carousel" class="carousel slide" data-ride="carousel">
<div class="carousel-quotes">
<div class="carousel-inner">
<div class="item active quote-container">
<blockquote>
I have to use Slack for some other
research groups I collaborate with, but my
own graduate students voted to switch to
Zulip a few years ago and it's just vastly
better. Having infinite well-organized
history (tagged by topic and accessible
with a click) is super-helpful when my
group is involved in a bunch of different
projects and I meet with each student once
or twice a week and often need help
remembering, 'Wait, what did we decide
about this a month ago when we last talked
about it?'
</blockquote>
<cite>Keith Winstein, Stanford University Computer Science</cite>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
{% endblock %}