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