User:Felice/contact.html.template: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (commenting out phone number) |
||
Line 38: | Line 38: | ||
<span class="postal-code">02142</span> |
<span class="postal-code">02142</span> |
||
<div class="country-name">U.S.A.</div> |
<div class="country-name">U.S.A.</div> |
||
<!-- <span class="tel">tel: 617-452-5660</span> --> |
|||
</div> |
</div> |
||
Revision as of 16:03, 20 September 2007
This page is monitored by the OLPC team.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="$gettext{'lang'}" xml:lang="$gettext{'xml:lang'}"> <head> <title>$gettext{'olpc'}, $gettext{'titletext'}</title> <meta name="Description" content="$gettext{'description'}" /> <meta name="keywords" content="$gettext{'keywords'}" /> <!--#include virtual="includes/meta.html" --> <!--#include virtual="includes/icon.html" --> <!--#include virtual="includes/css.html" --> <!--#include virtual="includes/javascript.html" --> </head> <body id="contact" lang="$gettext{'lang'}"> <!--#include virtual="includes/logo.html" --> <!--#include virtual="includes/header.html" --> <div id="main-body" class="section clearfix"> <h1>$gettext{'contact'}</h1> <div id="main-content" class="clearfix"> <div id="tools"> </div> <!-- /tools --> <div id="content"> <h2>$gettext{'contacth1'}</h2> <div class="adr"> <div class="org">One Laptop per Child</div> <div class="post-office-box">P.O. Box 425087</div> <span class="locality">Cambridge</span>, <span class="region">MA</span> <span class="postal-code">02142</span> <div class="country-name">U.S.A.</div> <!-- <span class="tel">tel: 617-452-5660</span> --> </div> <h3>$gettext{'contacth2'}</h3> <p><a href="mailto:information\@laptop.org">information\@laptop.org</a></p> <h3>$gettext{'contacth3'}</h3> <p><a href="mailto:press\@racepointgroup.com">press\@racepointgroup.com</a></p> <h3>$gettext{'contacth4'}</h3> <p><a href="mailto:technology\@laptop.org">technology\@laptop.org</a></p> <h3>$gettext{'contacth5'}</h3> <p><a href="mailto:countries\@laptop.org">countries\@laptop.org</a></p> <h3>$gettext{'contacth6'}</h3> <p><a href="mailto:content\@laptop.org">content\@laptop.org</a></p> <h3>$gettext{'contacth7'}</h3> <p><a href="mailto:volunteer\@laptop.org">volunteer\@laptop.org</a></p> <h3>$gettext{'contacth8'}</h3> <p><a href="mailto:giving\@laptop.org">giving\@laptop.org</a></p> </div> <!-- /content --> <div id="sub-content"> </div> <!-- /sub-content --> </div> <!-- /main-content --> </div> <!-- /main-body --> <!--#include virtual="includes/footer.html" --> </body> </html>