Add missing 'body' html markup.
[powerfractal_website.git] / intro.php
1 <?php include 'common_header.php'; ?>
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
5 <link rel="stylesheet" href="style.css" />
6 <title>Power Fractal - Introduction</title>
7 </head>
8 <body>
9 <p>&nbsp;</p>
10 <div align="center">
11 <center>
12 <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="728" id="AutoNumber1" height="497" bordercolorlight="#000000" bordercolordark="#000000">
13 <tr>
14 <td width="800" colspan="4" height="80" nowrap>
15 <p align="center">
16 <img border="0" src="images/titre.jpg" align="left" width="800" height="80" /></p>
17 </td>
18 </tr>
19 <tr>
20 <!-- MENU -->
21 <?php
22 require ("menu.php");
23 ?></td>
24 <td width="20" valign="top" rowspan="4" height="417" nowrap>
25 <p>&nbsp;</p>
26 </td>
27 <td width="660" height="5" valign="top" nowrap></td>
28 <td width="20" valign="top" rowspan="4" height="417" nowrap>&nbsp;</td>
29 </tr>
30 <tr>
31 <td width="660" height="20" nowrap bordercolor="#000000" bgcolor="#000000">
32 <p align="center"><font color="#FFFFFF">Introduction</font></p>
33 </td>
34 </tr>
35 <tr>
36 <td width="660" valign="top" height="5" nowrap></td>
37 </tr>
38 <tr>
39 <td width="660" valign="top" height="424" nowrap bordercolor="#000000" bordercolorlight="#FFFFFF" bordercolordark="#FFFFFF">
40 Voici une brève introduction :<br />
41 <br />
42 Power Fractal est un logiciel gratuit (freeware) permettant de dessiner des
43 fractals de l&#39;ensemble de Mandelbrot ou de celui de Julia.<p><b>
44 <font size="2">Exemple de fractal (cliquez pour agrandir) :<br />
45 </font></b><a target="_blank" href="images/fractal_exemple_grand.jpg">
46 <img border="0" src="images/fractal_exemple_petite.jpg" width="404" height="218" /></a></p>
47 <p><br />
48 Le programme se compose de deux fenêtres : une console où les commandes vont
49 être entrées et une fenêtre graphique où la fractal va se dessiner.</p>
50 <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber2">
51 <tr>
52 <td width="50%"><b><font size="2">La console (cliquez pour agrandir)</font></b><br />
53 <a target="_blank" href="images/console.jpg">
54 <img border="0" src="images/console_petit.jpg" width="170" height="100" /></a></td>
55 <td width="50%"><b><font size="2">La fenêtre graphique (cliquez pour agrandir)</font></b><br />
56 <a target="_blank" href="images/graph.jpg">
57 <img border="0" src="images/graph_petit.jpg" width="170" height="100" /></a></td>
58 </tr>
59 </table>
60 <p>&nbsp;</p>
61 <p>De nombreuses commandes sont mises à disposition, voici quelques possibilités
62 :</p>
63 <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="660" id="AutoNumber3" height="105">
64 <tr>
65 <td width="24" height="18">
66 <img border="0" src="images/point.jpg" width="18" height="18" /></td>
67 <td width="636" height="18">Changer certains paramètres propre à la
68 fractal : limite de divergence, constante &#39;c&#39;.</td>
69 </tr>
70 <tr>
71 <td width="24" height="18">
72 <img border="0" src="images/point.jpg" width="18" height="18" /></td>
73 <td width="636" height="18">Changer les couleurs de la fractal.</td>
74 </tr>
75 <tr>
76 <td width="24" height="18">
77 <img border="0" src="images/point.jpg" width="18" height="18" /></td>
78 <td width="636" height="18">Changer les paramètres d&#39;affichage : zoom,
79 angle, etc...</td>
80 </tr>
81 <tr>
82 <td width="24" height="18">
83 <img border="0" src="images/point.jpg" width="18" height="18" /></td>
84 <td width="636" height="18">Sauvegarder une ou plusieurs fractals.</td>
85 </tr>
86 <tr>
87 <td width="24" height="18">
88 <img border="0" src="images/point.jpg" width="18" height="18" /></td>
89 <td width="636" height="18">Créer un fichier .bmp (rendre).</td>
90 </tr>
91 </table>
92 <p>Pour en savoir plus sur l&#39;utilisation de Power Fractal : reportez-vous
93 sur cette page où se trouve la documentation : <a href="download.php">
94 <font size="3">Download</font></a></p>
95 <p>&nbsp;</p>
96 </td>
97 </tr>
98 </table>
99 </center>
100 </div>
101
102 </body>
103
104 </html>