vinothchandar commented on a change in pull request #1120: [HUDI-440] Rework 
the hudi web site
URL: https://github.com/apache/incubator-hudi/pull/1120#discussion_r362299309
 
 

 ##########
 File path: newui/content/index.html
 ##########
 @@ -0,0 +1,233 @@
+<!doctype html>
+<html lang="en" class="no-js">
+  <head>
+    <meta charset="utf-8">
+
+<!-- begin _includes/seo.html --><title>Welcome to Apache Hudi - Apache 
Hudi</title>
+<meta name="description" content="Apache Hudi Stands for Hadoop Upserts and 
Incrementals to manage the storage of large analytical datasets on HDFS. Latest 
release 0.5.0-incubating">
+
+<meta property="og:type" content="website">
+<meta property="og:locale" content="en_US">
+<meta property="og:site_name" content="Apache Hudi">
+<meta property="og:title" content="Welcome to Apache Hudi">
+<meta property="og:url" content="https://hudi.apache.org/";>
+
+
+  <meta property="og:description" content="Apache Hudi Stands for Hadoop 
Upserts and Incrementals to manage the storage of large analytical datasets on 
HDFS. Latest release 0.5.0-incubating">
+
+
+
+
+
+
+
+
+
+
+
+<!-- end _includes/seo.html -->
+
+
+<!--<link href="/feed.xml" type="application/atom+xml" rel="alternate" 
title="Apache Hudi Feed">-->
+
+<!-- https://t.co/dKP3o1e -->
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+<script>
+  document.documentElement.className = 
document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
+</script>
+
+<!-- For all browsers -->
+<link rel="stylesheet" href="/assets/css/main.css">
+
+<!--[if IE]>
+  <style>
+    /* old IE unsupported flexbox fixes */
+    .greedy-nav .site-title {
+      padding-right: 3em;
+    }
+    .greedy-nav button {
+      position: absolute;
+      top: 0;
+      right: 0;
+      height: 100%;
+    }
+  </style>
+<![endif]-->
+
+
+
+<link rel="icon" type="image/x-icon" href="/assets/images/favicon.ico">
+<link rel="stylesheet" href="/assets/css/font-awesome.min.css">
+
+  </head>
+
+  <body class="layout--home">
+    <!--[if lt IE 9]>
+<div class="notice--danger align-center" style="margin: 0;">You are using an 
<strong>outdated</strong> browser. Please <a 
href="https://browsehappy.com/";>upgrade your browser</a> to improve your 
experience.</div>
+<![endif]-->
+
+    
+
+<div class="masthead">
+  <div class="masthead__inner-wrap" id="masthead__inner-wrap">
+    <div class="masthead__menu">
+      <nav id="site-nav" class="greedy-nav">
+        
+          <a class="site-logo" href="/"><img src="/assets/images/hudi.png" 
alt=""></a>
+        
+        <a class="site-title" href="/">
+          Apache Hudi
+          <span class="site-subtitle">0.5.1-SNAPSHOT(incubating)</span>
+        </a>
+        <ul class="visible-links"><li class="masthead__menu-item">
+              <a href="/docs/quick-start-guide.html" target="_self" 
>Documentation</a>
+            </li><li class="masthead__menu-item">
+              <a href="/community.html" target="_self" >Community</a>
+            </li><li class="masthead__menu-item">
+              <a href="/roadmap.html" target="_self" >Roadmap</a>
+            </li><li class="masthead__menu-item">
+              <a href="/activity.html" target="_self" >Activities</a>
+            </li><li class="masthead__menu-item">
+              <a href="https://cwiki.apache.org/confluence/display/HUDI/FAQ"; 
target="_blank" >FAQ</a>
+            </li><li class="masthead__menu-item">
+              <a href="/releases.html" target="_self" >Releases</a>
+            </li></ul>
+        <button class="greedy-nav__toggle hidden" type="button">
+          <span class="visually-hidden">Toggle menu</span>
+          <div class="navicon"></div>
+        </button>
+        <ul class="hidden-links hidden"></ul>
+      </nav>
+    </div>
+  </div>
+</div>
+
+
+    <div class="page__hero--overlay" style="background-color: #079fca 
!important;">
+      <div class="wrapper" style="background-size: 480px;background-repeat: 
no-repeat; background-position: right center;  background-image: 
url('/assets/images/logo-big.png');">
+        <h1 id="page-title" class="page__title" itemprop="headline">
+          Welcome to Apache Hudi
+        </h1>
+
+        <p class="page__lead">Apache Hudi Stands for Hadoop Upserts and 
Incrementals to manage the storage of large analytical datasets on HDFS.<br /> 
<small><a 
href="https://github.com/apache/incubator-hudi/releases/tag/release-0.5.0-incubating";
 target="_blank">Latest release 0.5.0-incubating</a></small>
+</p>
+        <p>
+          <a href="/docs/quick-start-guide.html" class="btn btn--light-outline 
btn--large"><i class="fa fa-paper-plane"></i> Get Starting</a>
+        </p>
+      </div>
+    </div>
+
+    <div class="page__hero--overlay">
+      <div class="wrapper">
+        <h1 style="font-size: 1.953em">
+          Hudi Data Lakes
+        </h1>
+        <div class="archive__item-excerpt" style="font-size: 0.9em">
+          <p>Hudi brings stream processing to big data, providing fresh data 
while being an order of magnitude efficient over traditional batch 
processing.</p>
+        </div>
+        <div class="archive__item-teaser">
+          <img src="/assets/images/hudi-delta-lake.png" 
style="display:block;margin-left:auto;margin-right:auto;width: auto">
 
 Review comment:
   hudi-delta-lake? please rename this file 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to