Skip to content

Commit

Permalink
Merge pull request #3265 from craigcook/bug-1198773-leadership-page
Browse files Browse the repository at this point in the history
Fix bug 1198773 - add Kaykas-Wolff to steering committee
  • Loading branch information
Schalk Neethling committed Sep 1, 2015
2 parents 72a9a3c + e9143b3 commit 6537ef0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
1 change: 1 addition & 0 deletions bedrock/foundation/templates/foundation/mocosc.html
Expand Up @@ -45,6 +45,7 @@ <h1 class="page-title">{{ _('About the Mozilla Corporation Steering Committee')
<li><a href="https://blog.mozilla.org/press/bios/david-bryant/">David Bryant, {{ _('Interim CTO and VP, Platform Engineering') }}</a></li>
<li><a href="https://blog.mozilla.org/press/bios/jim-cook/">Jim Cook, {{ _('Chief Finance Officer') }}</a></li>
<li><a href="https://blog.mozilla.org/press/bios/denelle-dixon-thayer/">Denelle Dixon-Thayer, {{ _('Chief Legal and Business Officer') }}</a></li>
<li><a href="https://blog.mozilla.org/press/bios/jascha-kaykas-wolff/">Jascha Kaykas-Wolff, {{ _('Chief Marketing Officer') }}</a></li>
<li><a href="https://blog.mozilla.org/press/bios/mark-mayo/">Mark Mayo, {{_('Senior Vice President, Firefox')}}</a></li>
<li><a href="https://blog.mozilla.org/press/bios/david-slater/">David Slater, {{ _('Chief of Staff and SVP of Operations') }}</a></li>
</ul>
Expand Down
27 changes: 14 additions & 13 deletions bedrock/mozorg/templates/mozorg/about/leadership.html
Expand Up @@ -100,6 +100,20 @@ <h3 id="mgmt-corp"><a href="{{ url('foundation.moco') }}">{{ _('Mozilla Corporat
</ul>
</li>

<li class="vcard" itemscope itemtype="http://schema.org/Person">
<a class="url" itemprop="url" href="https://blog.mozilla.org/press/bios/jascha-kaykas-wolff/">
<img class="photo" itemprop="image" alt="" src="{{ static('img/mozorg/about/leadership/jascha-kaykas-wolff.jpg') }}">
<span class="fn" itemprop="name">Jascha Kaykas-Wolff</span>
</a>
<span class="title" itemprop="jobTitle">{{ _('Chief Marketing Officer') }}</span>
<span class="note">{{ _('Steering Committee') }}</span>

<ul class="elsewhere">
<li><a class="url twitter" itemprop="url" href="https://twitter.com/kaykas">@kaykas</a></li>
<li><a class="url book" itemprop="url" href="https://mozillians.org/u/kaykas/">{{ _('Mozillians profile') }}</a></li>
</ul>
</li>

<li class="vcard" itemscope itemtype="http://schema.org/Person">
<a class="url" itemprop="url" href="https://blog.mozilla.org/press/bios/mark-mayo/">
<img class="photo" itemprop="image" alt="" src="{{ static('img/mozorg/about/leadership/mark-mayo.jpg') }}">
Expand Down Expand Up @@ -155,19 +169,6 @@ <h3 id="mgmt-corp"><a href="{{ url('foundation.moco') }}">{{ _('Mozilla Corporat
</ul>
</li>

<li class="vcard" itemscope itemtype="http://schema.org/Person">
<a class="url" itemprop="url" href="https://blog.mozilla.org/press/bios/jascha-kaykas-wolff/">
<img class="photo" itemprop="image" alt="" src="{{ static('img/mozorg/about/leadership/jascha-kaykas-wolff.jpg') }}">
<span class="fn" itemprop="name">Jascha Kaykas-Wolff</span>
</a>
<span class="title" itemprop="jobTitle">{{ _('Chief Marketing Officer') }}</span>

<ul class="elsewhere">
<li><a class="url twitter" itemprop="url" href="https://twitter.com/kaykas">@kaykas</a></li>
<li><a class="url book" itemprop="url" href="https://mozillians.org/u/kaykas/">{{ _('Mozillians profile') }}</a></li>
</ul>
</li>

<li class="vcard" itemscope itemtype="http://schema.org/Person">
<a class="url" itemprop="url" href="https://blog.mozilla.org/press/bios/mary-ellen-muckerman/">
<img class="photo" itemprop="image" alt="" src="{{ static('img/mozorg/about/leadership/mary-ellen-muckerman.jpg') }}">
Expand Down

0 comments on commit 6537ef0

Please sign in to comment.