User:Felice/foundation.html.template

From OLPC
Jump to: navigation, search
  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{'foundationtitle'}</title>
	<meta name="Description" content="$gettext{'foundationdescription'}" />
	<meta name="keywords" content="$gettext{'foundationkeywords'}" />
	<!--#include virtual="includes/meta.html" -->
	<!--#include virtual="includes/icon.html" -->
	<!--#include virtual="includes/css.html" -->
	<!--#include virtual="includes/javascript.html" -->
</head>

<body class="root foundation" lang="$gettext{'lang'}">
	<!--#include virtual="includes/logo.html" -->
	<!--#include virtual="includes/header.html" -->

	<div id="main-body" class="section clearfix">
		<h1>$gettext{'foundationtitle'}</h1>
		
		<div class="sections clearfix">
			<div class="section">
				<h2><a href="purpose/" accesskey="1" title="$gettext{'purposetitle'}">$gettext{'purpose'}</a></h2>
				<a href="purpose/" accesskey="1" title="$gettext{'purposetitle'}"><img src="img/purpose.jpg" width="200" height="98" alt="$gettext{'purpose'}" /></a>
				<p>$gettext{'foundationp1'}
				<a href="purpose/" class="read-more">$gettext{'readmore'}</a></p>
			</div>
		
			<div class="section">
				<h2><a href="program/" accesskey="2" title="$gettext{'programtitle'}">$gettext{'program'}</a></h2>
				<a href="program/" accesskey="2" title="$gettext{'programtitle'}"><img src="img/program.jpg" width="200" height="98" alt="$gettext{'program'}" /></a>
				<p>$gettext{'foundationp2'}
				<a href="program/" class="read-more">$gettext{'readmore'}</a></p>	
			</div>	
			
			<div class="section">
				<h2><a href="participate/" accesskey="3" title="$gettext{'participatetitle'}">$gettext{'participate'}</a></h2>
				<a href="participate/" accesskey="3" title="$gettext{'participatetitle'}"><img src="img/participate.jpg" width="200" height="98" alt="participate" /></a>
				<p>$gettext{'foundationp3'}
				<a href="participate/" class="read-more">$gettext{'giveagift'}</a></p>

			</div>	
				
			<div class="section last">
				<h2><a href="propose/" accesskey="4" title="$gettext{'proposetitle'}">$gettext{'propose'}</a></h2>
				<a href="propose/" accesskey="4" title="$gettext{'proposetitle'}"><img src="img/propose.jpg" width="200" height="98" alt="$gettext{'propose'}" /></a>
				<p>$gettext{'foundationp4'}
				<a href="propose/" class="read-more">$gettext{'readmore'}</a></p>		
			</div>			
		</div>
	
	
	</div> <!-- /main-body -->

	<!--#include virtual="includes/footer.html" -->
</body>
</html>