summaryrefslogtreecommitdiff
path: root/html/en/home.html
diff options
context:
space:
mode:
authorscuri <scuri>2008-10-17 06:10:33 +0000
committerscuri <scuri>2008-10-17 06:10:33 +0000
commit7b52cc13af4e85f1ca2deb6b6c77de9c95ea0dcf (patch)
treed0857278bde2eff784227c57dcaf930346ceb7ac /html/en/home.html
First commit - moving from LuaForge to SourceForge
Diffstat (limited to 'html/en/home.html')
-rw-r--r--html/en/home.html32
1 files changed, 32 insertions, 0 deletions
diff --git a/html/en/home.html b/html/en/home.html
new file mode 100644
index 0000000..1e3c084
--- /dev/null
+++ b/html/en/home.html
@@ -0,0 +1,32 @@
+<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.0 Strict//EN">
+<html>
+
+<head>
+<meta http-equiv="Content-Language" content="en-us">
+<title>Home</title>
+<link rel="stylesheet" type="text/css" href="../style.css">
+</head>
+
+<body>
+
+<div class="homeTitle">CD</div>
+<div class="homeDescription">Canvas Draw, A 2D Graphics Library</div>
+<div class="homeVersion">Version 5.1</div>
+ <hr>
+
+ <p><strong>CD</strong> (Canvas Draw) is a platform-independent graphics library. It is implemented in several
+ platforms using native graphics libraries: Microsoft Windows (GDI) and X-Windows (XLIB).</p>
+ <p>The library contains functions to support both vector and image applications, and the visualization surface can be
+ either a window or a more abstract surface, such as Image, Clipboard, Metafile, PS, and so on.</p>
+ <p>This work was developed at Tecgraf/PUC-Rio by means of the partnership with PETROBRAS/CENPES.</p>
+
+ <h2>Project Management:</h2>
+
+ <p class="info">Antonio Escaņo Scuri</p>
+
+<p style="margin-left:0">Tecgraf - Computer Graphics Technology Group, PUC-Rio, Brazil <br>
+<a href="http://www.tecgraf.puc-rio.br/cd">http://www.tecgraf.puc-rio.br/cd</a> </p>
+
+</body>
+
+</html>