This is an automated email from the ASF dual-hosted git repository.

gian pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-druid-website-src.git

commit c1a93e87d5324c0b698198d6f98374f7541b7fc2
Author: Vadim Ogievetsky <vadi...@gmail.com>
AuthorDate: Tue Jun 4 08:28:36 2019 -0700

    switch to temp index
---
 css-apache/bootstrap.min.css      |   5 ++
 css-apache/main.css               |  92 ++++++++++++++++++++++++
 index.html                        | 142 +++++++++-----------------------------
 index.html => original_index.html |   0
 4 files changed, 130 insertions(+), 109 deletions(-)

diff --git a/css-apache/bootstrap.min.css b/css-apache/bootstrap.min.css
new file mode 100644
index 0000000..d65c66b
--- /dev/null
+++ b/css-apache/bootstrap.min.css
@@ -0,0 +1,5 @@
+/*!
+ * Bootstrap v3.3.5 (http://getbootstrap.com)
+ * Copyright 2011-2015 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css 
*/html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr
 [...]
\ No newline at end of file
diff --git a/css-apache/main.css b/css-apache/main.css
new file mode 100644
index 0000000..6e9914a
--- /dev/null
+++ b/css-apache/main.css
@@ -0,0 +1,92 @@
+/* @font-face {
+    font-family: 'Conv_framd';
+    src: url('../fonts/framd.eot');
+    src: url('../fonts/framd.eot?#iefix') format('embedded-opentype'),
+         url('../fonts/framd.woff') format('woff'),
+         url('../fonts/framd.ttf') format('truetype'),
+         url('../fonts/framd.svg#heroregular') format('svg');
+    font-weight: normal;
+    font-style: normal;
+} */
+
+html, body {
+       position:relative;
+       height:100%;
+       min-height:100%;
+       height:100%;    
+       color:#444;
+        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
+        font-weight: 400;
+        /* font:400 14px/26px 'Open Sans', Arial, Helvetica, sans-serif; */
+       margin:0;
+       word-wrap:break-word;
+}
+
+h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
+  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
+  font-weight: 300;
+}
+
+body {
+  background-color: #EEE;
+}
+
+.druid-masthead {
+  padding: 44px 0 24px;
+  text-align: center;
+  margin: 0 auto 20px;
+}
+
+.druid-masthead .lead {
+  font-size: 1.5em;
+  font-weight: 400;
+  margin-top: 8px;
+  margin-bottom: 26px;
+}
+
+.druid-footer {
+  padding: 40px 0;
+  /* background-color: #eee; */
+  background-color: #f3f3f3;
+  border-top: 1px solid white;
+  margin-top: 50px;
+}
+
+.druid-masthead .btn-lg {
+  min-width: 145px;
+  margin: 3px 6px;
+  font-size: 1.2em;
+  padding: 8px;
+  color: white;
+  background: #1776BB;
+  transition: background-color 0.1s ease;
+}
+
+.druid-masthead .btn-lg:hover,
+.druid-masthead .btn-lg:active {
+  background: #0C62A0;
+}
+
+a {
+  color: #2576CC;
+}
+
+a:hover, a:focus {
+  /* color: #1a5491; */
+  color: #b1bac6;
+  text-decoration: none;
+}
+
+p {
+  line-height: 1.7em;
+}
+
+footer {
+   font-size: 14px;
+   color: #000000;
+   font-weight: 300;
+}
+
+td {
+  text-align: left;
+}
diff --git a/index.html b/index.html
index 9247e55..27002a3 100644
--- a/index.html
+++ b/index.html
@@ -1,122 +1,46 @@
----
-published: true
-title: Interactive Analytics at Scale
-layout: html_page
-id: home
----
-
-<link rel="stylesheet" href="/css/index.css">
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<title>Apache Druid (incubating)</title>
+<link rel="canonical" href="https://druid.apache.org/"; />
+<script async 
src="https://www.googletagmanager.com/gtag/js?id=UA-131010415-1";></script>
+<script>
+  window.dataLayer = window.dataLayer || [];
+  function gtag(){dataLayer.push(arguments);}
+  gtag('js', new Date());
+  gtag('config', 'UA-131010415-1');
+</script>
+
+<link rel="stylesheet" 
href="//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
+<link rel="stylesheet" href="/css-apache/bootstrap.min.css">
+<link 
href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic|Open+Sans:300italic,400italic,600italic,400,300,600,700'
 rel='stylesheet' type='text/css'>
+<link rel="stylesheet" href="/css-apache/main.css">
+</head>
+<body>
 
 <main class="druid-masthead">
   <div class="container">
   <div class="row">
-    <div class="text-center">
-    <p class="lead">Apache Druid (incubating) is a high performance real-time 
analytics database.</p>
-    <p><a class="button" href="/downloads.html"><span class="fa 
fa-download"></span> Download</a>
-    <a class="button" href="https://github.com/apache/incubator-druid/";><span 
class="fab fa-github"></span> GitHub</a></p>
+    <div class="col-md-8 col-md-offset-2 text-center">
+    <p class="lead"><b>Apache Druid (incubating)</b> is a high-performance, 
column-oriented, distributed data store.</p>
+    <p>Druid is an open source data store designed for real-time exploratory 
analytics on large data sets. Druid's key features are a column-oriented 
storage layout, a distributed shared-nothing architecture, and ability to 
generate and leverage indexing and caching structures. Druid is typically 
deployed in clusters of tens to hundreds of nodes, and has the ability to load 
data from Apache Kafka and Apache Hadoop, among other data sources. Druid 
offers two query languages: a SQL dialect [...]
+    <p>After years of development as an independent project and deployment at 
hundreds of sites, Druid has recently begun incubation at Apache! We have 
migrated our <a href="https://github.com/apache/incubator-druid";>GitHub 
repo</a> and will soon be migrating our <a href="http://druid.io/";>project web 
site</a>. To join the Druid development community, subscribe to our Apache dev 
list (<a 
href="https://lists.apache.org/list.html?d...@druid.apache.org";>d...@druid.apache.org</a>)
 by sending a [...]
