User:Felice/children.html.template: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Reverted edits by 198.83.124.250 (Talk) to last version by Walter) |
||
(4 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
domouroor |
|||
{{OLPC}} |
{{OLPC}} |
||
<pre> |
<pre> |
Latest revision as of 06:58, 17 December 2008
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{'lang'}"> <head> <title>$gettext{'olpc'}, $gettext{'childrentitle'}</title> <meta name="Description" content="$gettext{'childrendescription'}" /> <meta name="keywords" content="$gettext{'childrenkeywords'}" /> <!--#include virtual="../includes/meta.html" --> <!--#include virtual="../includes/icon.html" --> <!--#include virtual="../includes/css.html" --> <!--#include virtual="../includes/javascript.html" --> </head> <body class="root children" lang="$gettext{'lang'}"> <!--#include virtual="../includes/logo.html" --> <!--#include virtual="../includes/header.html" --> <div id="main-body" class="section clearfix"> <h1>$gettext{'childrentitle'}</h1> <div class="sections clearfix"> <div class="section"> <h2>$gettext{'exploring'}</h2> <img src="../img/exploring.jpg" width="200" height="98" alt="$gettext{'exploring'}" /> <p>$gettext{'childrenp1'} </p> </div> <div class="section"> <h2>$gettext{'expressing'}</h2> <img src="../img/expressing.jpg" width="200" height="98" alt="$gettext{'expressing'}" /> <p>$gettext{'childrenp2'} </p> </div> <div class="section"> <h2>$gettext{'learning'}</h2> <img src="../img/learning.jpg" width="200" height="98" alt="$gettext{'learning'}" /> <p>$gettext{'childrenp3'} <a href="learning/" class="read-more">$gettext{'readmore'}</a></p> </div> <div class="section last"> <h2>$gettext{'resources'}</h2> <img src="../img/resources.jpg" width="200" height="98" alt="$gettext{'resources'}" /> <p>$gettext{'childrenp4'} </p> </div> </div> </div> <!-- /main-body --> <!--#include virtual="../includes/footer.html" --> </body> </html>