User:Felice/children.html.template

From OLPC
< User:Felice
Revision as of 15:53, 18 October 2007 by Xavi (talk | contribs) (Reverted edits by 166.127.1.216 (Talk); changed back to last version by Walter)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
  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>