Author: atagar Date: 2013-12-16 17:25:57 +0000 (Mon, 16 Dec 2013) New Revision: 26480
Added: website/trunk/images/video.png Modified: website/trunk/css/layout.css website/trunk/getinvolved/en/volunteer.wml Log: Adding tor ecosystem presentation to the volunteer page
My TA3M presentation covers most of the volunteer page's projects. Placing it here will give visitors an easier method to learn about our projects (rather than digging into a wall of text).
This has the right proportions on my screen, but I'm not sure about other resolutions. Fingers crossed it looks ok elsewhere...
Modified: website/trunk/css/layout.css =================================================================== --- website/trunk/css/layout.css 2013-12-14 16:01:16 UTC (rev 26479) +++ website/trunk/css/layout.css 2013-12-16 17:25:57 UTC (rev 26480) @@ -428,6 +428,20 @@ padding: 6px; }
+#ecosystem_presentation { + height: 30px; + padding-top: 10px; + padding-left: 60px; + vertical-align: middle; + background: url("../images/video.png") no-repeat scroll left center transparent; + font-size: 1.7em; + font-weight: bold; +} + +#ecosystem_presentation a { + text-decoration: none; +} + .project { float: left; padding: 6px;
Modified: website/trunk/getinvolved/en/volunteer.wml =================================================================== --- website/trunk/getinvolved/en/volunteer.wml 2013-12-14 16:01:16 UTC (rev 26479) +++ website/trunk/getinvolved/en/volunteer.wml 2013-12-16 17:25:57 UTC (rev 26480) @@ -104,6 +104,16 @@ aren't active at that moment. </p>
+ <p> + For a presentation summarizing many of these projects see... + </p> + + <div id="ecosystem_presentation"> + <a href="https://media.torproject.org/video/2013-11-t3am-damian-johnson.mp4">Tor Ecosystem</a> (<a href="https://svn.torproject.org/svn/projects/presentations/2013-11-t3am-tor-ecosystem.pdf">slides</a>) + </div> + + <br /></br /> + <table id="projects"> <tr> <th>Name</th>
Added: website/trunk/images/video.png =================================================================== (Binary files differ)
Property changes on: website/trunk/images/video.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream
tor-commits@lists.torproject.org