mirror of https://github.com/zulip/zulip.git
history: Add NSF and GSoC logos in a new support section.
This commit is contained in:
parent
c242433dcb
commit
b60005c5bb
Binary file not shown.
After Width: | Height: | Size: 5.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
|
@ -1052,6 +1052,18 @@ input#terminal:checked ~ #tab-terminal {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.history .sponsors {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.history .sponsors .sponsor-picture img {
|
||||
height: 170px;
|
||||
margin: 0 20px 0 20px;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.integration-instruction-block .integration-lozenge {
|
||||
float: left;
|
||||
margin-top: 5px;
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
</div>
|
||||
<div class="main">
|
||||
<div class="padded-content">
|
||||
<div class="inner-content">
|
||||
<div class="inner-content history">
|
||||
<div class="photo-description">
|
||||
Zulip at the PyCon Sprints in Portland, Oregon.
|
||||
Over seventy-five people sprinted during the four day event.
|
||||
|
@ -147,6 +147,33 @@
|
|||
on-premise product was seeing rapid adoption (fueled
|
||||
partly by the sunsetting of HipChat server).
|
||||
</p>
|
||||
|
||||
<h1>Support</h1>
|
||||
|
||||
<p>
|
||||
Kandra Labs is supported by nearly $1M
|
||||
in <a href="https://seedfund.nsf.gov/">SBIR
|
||||
grants</a> from the US National Science
|
||||
Foundation, and Zulip has benefitted enormously
|
||||
from the 30+ developers that started working on
|
||||
Zulip
|
||||
via <a href="https://summerofcode.withgoogle.com/">Google
|
||||
Summer of Code</a> and
|
||||
<a href="https://codein.withgoogle.com/">Google
|
||||
Code-In</a>.
|
||||
</p>
|
||||
<div class="sponsors">
|
||||
<div class="sponsor-picture">
|
||||
<a href="https://seedfund.nsf.gov/">
|
||||
<img src="/static/images/history/nsf-logo.png" alt="" />
|
||||
</a>
|
||||
</div>
|
||||
<div class="sponsor-picture">
|
||||
<a href="https://summerofcode.withgoogle.com/">
|
||||
<img src="/static/images/history/gsoc-logo.png" alt="" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue