[Polycasso-commit] SF.net SVN: polycasso:[16] trunk/polycasso/htdocs/index.html
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2009-11-23 17:07:25
|
Revision: 16
http://polycasso.svn.sourceforge.net/polycasso/?rev=16&view=rev
Author: dbrosius
Date: 2009-11-23 17:07:14 +0000 (Mon, 23 Nov 2009)
Log Message:
-----------
web site base page
Added Paths:
-----------
trunk/polycasso/htdocs/index.html
Added: trunk/polycasso/htdocs/index.html
===================================================================
--- trunk/polycasso/htdocs/index.html (rev 0)
+++ trunk/polycasso/htdocs/index.html 2009-11-23 17:07:14 UTC (rev 16)
@@ -0,0 +1,34 @@
+<html>
+ <head>
+ <title>Polycasso - A Cubism Artwork Generation Tool</title>
+ <meta name="Keywords" content="polygon cubism image generation">
+ </head>
+ <body background>
+ <div style="position:absolute;top:0;left:0;width:256;height:65535;z-index:1;background-image:url(blend.jpg);">
+ </div>
+ <div style="position:absolute;top:20;left:20;z-index:3;">
+ <h1><img style="position:relative;top:10;" src="polycasso.png"/> Polycasso</h1>
+ <hr/>
+ <a href="http://www.sourceforge.net/projects/polycasso">Project Page</a>
+ <img src="vbar.gif" height="12"/>
+ <a href="javadoc/index.html">JavaDoc</a>
+ <img src="vbar.gif" height="12"/>
+ <a href="jnlp/polycasso.jnlp">Web Start</a>
+ <hr/>
+
+ <p>Thanks for your interest in Pacasso.</p>
+
+ <p>A webstart application that attempts to create cubism style artwork through the layering of transparent polygons via a training
+ feedback loop. Produces increasingly realistic work though hill climbing.</p>
+ </div>
+ <script type="text/javascript">
+ var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+ document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+ </script>
+ <script type="text/javascript">
+ var pageTracker = _gat._getTracker("UA-249537-2");
+ pageTracker._initData();
+ pageTracker._trackPageview();
+ </script>
+ </body>
+</html>
Property changes on: trunk/polycasso/htdocs/index.html
___________________________________________________________________
Added: svn:mime-type
+ text/html
Added: svn:eol-style
+ native
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|