+    <p>This web site is a placeholder until we have migrated our current 
community site from <a href="http://druid.io";>http://druid.io/</a>. For 
downloads of pre-Apache releases and for detailed project information, please 
visit that website.</p>
+    <br />
+    <p><a class="btn btn-lg" href="downloads.html"><span class="fa"></span> 
Download</a>
+    <p><a class="btn btn-lg" href="http://druid.io/";><span class="fa 
fa-external-link"></span> Go to the current community site</a>
   </div>
   </div>
   </div>
 </main>
 
+<footer class="druid-footer">
 <div class="container">
-  <div class="row">
-
-    <div class="col-md-9">
-      <h2>
-        Overview
-      </h2>
-      <div class="features">
-        <div class="feature">
-          <span class="fa fa-chart-line fa"></span>
-          <h5>Analyze event streams</h5>
-          <p>
-            Druid provides fast analytical queries, at high concurrency, on 
event-driven data. Druid can instantaneously ingest streaming data and provide 
sub-second queries to power interactive UIs.
-          </p>
-        </div>
-        <div class="feature">
-          <span class="fa fa-lightbulb fa"></span>
-          <h5>Utilize reimagined architecture</h5>
-          <p>
-            Druid is a new type of database that combines ideas from <a 
href='https://en.wikipedia.org/wiki/Online_analytical_processing'>OLAP/analytic 
databases</a>, <a 
href='https://en.wikipedia.org/wiki/Time_series_database'>timeseries 
databases</a>, and <a 
href='https://en.wikipedia.org/wiki/Full-text_search'>search systems</a> to 
enable new use cases in streaming architectures.
-          </p>
-        </div>
-        <div class="feature">
-          <span class="fa fa-forward fa"></span>
-          <h5>Build event-driven data stacks</h5>
-          <p>
-            Druid integrates natively with message buses (Kafka, AWS Kinesis, 
etc) and data lakes (HDFS, AWS S3, etc). Druid works especially well as a query 
layer for stream hubs and stream processors.
-          </p>
-        </div>
-        <div class="feature">
-          <span class="fa fa-unlock fa"></span>
-          <h5>Unlock new workflows</h5>
-          <p>
-            Druid is designed for rapid, ad-hoc analytics on both real-time 
and historical data. Explain trends, explore data, and quickly iterate on 
queries to answer questions.
-          </p>
-        </div>
-        <div class="feature">
-          <span class="fa fa-globe fa"></span>
-          <h5>Deploy anywhere</h5>
-          <p>
-            Druid can be deployed in any *NIX environment on commodity 
hardware, both in the cloud and on premise. Druid is cloud-native: scaling up 
and down is as simple as adding and removing processes.
-          </p>
-        </div>
-      </div>
-
-      <h2>
-        Learn more
-      </h2>
-      <div class="features">
-        <div class="feature">
-          <span class="fa fa-power-off fa"></span>
-          <h5>Powered By</h5>
-          <p>
-            Druid is proven in production at the <a 
href='/druid-powered'>world’s leading companies</a> at massive scale.
-          </p>
-        </div>
-        <div class="feature">
-          <span class="fa fa-info fa"></span>
-          <h5>FAQ</h5>
-          <p>
-            Learn about some of the <a href='faq'>most common questions about 
Druid</a>.
-          </p>
-        </div>
-        <div class="feature">
-          <span class="fa fa-flag-checkered fa"></span>
-          <h5>Quickstart</h5>
-          <p>
-            <a href="/docs/latest/tutorials/quickstart">Get started with 
Druid</a> in minutes. Load your own data and query it.
-          </p>
-        </div>
-        <div class="feature">
-          <span class="fa fa-question-circle fa"></span>
-          <h5>Get Help</h5>
-          <p>
-            Get help from a <a href='/community'>wide network of community 
members</a> about using Druid.
-          </p>
-        </div>
-      </div>
-
-    </div>
-
-    <div class="col-md-3">
-      {% include event-list.html %}
-      {% include featured-list.html %}
-      <div class="bottom-news">
-        {% include news-list.html %}
-      </div>
-    </div>
-
-  </div>
-
-  <div class="row disclaimer">
-    <div class="col-md-2"></div>
-    <div class="offset-md-2 col-md-8">
-      Disclaimer: Apache Druid is an effort undergoing incubation at The 
Apache Software Foundation (ASF), sponsored by the Apache Incubator.
-      Incubation is required of all newly accepted projects until a further 
review indicates that the infrastructure, communications, and decision making 
process have stabilized in a manner consistent with other successful ASF 
projects.
-      While incubation status is not necessarily a reflection of the 
completeness or stability of the code, it does indicate that the project has 
yet to be fully endorsed by the ASF.
-    </div>
+  <div class="text-center">
+    <p><i>Disclaimer:</i> Apache Druid is an effort undergoing incubation at 
<a href="https://www.apache.org/";>The Apache Software Foundation (ASF)</a>, 
sponsored by the <a href="https://incubator.apache.org/";>Apache Incubator</a>. 
Incubation is required of all newly accepted projects until a further review 
indicates that the infrastructure, communications, and decision making process 
have stabilized in a manner consistent with other successful ASF projects. 
While incubation status is no [...]
   </div>
 </div>
+</footer>
 
+</body>
+</html>
diff --git a/index.html b/original_index.html
similarity index 100%
copy from index.html
copy to original_index.html


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to