Added John
This commit is contained in:
parent
93a68d5ff3
commit
7946a870e4
|
@ -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) {
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 8.8 KiB |
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue