Author: arma Date: 2012-10-04 01:23:21 +0000 (Thu, 04 Oct 2012) New Revision: 25834
Modified: website/trunk/about/en/sidenav.wmi Log: three jobs means it's time for a sidenav
Modified: website/trunk/about/en/sidenav.wmi =================================================================== --- website/trunk/about/en/sidenav.wmi 2012-10-04 01:12:22 UTC (rev 25833) +++ website/trunk/about/en/sidenav.wmi 2012-10-04 01:23:21 UTC (rev 25834) @@ -38,11 +38,23 @@ }, {'url' => 'about/contributors', 'txt' => 'Past Contributors', - }, - {'url' => 'about/jobs', - 'txt' => 'Jobs', }] }, + + {'url' => 'about/jobs', + 'txt' => 'Jobs', + 'subelements' => [ + {'url' => 'about/jobs-projectcoordinator', + 'txt' => 'Project coordinator', + }, + {'url' => 'about/jobs-pluggabletransport', + 'txt' => 'Pluggable transport dev', + }, + {'url' => 'about/jobs-browserhacker', + 'txt' => 'Browser Hacker', + }] + }, + {'url' => 'about/sponsors', 'txt' => 'Sponsors', },
tor-commits@lists.torproject.org