You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mnemonic.apache.org by ga...@apache.org on 2016/04/23 02:15:52 UTC

incubator-mnemonic-site git commit: add note for website constructing

Repository: incubator-mnemonic-site
Updated Branches:
  refs/heads/asf-site 5956898de -> 8d255d195


add note for website constructing


Project: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic-site/commit/8d255d19
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic-site/tree/8d255d19
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic-site/diff/8d255d19

Branch: refs/heads/asf-site
Commit: 8d255d19576893182cf80fca4cf6b19e9addbbba
Parents: 5956898
Author: Wang, Gang(Gary) <ga...@intel.com>
Authored: Fri Apr 22 17:14:14 2016 -0700
Committer: Wang, Gang(Gary) <ga...@intel.com>
Committed: Fri Apr 22 17:14:14 2016 -0700

----------------------------------------------------------------------
 .gitignore                | 3 +++
 css/screen.css            | 8 ++++----
 develop/bylaws/index.html | 3 ++-
 develop/coding/index.html | 3 ++-
 develop/index.html        | 3 ++-
 docs/arch.html            | 3 ++-
 docs/devices.html         | 3 ++-
 docs/disclaimer.html      | 3 ++-
 docs/future.html          | 3 ++-
 docs/hive-ddl.html        | 3 ++-
 docs/index.html           | 3 ++-
 docs/indexes.html         | 3 ++-
 downloads/index.html      | 3 ++-
 feed.xml                  | 4 ++--
 help/index.html           | 3 ++-
 index.html                | 3 ++-
 talks/index.html          | 3 ++-
 17 files changed, 37 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mnemonic-site/blob/8d255d19/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b161d54
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+_*
+*~
+.sass-cache/

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic-site/blob/8d255d19/css/screen.css
----------------------------------------------------------------------
diff --git a/css/screen.css b/css/screen.css
index b93fcfe..60719cd 100644
--- a/css/screen.css
+++ b/css/screen.css
@@ -561,7 +561,7 @@ body {
   -webkit-box-shadow: inset 0 3px 30px rgba(0, 0, 0, 0.3);
   -moz-box-shadow: inset 0 3px 30px rgba(0, 0, 0, 0.3);
   box-shadow: inset 0 3px 30px rgba(0, 0, 0, 0.3);
-  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
+  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
   -webkit-font-feature-settings: "kern" 1;
   -moz-font-feature-settings: "kern" 1;
   -o-font-feature-settings: "kern" 1;
@@ -590,12 +590,12 @@ body {
   .grid .titlehead span {
     color: #f1f1f1;
     font-size: 60px;
-    padding: 0 5px;
+    padding: 0 2px;
     position: relative;
-    top: 5px; }
+    top: 2px; }
   .grid .titlehead .ifbody {
     font-size: 31px;
-    padding-left: 60px; }
+    padding-left: 72px; }
 
 /* Sections */
 header,

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic-site/blob/8d255d19/develop/bylaws/index.html
----------------------------------------------------------------------
diff --git a/develop/bylaws/index.html b/develop/bylaws/index.html
index da05966..7a1051b 100644
--- a/develop/bylaws/index.html
+++ b/develop/bylaws/index.html
@@ -72,6 +72,7 @@
 </ul>
 
     </nav>
+    <div align="right"><font style="background-color:yellow;">This site is under construction...</font></div>
   </div>
 </header>
 
@@ -399,7 +400,7 @@ possible.</p>
 
 
   <footer role="contentinfo">
-  <p><img src="img/apache-egg-logo.png" alt="Apache Incubator" align="left" hspace="10" vspace="3" style="background-color:#aaa;"/>
+  <p><img src="/img/apache-egg-logo.png" alt="Apache Incubator" align="left" hspace="10" vspace="3" style="background-color:#aaa;"/>
     The contents of this website are &copy;&nbsp;2016
      <a href="https://www.apache.org/">Apache Software Foundation</a>
      under the terms of the <a

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic-site/blob/8d255d19/develop/coding/index.html
----------------------------------------------------------------------
diff --git a/develop/coding/index.html b/develop/coding/index.html
index 873ded3..5744245 100644
--- a/develop/coding/index.html
+++ b/develop/coding/index.html
@@ -72,6 +72,7 @@
 </ul>
 
     </nav>
+    <div align="right"><font style="background-color:yellow;">This site is under construction...</font></div>
   </div>
 </header>
 
@@ -134,7 +135,7 @@ on the previous line.</li>
 
 
   <footer role="contentinfo">
-  <p><img src="img/apache-egg-logo.png" alt="Apache Incubator" align="left" hspace="10" vspace="3" style="background-color:#aaa;"/>
+  <p><img src="/img/apache-egg-logo.png" alt="Apache Incubator" align="left" hspace="10" vspace="3" style="background-color:#aaa;"/>
     The contents of this website are &copy;&nbsp;2016
      <a href="https://www.apache.org/">Apache Software Foundation</a>
      under the terms of the <a

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic-site/blob/8d255d19/develop/index.html
----------------------------------------------------------------------
diff --git a/develop/index.html b/develop/index.html
index 498e150..73c0b76 100644
--- a/develop/index.html
+++ b/develop/index.html
@@ -72,6 +72,7 @@
 </ul>
 
     </nav>
+    <div align="right"><font style="background-color:yellow;">This site is under construction...</font></div>
   </div>
 </header>
 
@@ -208,7 +209,7 @@ commit.</p>
 
 
   <footer role="contentinfo">
-  <p><img src="img/apache-egg-logo.png" alt="Apache Incubator" align="left" hspace="10" vspace="3" style="background-color:#aaa;"/>
+  <p><img src="/img/apache-egg-logo.png" alt="Apache Incubator" align="left" hspace="10" vspace="3" style="background-color:#aaa;"/>
     The contents of this website are &copy;&nbsp;2016
      <a href="https://www.apache.org/">Apache Software Foundation</a>
      under the terms of the <a

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic-site/blob/8d255d19/docs/arch.html
----------------------------------------------------------------------
diff --git a/docs/arch.html b/docs/arch.html
index 03961d4..04851d3 100644
--- a/docs/arch.html
+++ b/docs/arch.html
@@ -72,6 +72,7 @@
 </ul>
 
     </nav>
+    <div align="right"><font style="background-color:yellow;">This site is under construction...</font></div>
   </div>
 </header>
 
@@ -94,7 +95,7 @@
 
 
   <footer role="contentinfo">
-  <p><img src="img/apache-egg-logo.png" alt="Apache Incubator" align="left" hspace="10" vspace="3" style="background-color:#aaa;"/>
+  <p><img src="/img/apache-egg-logo.png" alt="Apache Incubator" align="left" hspace="10" vspace="3" style="background-color:#aaa;"/>
     The contents of this website are &copy;&nbsp;2016
      <a href="https://www.apache.org/">Apache Software Foundation</a>
      under the terms of the <a

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic-site/blob/8d255d19/docs/devices.html
----------------------------------------------------------------------
diff --git a/docs/devices.html b/docs/devices.html
index 89c8d0d..e7b4960 100644
--- a/docs/devices.html
+++ b/docs/devices.html
@@ -72,6 +72,7 @@
 </ul>
 
     </nav>
+    <div align="right"><font style="background-color:yellow;">This site is under construction...</font></div>
   </div>
 </header>
 
@@ -228,7 +229,7 @@
 
 
   <footer role="contentinfo">
-  <p><img src="img/apache-egg-logo.png" alt="Apache Incubator" align="left" hspace="10" vspace="3" style="background-color:#aaa;"/>
+  <p><img src="/img/apache-egg-logo.png" alt="Apache Incubator" align="left" hspace="10" vspace="3" style="background-color:#aaa;"/>
     The contents of this website are &copy;&nbsp;2016
      <a href="https://www.apache.org/">Apache Software Foundation</a>
      under the terms of the <a

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic-site/blob/8d255d19/docs/disclaimer.html
----------------------------------------------------------------------
diff --git a/docs/disclaimer.html b/docs/disclaimer.html
index 18d8943..821a6b4 100644
--- a/docs/disclaimer.html
+++ b/docs/disclaimer.html
@@ -72,6 +72,7 @@
 </ul>
 
     </nav>
+    <div align="right"><font style="background-color:yellow;">This site is under construction...</font></div>
   </div>
 </header>
 
@@ -221,7 +222,7 @@
 
 
   <footer role="contentinfo">
-  <p><img src="img/apache-egg-logo.png" alt="Apache Incubator" align="left" hspace="10" vspace="3" style="background-color:#aaa;"/>
+  <p><img src="/img/apache-egg-logo.png" alt="Apache Incubator" align="left" hspace="10" vspace="3" style="background-color:#aaa;"/>
     The contents of this website are &copy;&nbsp;2016
      <a href="https://www.apache.org/">Apache Software Foundation</a>
      under the terms of the <a

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic-site/blob/8d255d19/docs/future.html
----------------------------------------------------------------------
diff --git a/docs/future.html b/docs/future.html
index 95a1a6a..6f65b4e 100644
--- a/docs/future.html
+++ b/docs/future.html
@@ -72,6 +72,7 @@
 </ul>
 
     </nav>
+    <div align="right"><font style="background-color:yellow;">This site is under construction...</font></div>
   </div>
 </header>
 
@@ -221,7 +222,7 @@
 
 
   <footer role="contentinfo">
-  <p><img src="img/apache-egg-logo.png" alt="Apache Incubator" align="left" hspace="10" vspace="3" style="background-color:#aaa;"/>
+  <p><img src="/img/apache-egg-logo.png" alt="Apache Incubator" align="left" hspace="10" vspace="3" style="background-color:#aaa;"/>
     The contents of this website are &copy;&nbsp;2016
      <a href="https://www.apache.org/">Apache Software Foundation</a>
      under the terms of the <a

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic-site/blob/8d255d19/docs/hive-ddl.html
----------------------------------------------------------------------
diff --git a/docs/hive-ddl.html b/docs/hive-ddl.html
index eb043a5..a958c49 100644
--- a/docs/hive-ddl.html
+++ b/docs/hive-ddl.html
@@ -72,6 +72,7 @@
 </ul>
 
     </nav>
+    <div align="right"><font style="background-color:yellow;">This site is under construction...</font></div>
   </div>
 </header>
 
@@ -221,7 +222,7 @@
 
 
   <footer role="contentinfo">
-  <p><img src="img/apache-egg-logo.png" alt="Apache Incubator" align="left" hspace="10" vspace="3" style="background-color:#aaa;"/>
+  <p><img src="/img/apache-egg-logo.png" alt="Apache Incubator" align="left" hspace="10" vspace="3" style="background-color:#aaa;"/>
     The contents of this website are &copy;&nbsp;2016
      <a href="https://www.apache.org/">Apache Software Foundation</a>
      under the terms of the <a

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic-site/blob/8d255d19/docs/index.html
----------------------------------------------------------------------
diff --git a/docs/index.html b/docs/index.html
index dd41376..d092e64 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -72,6 +72,7 @@
 </ul>
 
     </nav>
+    <div align="right"><font style="background-color:yellow;">This site is under construction...</font></div>
   </div>
 </header>
 
@@ -221,7 +222,7 @@
 
 
   <footer role="contentinfo">
-  <p><img src="img/apache-egg-logo.png" alt="Apache Incubator" align="left" hspace="10" vspace="3" style="background-color:#aaa;"/>
+  <p><img src="/img/apache-egg-logo.png" alt="Apache Incubator" align="left" hspace="10" vspace="3" style="background-color:#aaa;"/>
     The contents of this website are &copy;&nbsp;2016
      <a href="https://www.apache.org/">Apache Software Foundation</a>
      under the terms of the <a

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic-site/blob/8d255d19/docs/indexes.html
----------------------------------------------------------------------
diff --git a/docs/indexes.html b/docs/indexes.html
index a515e7b..4df5ad8 100644
--- a/docs/indexes.html
+++ b/docs/indexes.html
@@ -72,6 +72,7 @@
 </ul>
 
     </nav>
+    <div align="right"><font style="background-color:yellow;">This site is under construction...</font></div>
   </div>
 </header>
 
@@ -221,7 +222,7 @@
 
 
   <footer role="contentinfo">
-  <p><img src="img/apache-egg-logo.png" alt="Apache Incubator" align="left" hspace="10" vspace="3" style="background-color:#aaa;"/>
+  <p><img src="/img/apache-egg-logo.png" alt="Apache Incubator" align="left" hspace="10" vspace="3" style="background-color:#aaa;"/>
     The contents of this website are &copy;&nbsp;2016
      <a href="https://www.apache.org/">Apache Software Foundation</a>
      under the terms of the <a

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic-site/blob/8d255d19/downloads/index.html
----------------------------------------------------------------------
diff --git a/downloads/index.html b/downloads/index.html
index 76cc068..77520bb 100644
--- a/downloads/index.html
+++ b/downloads/index.html
@@ -72,6 +72,7 @@
 </ul>
 
     </nav>
