User:Felice/vision.html.template

From OLPC
< User:Felice
Revision as of 22:23, 27 September 2007 by 195.68.21.196 (talk)
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.

oubasnole

  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{'visiontitle'}</title>
	<meta name="description" content="$gettext{'visiondescription'}" />
	<meta name="keywords" content="$gettext{'visionkeywords'}" />
	<!--#include virtual="../includes/meta.html" -->
	<!--#include virtual="../includes/icon.html" -->
	<!--#include virtual="../includes/css.html" -->
	<!--#include virtual="../includes/javascript.html" -->
</head>

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

	<div id="main-body" class="section clearfix">
		<h1>$gettext{'visiontitle'}</h1>
		
		
		<div class="sections clearfix">
			<div class="section">
				<h2><a href="mission/" accesskey="1" title="$gettext{'missiontitle'}">$gettext{'mission'}</a></h2>

				<a href="mission/" accesskey="1" title="$gettext{'missiontitle'}"><img src="../img/mission.jpg" width="200" height="98" alt="$gettext{'mission'}" /></a>
				<blockquote>
					<cite>$gettext{'visionp1'}</cite>
					<p>$gettext{'visionp2'}</p>
				</blockquote>
				
				<p>$gettext{'visionp3'}
				<a href="mission/" class="read-more">$gettext{'readmore'};</a></p>

			</div>
		
			<div class="section">
				<h2><a href="progress/" accesskey="2" title="$gettext{'progresstitle'}">$gettext{'progress'}</a></h2>
				<a href="progress/" accesskey="2" title="$gettext{'progresstitle'}"><img src="../img/progress.jpg" width="200" height="98" alt="$gettext{'progress'}" /></a>
				<p>$gettext{'visionp4'}<a href="progress/" class="read-more">$gettext{'viewtimeline'}</a></p>	
			</div>
			
			<div class="section">

				<h2><a href="news/" accesskey="3" title="$gettext{'newstitle'}">$gettext{'news'}</a></h2>
				<a href="news/" accesskey="3" title="$gettext{'newstitle'}"><img src="../img/news.jpg" width="200" height="98" alt="$gettext{'news'}" /></a>
				<p>$gettext{'visionp5'}
				<a href="news/" class="read-more">$gettext{'readmore'}</a></p>
			</div>	
				
			<div class="section last">
				<h2><a href="people/" accesskey="4" title="$gettext{'peopletitle'}">$gettext{'people'}</a></h2>
				<a href="people/" accesskey="4" title="$gettext{'peopletitle'}"><img src="../img/people.jpg" width="200" height="98" alt="$gettext{'people'}" /></a>

				<p>$gettext{'visionp6'}
				<a href="people/" class="read-more">$gettext{'readmore'}</a></p>		
			</div>			
		</div>
	
	
	</div> <!-- /main-body -->

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