www: rework the regional facebook listing

copy flags from trunk/e/data/images/lang-*.png, rescaling to 25x17
pixels.

remove duplicated fb icon and use a proper list.



SVN revision: 65302
This commit is contained in:
Gustavo Sverzut Barbieri 2011-11-16 17:49:51 +00:00
parent 29e9238cd5
commit c74130ad9d
3 changed files with 18 additions and 5 deletions

BIN
i/br.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 873 B

BIN
i/fr.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 375 B

After

Width:  |  Height:  |  Size: 217 B

View File

@ -211,13 +211,26 @@
<?php frame1("width=100%");?>
<div class="main">
<style type="text/css">
ul#fb-regional {
list-style-type: none;
}
ul#fb-regional li a img {
border: 0;
}
</style>
<h2>Social Networks</h2>
<p><a href=http://twitter.com/_Enlightenment_><img src="http://www.enlightenment.org/i/soc-i-tw.png" border=0 height=16 width=16>Twitter</a></p>
<p><a href=http://plus.google.com/118426816251488376359><img src="http://www.enlightenment.org/i/soc-i-g+.png" border=0 height=16 width=16>Google+</a></p>
<p><a href=http://www.facebook.com/enlightenment.org><img src="http://www.enlightenment.org/i/soc-i-fb.png" border=0 height=16 width=16>Facebook</a></p>
<p><a href=http://www.facebook.com/profile.php?id=100002934562239><img src="http://www.enlightenment.org/i/soc-i-fb.png" border=0 height=16 width=16><img src="http://www.enlightenment.org/i/fr.png" border=0 height=16 width=16>Facebook Fr</a></p>
<p><a href=https://www.facebook.com/groups/127149362812/><img src="http://www.enlightenment.org/i/soc-i-fb.png" border=0 height=16 width=16><img src="http://www.enlightenment.org/i/gr.png" border=0 height=16 width=16>Facebook Gr</a></p>
<p><a href="http://twitter.com/_Enlightenment_"><img src="http://www.enlightenment.org/i/soc-i-tw.png" border="0" height="16" width="16">Twitter</a></p>
<p><a href="http://plus.google.com/118426816251488376359"><img src="http://www.enlightenment.org/i/soc-i-g+.png" border="0" height="16" width="16">Google+</a></p>
<p><a href="http://www.facebook.com/enlightenment.org"><img src="http://www.enlightenment.org/i/soc-i-fb.png" border="0" height="16" width="16">Facebook:</a>
<ul id="fb-regional">
<li><a href="https://www.facebook.com/profile.php?id=100002934562239"><img src="http://www.enlightenment.org/i/fr.png">France</a></li>
<li><a href="https://www.facebook.com/groups/127149362812/"><img src="http://www.enlightenment.org/i/gr.png">Greece</a></li>
<li><a href="https://www.facebook.com/enlightenment.br"><img src="http://www.enlightenment.org/i/br.png">Brazil</a></li>
</ul>
</p>
<p><a href=http://planet.enlightenment.org/><img src="http://enlightenment.org/i/feed-icon-14x14.png" border=0 height=14 width=14>Our Planet</a></p>
</div>