root/homepage/trunk/index.php

Revision 398, 1.3 kB (checked in by arjanmol, 4 years ago)

*** empty log message ***

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-Strict.dtd">
3 <html>
4 <head>
5
6 <?php $topdir = "."; include "func.php"; ?>
7
8 <?php head();
9
10 /* Save images with a 5x5 drop shadow, blur radius 10.
11  */
12 ?>
13
14 </head>
15 <body>
16
17   <?php nav(); ?>
18
19   <div id="main">
20     <img src="images/shot1a.png" alt="This is what Gaphor looks like"/>
21     <div class="leftcontent">
22        <h1>What is Gaphor</h1>
23        <p>Gaphor is an easy to use modeling environment.
24        This means that you are able to create nice
25        UML diagrams for documentation and to assist you with design decisions.
26        Gaphor will help you create your applications.</p>
27        <p>Gaphor has an UML 2.0 compliant data model. Have a look at the
28        <a href="features.php">features page</a> to see what Gaphor can do
29        for you.</p>
30     </div>
31     <div class="rightcontent">
32       <h1>Why another UML tool</h1>
33       <p>There are a few reasons why this project was started. When this
34       project was started there were no real UML tools for
35       <a href="http://www.gnome.org">GNOME</a>. The diagrams that are
36       produced with todays tools do not have a high quality. With Gaphor
37       we aim for better UML designs and more pretty looking diagrams and
38       documentation.</p>
39     </div>
40   </div>
41 </body>
42 </html>
43
Note: See TracBrowser for help on using the browser.