commit e881c7098158b1c377356d9f6973b0da15ebd002 Author: Arthur Edelstein arthuredelstein@gmail.com Date: Fri Jul 7 14:24:30 2017 -0400
Bug 22857: Fix Orbot project box on homepage
(Reverts part of 17643b01962fabf590b6b76959b9fb3efb511c85) --- en/index.wml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/en/index.wml b/en/index.wml index a228691e..836d3b07 100644 --- a/en/index.wml +++ b/en/index.wml @@ -65,7 +65,10 @@ browse the Internet.</p> </div> </td> - <td><meta name="description" content="The Tor Project's free software protects your privacy online. Site blocked? Email [mailto:gettor@torproject.org] for help downloading Tor Browser."> + <td> + <div class="project"> + <a href="https://guardianproject.info/apps/orbot/"><img + src="$(IMGROOT)/icon-Orbot.jpg" alt="Orbot Icon"></a> <h3><a href="https://guardianproject.info/apps/orbot/">Orbot</a></h3> <p>Tor for Google Android devices.</p> </div>
tor-commits@lists.torproject.org