update staff and bug fix for /news menu
This commit is contained in:
parent
895026ff66
commit
9a0cb169d1
2 changed files with 18 additions and 21 deletions
|
@ -90,19 +90,25 @@ was a James Kent Scholar and co-founder of the Columbia Science and
|
||||||
Technology Law Review. Karen received her bachelor’s degree in engineering
|
Technology Law Review. Karen received her bachelor’s degree in engineering
|
||||||
from The Cooper Union.</p>
|
from The Cooper Union.</p>
|
||||||
|
|
||||||
<h2 id="brett">Brett Smith - Director of Strategic Initiatives</h2>
|
<h2 id="sage">Sage Sharp - Senior Director of Diversity & Inclusion</h2>
|
||||||
<p>Brett Smith began his FLOSS advocacy in 2000 at college, organizing
|
<p>Sage Sharp is the Senior Director of Diversity & Inclusion at the Software
|
||||||
student groups and discussing the issues with professors and journalists. He
|
Freedom Conservancy. Sage runs Outreachy, which is Conservancy's diversity
|
||||||
also spent a couple of those summers interning at the Free Software
|
initiative that provides paid, remote internships to people who are subject to
|
||||||
Foundation, and working in various assisting roles there when he returned to
|
systemic bias or impacted by underrepresentation in tech. Sage is a
|
||||||
campus. Later on he worked as the FSF's License Compliance Engineer from
|
long-standing free software contributor, and is known for their work as a
|
||||||
2006-2012, helping to shepherd the GPLv3 drafting process and do outreach
|
Linux kernel maintainer for seven years. They also founded their own company,
|
||||||
after the license was released. From there, he worked as a Systems Engineer
|
Otter Tech, which has trained over 400 people on how to enforce a Code of
|
||||||
at the World Wide Web Consortium (W3C) and
|
Conduct.</p>
|
||||||
an <a href="https://arvados.org/">Arvados</a> maintainer at Curoverse before
|
|
||||||
joining Conservancy as Director of Strategic Initiatives in 2016. He holds a
|
|
||||||
BS in Computer Science from the University of Kentucky.</p>
|
|
||||||
|
|
||||||
|
<h2 id="pono">Daniel Pono Takamori - Community Organizer & Non-Profit Problem Solver</h2>
|
||||||
|
<p>Pono joined Conservancy to help fill a community need for bridging technical
|
||||||
|
and non-technical roles. Having worked at FOSS foundations and organizations
|
||||||
|
for over a decade, his background in FOSS infrastructure led him to think more
|
||||||
|
deeply about how to better use community intelligence instead of technology
|
||||||
|
to solve governance questions. He is passionate about making FOSS a more
|
||||||
|
equitable and inclusive space. With a background in mathematics and physics,
|
||||||
|
he looks forward to mobilizing social intelligence and community goveranance
|
||||||
|
as a basis for solving both technical and non-technical problems.</p>
|
||||||
|
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -8,15 +8,6 @@
|
||||||
|
|
||||||
{% block subtitle %}{{ object.headline|striptags|safe }} - {% endblock %}
|
{% block subtitle %}{{ object.headline|striptags|safe }} - {% endblock %}
|
||||||
|
|
||||||
{% block outercontent %}
|
|
||||||
<div id="container">
|
|
||||||
<div id="sidebar" class="{% block submenuselection %}other{% endblock %}">
|
|
||||||
<h2>{% block category %}Media Contact{% endblock %}</h2>
|
|
||||||
{% include 'submenus/press_partial.html' %}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
<div id="mainContent">
|
<div id="mainContent">
|
||||||
|
|
Loading…
Reference in a new issue