This project is archived. Its data is read-only.
Add OONI to the projects page
I would like to have OONI be added to the projects page (https://www.torproject.org/projects/projects.html.en). Here is the diff of what should be added to `projects/en/projects.wml` ``` » svn diff Index: projects.wml =================================================================== --- projects.wml (revision 26925) +++ projects.wml (working copy) @@ -153,6 +153,24 @@ </div> </div> +<div class="projectbox"> +<a href="https://ooni.torproject.org/"><img class="icon" +src="$(IMGROOT)/icon-OONI.png" alt="OONI Icon" width="75" +height="75"></a> +<div class="projectdesc"> +<div class="name"><a +href="https://ooni.torproject.org/">OONI</a></div> +<p> +The Open Observatory of Network Interference, is a global observation +network which aims is to collect high quality data using open methodologies, +using Free and Open Source Software (FL/OSS) to share observations and data +about the various types, methods, and amounts of network tampering in the +world. +</p> +</div> +</div> + + </table> <!-- END TABLE --> </div> ``` Attached is the logo to be added images/icon-OONI.png
issue