You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bd...@apache.org on 2012/01/03 11:21:56 UTC

svn commit: r1226728 - in /incubator/flex/trunk/temp-website: ./ index.html

Author: bdelacretaz
Date: Tue Jan  3 10:21:56 2012
New Revision: 1226728

URL: http://svn.apache.org/viewvc?rev=1226728&view=rev
Log:
Temporary website for Flex

Added:
    incubator/flex/trunk/temp-website/
    incubator/flex/trunk/temp-website/index.html

Added: incubator/flex/trunk/temp-website/index.html
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/temp-website/index.html?rev=1226728&view=auto
==============================================================================
--- incubator/flex/trunk/temp-website/index.html (added)
+++ incubator/flex/trunk/temp-website/index.html Tue Jan  3 10:21:56 2012
@@ -0,0 +1,28 @@
+<html>
+<head>
+    <title>Apache Flex (incubating)</title>
+    <style type="text/css">
+        body { font-family: Georgia, Arial, Verdana; }
+        h1 { border-bottom: solid gray 1px; }
+    </style>
+</head>
+<body>
+    <h1>Apache Flex (incubating)</h1>
+    <div>
+        This is an ugly temporary website for the upcoming Apache Flex website - stay tuned for more info.
+    </div>
+    <div>
+        <!-- TODO activate once mailing list is created
+        For now, you can join the Flex developer's mailing list by sending an email
+        to <code>flex-dev-subscribe (at) incubator.apache.org</code> - this is where <em>everything</em>
+        related to this project is being discussed.
+         -->
+    </div>
+    <h2>Links</h2>
+    <ul>
+        <li>
+            <a href="http://wiki.apache.org/incubator/FlexProposal">Flex's incubation proposal</a>
+        </li>
+    </ul>
+</body>
+</html>