mirror of https://github.com/zulip/zulip.git
portico: Remove core-team profiles from /team.
This makes the Zulip team look smaller than we are.
This commit is contained in:
parent
2bd6d275a7
commit
849bc382f9
Binary file not shown.
Before Width: | Height: | Size: 150 KiB |
Binary file not shown.
Before Width: | Height: | Size: 40 KiB |
Binary file not shown.
Before Width: | Height: | Size: 139 KiB |
Binary file not shown.
Before Width: | Height: | Size: 257 KiB |
Binary file not shown.
Before Width: | Height: | Size: 282 KiB |
Binary file not shown.
Before Width: | Height: | Size: 236 KiB |
|
@ -953,7 +953,7 @@ a.bottom-signup-button {
|
||||||
.team-profiles {
|
.team-profiles {
|
||||||
/* Compensate for gutter width */
|
/* Compensate for gutter width */
|
||||||
margin: -10px;
|
margin: -10px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.team .profile .profile-name {
|
.team .profile .profile-name {
|
||||||
|
@ -1003,29 +1003,6 @@ a.bottom-signup-button {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.team .core-team {
|
|
||||||
display: flex;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
justify-content: space-between;
|
|
||||||
}
|
|
||||||
|
|
||||||
.team .core-team .profile {
|
|
||||||
flex: 1;
|
|
||||||
min-width: 120px;
|
|
||||||
text-align: center;
|
|
||||||
align-content: center;
|
|
||||||
margin: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.team .core-team .profile .profile-picture {
|
|
||||||
width: 120px;
|
|
||||||
height: 120px;
|
|
||||||
border-radius: 50%;
|
|
||||||
pointer-events: none;
|
|
||||||
box-shadow: 1px 2px 2px hsla(217, 47%, 17%, 0.03), 2px 2px 12px hsla(217, 47%, 17%, 0.09);
|
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.team input {
|
.team input {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -28,15 +28,15 @@
|
||||||
<div class="main">
|
<div class="main">
|
||||||
<div class="padded-content">
|
<div class="padded-content">
|
||||||
<div class="team">
|
<div class="team">
|
||||||
<h1>The core team at Kandra Labs</h1>
|
|
||||||
<p>
|
<p>
|
||||||
Over 400 people have contributed to the Zulip
|
Over 400 people have contributed to the Zulip
|
||||||
codebase, from high school students to 30 year
|
codebase, from high school students to 30 year
|
||||||
industry veterans, from people launching new careers
|
industry veterans, from people launching new careers
|
||||||
to people looking for community. Meet the leadership
|
to people looking for community. Meet the team
|
||||||
below!
|
below!
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<h1>The core team at Kandra Labs</h1>
|
||||||
<div class="team-profiles">
|
<div class="team-profiles">
|
||||||
<!-- Tim -->
|
<!-- Tim -->
|
||||||
<div class="profile bdfl">
|
<div class="profile bdfl">
|
||||||
|
@ -64,40 +64,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="core-team">
|
|
||||||
<!-- Rishi -->
|
|
||||||
<div class="profile">
|
|
||||||
<img class="profile-picture" src="/static/images/team/rishi.png" alt="" />
|
|
||||||
<div class="profile-name">Rishi Gupta</div>
|
|
||||||
<div class="profile-role">Product</div>
|
|
||||||
</div>
|
|
||||||
<!-- Steve -->
|
|
||||||
<div class="profile">
|
|
||||||
<img class="profile-picture" src="/static/images/team/steve.png" alt="" />
|
|
||||||
<div class="profile-name">Steve Howell</div>
|
|
||||||
<div class="profile-role">Full Stack</div>
|
|
||||||
</div>
|
|
||||||
<!-- Greg -->
|
|
||||||
<div class="profile">
|
|
||||||
<img class="profile-picture" src="/static/images/team/greg.png" alt="" />
|
|
||||||
<div class="profile-name">Greg Price</div>
|
|
||||||
<div class="profile-role">Mobile</div>
|
|
||||||
</div>
|
|
||||||
<!-- Boris -->
|
|
||||||
<div class="profile">
|
|
||||||
<img class="profile-picture" src="/static/images/team/boris.jpg" alt="" />
|
|
||||||
<div class="profile-name">Boris Yankov</div>
|
|
||||||
<div class="profile-role">Mobile</div>
|
|
||||||
</div>
|
|
||||||
<!-- Akash -->
|
|
||||||
<div class="profile">
|
|
||||||
<img class="profile-picture" src="/static/images/team/akash.jpg" alt="" />
|
|
||||||
<div class="profile-name">Akash Nimare</div>
|
|
||||||
<div class="profile-role">Desktop</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<h3>Kandra Labs</h3>
|
|
||||||
<p>
|
<p>
|
||||||
Kandra Labs provides commercial Zulip hosting and on-premises support
|
Kandra Labs provides commercial Zulip hosting and on-premises support
|
||||||
at <a href="https://zulipchat.com/plans">https://zulipchat.com</a>,
|
at <a href="https://zulipchat.com/plans">https://zulipchat.com</a>,
|
||||||
|
|
Loading…
Reference in New Issue