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

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

commit ba419c45e412b23ad66c23d57de018c29c997ca7
Author: Gian Merlino <gianmerl...@gmail.com>
AuthorDate: Thu Apr 12 23:38:26 2018 -0400

    Initial placeholder site
---
 css/main.css | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 index.html   | 37 +++++++++++++++++++++++++
 2 files changed, 125 insertions(+)

diff --git a/css/main.css b/css/main.css
new file mode 100644
index 0000000..e492e2c
--- /dev/null
+++ b/css/main.css
@@ -0,0 +1,88 @@
+/* @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;
+}
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..f3ee04f
--- /dev/null
+++ b/index.html
@@ -0,0 +1,37 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<title>Apache Druid (incubating)</title>
+<link rel="stylesheet" 
href="//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
+<link rel="stylesheet" 
href="//static.druid.io/web-assets/bootstrap/3.3.5/css/bootstrap.min.css">
+<link 
href='http://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/main.css">
+<link rel="stylesheet" href="/css/header.css">
+<link rel="stylesheet" href="/css/footer.css">
+</head>
+<body>
+
+<main class="druid-masthead">
+  <div class="container">
+  <div class="row">
+    <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 will soon 
be migrating resources like our <a 
href="https://github.com/druid-io/druid";>GitHub repo</a> and <a 
href="http://druid.io/";>project web site</a>. To join the Druid development 
community, subscribe to our brand-new 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="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="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>
+</footer>
+
+</body>
+</html>


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

Reply via email to