You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2012/06/26 14:02:09 UTC

svn commit: r1353975 - in /jackrabbit/site/trunk/content/oak: ./ index.html oak.png

Author: jukka
Date: Tue Jun 26 12:02:07 2012
New Revision: 1353975

URL: http://svn.apache.org/viewvc?rev=1353975&view=rev
Log:
OAK-128: Oak website

First draft of an Oak site.

Added:
    jackrabbit/site/trunk/content/oak/
    jackrabbit/site/trunk/content/oak/index.html
    jackrabbit/site/trunk/content/oak/oak.png   (with props)

Added: jackrabbit/site/trunk/content/oak/index.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/trunk/content/oak/index.html?rev=1353975&view=auto
==============================================================================
--- jackrabbit/site/trunk/content/oak/index.html (added)
+++ jackrabbit/site/trunk/content/oak/index.html Tue Jun 26 12:02:07 2012
@@ -0,0 +1,77 @@
+<!doctype html>
+<html>
+  <head>
+    <title>Jackrabbit Oak</title>
+    <style type="text/css">
+body {
+  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
+  font-size: 13px;
+  line-height: 1.5;
+  color: #111;
+}
+#container {
+  width: 900px;
+  margin: 100px auto;
+}
+#intro, #image, #left, #center, #right {
+  float: left;
+  margin: 10px;
+}
+#intro, #left, #center, #right {
+  width: 280px;
+}
+#image {
+  width: 580px;
+}
+#intro, #left {
+  clear: both;
+}
+h1 {
+  margin-bottom: 0;
+  font-size: 30px;
+  font-weight: bold;
+}
+.tagline {
+  margin-top: 0;
+  font-style: italic;
+}
+p {
+  text-align: justify;
+}
+    </style>
+  </head>
+  <body>
+    <div id="container">
+      <div id="intro">
+        <h1>Jackrabbit Oak</h1>
+        <p class="tagline">the next generation content repository</p>
+        <p>
+          Jackrabbit Oak is an effort to implement a scalable and performant
+          hierarchical content repository for use as the foundation of modern
+          world-class web sites and other demanding content applications.
+        </p>
+        <p>
+          The Oak effort is a part of the
+          <a href="http://jackrabbit.apache.org/">Apache Jackrabbit</a> project.
+          Jackrabbit is a project of the
+          <a href="http://www.apache.org/">Apache Software Foundation</a>.
+        </p>
+        <p>
+          Oak is currently alpha-level software. Use at your own risk.
+        </p>
+      </div>
+      <div id="image">
+        <img src="oak.png" alt="Oak drawing"/>
+      </div>
+      <div id="left">
+        <h2>Download</h2>
+      </div>
+      <div id="center">
+        <h2>Learn</h2>
+      </div>
+      <div id="right">
+        <h2>Participate</h2>
+      </div>
+    </div>
+  </body>
+</html>

Added: jackrabbit/site/trunk/content/oak/oak.png
URL: http://svn.apache.org/viewvc/jackrabbit/site/trunk/content/oak/oak.png?rev=1353975&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jackrabbit/site/trunk/content/oak/oak.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream