staticbits.thefnf.org/fnf2014/people.php
2022-09-27 00:51:15 -05:00

72 lines
3.2 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/*
* * Template Name: people
* * */
?>
<?php include('splash_header.php'); ?>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>People</h2>
<div id="sidenav">
<a href="/about" >About the FNF</a>
<a href="/people" class="on">People</a>
</div ##end of sidenav>
<div id="col">
<h2> Officers </h2>
<h3> Tyrone Greenfield</h3>
<h4> Chief Operating Officer </h4>
<p>As COO, Tyrone coordinates activities between the FNF and partner groups, in addition to working with media organizations. He also performs administrative tasks for the FNFs Kansas City operations. He started working with the FNF while studying history in Iowa.</p>
<h3> Isaac Wilder </h3>
<h4> Executive Director </h4>
<p> Isaac is responsible for the day-to-day operations of the foundation, as well as long-term strategic vision and public advocacy. In addition to writing and speaking on issues of network freedom, Isaac designs, engineers, builds and deploys tools for more democratic networks. He is currently based in Kansas City, MO.</p>
<h3> Charles Wyble </h3>
<h4> Chief Technical Officer </h4>
<p> Charles is a systems architect with 10 years experience designing, implementing and supporting large scale systems in many different industries. He is in charge of architecting the FNFs enterprise and production networks, as well as engineering hardware and software tools in support of our cause. He resides in Austin, TX. </p>
<h3> James Yox </h3>
<h4> Chief Information Officer </h4>
<p> In addition to system and network administration, James is responsible for penetration testing and information security. He lives and works as a software and systems engineer in Kansas City, and is passionate about food, arch linux, and liberty.</p>
<h2>Volunteers</h2>
<p> The individuals that sustain and contribute to the operations of the Free Network Foundation are too many to mention. Suffice it to say that it is the support and hardwork of indviduals like yourself who make this enterprise possible.</p>
<p> Accross multiple continents, and many domains, we rely on individuals who sacrifice their time, expertise and resources to the idea that we can build a freer network, and with it, a freer society. To those that have contributed, we send a heartfelt thank you, and to those that have not, we open the door. If you would like to become a part of our efforts, please don't hesitate to <a href="../contact"> be in touch </a></p>
<h2>Board of Advisors</h2>
<h3> Richard Stallman</h3>
<h4> GNU Project/FSF </h4>
<h3> Gordon Cook</h3>
<h4> Cook Report on Internet Protocol </h4>
<h3> John Stone </h3>
<h4> Grinnell College </h4>
<h3> Paul Garrin</h3>
<h4> wifiNY/name.space </h4>
<h3> Koen Martens </h3>
<h4> Hackerspace Foundation </h4>
<h2>Board of Directors</h2>
<h3> Isaac Wilder </h3>
<h4> Chairman </h4>
<h3> Tyrone Greenfield</h3>
<h4> Secretary </h4>
<h3> Martin Dluhos </h3>
<h3> Patti Wyble </h3>
<h3> Gregory Foster </h3>
</div ##end of col>
</div ## end colcontainer>
</div ## end of colwrapper>
<?php get_footer(); ?>