Added John

This commit is contained in:
Maciej Zadykowicz 2021-01-19 18:51:21 +01:00
parent 93a68d5ff3
commit 7946a870e4
3 changed files with 7 additions and 4 deletions

View File

@ -1005,6 +1005,9 @@ select[multiple] {
.person--gheorghe {
background-image: url("../img/gheorghe.jpeg"); }
.person--john {
background-image: url("../img/john.jpg"); }
.person:nth-child(1),
.person:nth-child(4),
.person:nth-child(7) {

BIN
img/john.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

@ -409,9 +409,9 @@
</div>
<div class="person">
<div class="person-inner">
<h3>Gheorghe Pinzaru</h3>
<p>UI Engineer</p>
<div class="person-image person--gheorghe"></div>
<h3>John Lea</h3>
<p>Product Strategy</p>
<div class="person-image person--john"></div>
</div>
</div>
@ -568,7 +568,7 @@
<ul class="footer-list">
<li class="footer-link"><a href="https://wiki.status.im" target="_blank">Status Wiki</a></li>
<li class="footer-link"><a href="https://blog.status.im/?gi=73d6676925e9" target="_blank">Status Blog</a></li>
<li class="footer-link"><a href="https://status.im/our_team/open_positions.html" target="_blank">Jobs</a></li>
<li class="footer-link"><a href="https://status.im/jobs.html" target="_blank">Jobs</a></li>
</ul>
</div>
</div>