april-food-inc/corporate.html

81 lines
2.7 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<meta name="author" content="Dave Shea" />
<meta name="keywords" content="design, css, cascading, style, sheets, xhtml, graphic design, w3c, web standards, visual, display" />
<meta name="description" content="A demonstration of what can be accomplished visually through CSS-based design." />
<meta name="robots" content="all" />
<title>APRIL Food Inc.</title>
<!-- to correct the unsightly Flash of Unstyled Content. http://www.bluerobot.com/web/css/fouc.asp -->
<script type="text/javascript"></script>
<style type="text/css" title="AFI">
@import "afi.css";
</style>
</head>
<!--
This xhtml document is marked up to provide the designer with the maximum possible flexibility.
There are more classes and extraneous tags than needed, and in a real world situation, it's more
likely that it would be much leaner.
However, I think we can all agree that even given that, we're still better off than if this had been
built with tables.
-->
<body id="css-zen-garden">
<div id="container">
<div id="intro">
<div id="pageHeader">
<h1><span>APRIL Food Inc.</span></h1>
</div>
<div>
<p id="plop"><a href="index.html">News</a> | <a
href="corporate.html">Corporate</a></p>
</div>
<div id="requirements">
<h3><span>À propos d'APRIL Food
Inc.</span></h3> <p class="p1"><span> APRIL
Food Inc. commercialise des produits
alimentaires dans plus de 14 pays dont la
France. Le mot d'ordre d'APRIL Food Inc. est
la qualité de l'alimentation
fournie.</span></p>
<p class="p1"><span><center><img
src="world.png"><br>Implantation mondiale
d'APRIL Food Inc.</center></span></p>
<p class="p1"><span>
L'activité d'APRIL Food Inc. s'articule notamment
autour:
<ul>
<li>de la commercialisation d'aliment pour animaux ;</li>
<li>de l'exploitation de la pèche (poissons d'APRIL) ;</li>
<li>de l'exportation de produits bruts à destination notamment de la
grande distribution ;</li>
<li>de la souveraineté d'APRIL Food Inc. autour de ses marques et de sa propriété intellectuelle.</li>
</ul>
</span></p>
<p class="p1"><span>-- Patt Prittchard, CEO
</span></p>
</div>
</div>
</div>
<!-- These extra divs/spans may be used as catch-alls to add extra imagery. -->
<div id="extraDiv1"><span></span></div><div id="extraDiv2"><span></span></div><div id="extraDiv3"><span></span></div>
<div id="extraDiv4"><span></span></div><div id="extraDiv5"><span></span></div><div id="extraDiv6"><span></span></div>
</body>
</html>