+    <div align="right"><font style="background-color:yellow;">This site is under construction...</font></div>
   </div>
 </header>
 
@@ -94,7 +95,7 @@
 
 
   <footer role="contentinfo">
-  <p><img src="img/apache-egg-logo.png" alt="Apache Incubator" align="left" hspace="10" vspace="3" style="background-color:#aaa;"/>
+  <p><img src="/img/apache-egg-logo.png" alt="Apache Incubator" align="left" hspace="10" vspace="3" style="background-color:#aaa;"/>
     The contents of this website are &copy;&nbsp;2016
      <a href="https://www.apache.org/">Apache Software Foundation</a>
      under the terms of the <a

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic-site/blob/8d255d19/feed.xml
----------------------------------------------------------------------
diff --git a/feed.xml b/feed.xml
index 624f8a6..80f63a8 100644
--- a/feed.xml
+++ b/feed.xml
@@ -5,8 +5,8 @@
     <description></description>
     <link>/</link>
     <atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Fri, 22 Apr 2016 11:36:16 -0700</pubDate>
-    <lastBuildDate>Fri, 22 Apr 2016 11:36:16 -0700</lastBuildDate>
+    <pubDate>Fri, 22 Apr 2016 17:10:25 -0700</pubDate>
+    <lastBuildDate>Fri, 22 Apr 2016 17:10:25 -0700</lastBuildDate>
     <generator>Jekyll v3.0.3</generator>
     
   </channel>

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic-site/blob/8d255d19/help/index.html
----------------------------------------------------------------------
diff --git a/help/index.html b/help/index.html
index 3157518..3975b1e 100644
--- a/help/index.html
+++ b/help/index.html
@@ -72,6 +72,7 @@
 </ul>
 
     </nav>
+    <div align="right"><font style="background-color:yellow;">This site is under construction...</font></div>
   </div>
 </header>
 
@@ -120,7 +121,7 @@ The code is available on <a href="https://github.com/apache/incubator-mnemonic/t
 
 
   <footer role="contentinfo">
-  <p><img src="img/apache-egg-logo.png" alt="Apache Incubator" align="left" hspace="10" vspace="3" style="background-color:#aaa;"/>
+  <p><img src="/img/apache-egg-logo.png" alt="Apache Incubator" align="left" hspace="10" vspace="3" style="background-color:#aaa;"/>
     The contents of this website are &copy;&nbsp;2016
      <a href="https://www.apache.org/">Apache Software Foundation</a>
      under the terms of the <a

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic-site/blob/8d255d19/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index 9298473..241bb12 100644
--- a/index.html
+++ b/index.html
@@ -72,6 +72,7 @@
 </ul>
 
     </nav>
+    <div align="right"><font style="background-color:yellow;">This site is under construction...</font></div>
   </div>
 </header>
 
@@ -115,7 +116,7 @@
 
 
   <footer role="contentinfo">
-  <p><img src="img/apache-egg-logo.png" alt="Apache Incubator" align="left" hspace="10" vspace="3" style="background-color:#aaa;"/>
+  <p><img src="/img/apache-egg-logo.png" alt="Apache Incubator" align="left" hspace="10" vspace="3" style="background-color:#aaa;"/>
     The contents of this website are &copy;&nbsp;2016
      <a href="https://www.apache.org/">Apache Software Foundation</a>
      under the terms of the <a

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic-site/blob/8d255d19/talks/index.html
----------------------------------------------------------------------
diff --git a/talks/index.html b/talks/index.html
index 1ca3607..9ff588f 100644
--- a/talks/index.html
+++ b/talks/index.html
@@ -72,6 +72,7 @@
 </ul>
 
     </nav>
+    <div align="right"><font style="background-color:yellow;">This site is under construction...</font></div>
   </div>
 </header>
 
@@ -106,7 +107,7 @@
 
 
   <footer role="contentinfo">
-  <p><img src="img/apache-egg-logo.png" alt="Apache Incubator" align="left" hspace="10" vspace="3" style="background-color:#aaa;"/>
+  <p><img src="/img/apache-egg-logo.png" alt="Apache Incubator" align="left" hspace="10" vspace="3" style="background-color:#aaa;"/>
     The contents of this website are &copy;&nbsp;2016
      <a href="https://www.apache.org/">Apache Software Foundation</a>
      under the terms of the <a