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

jin pushed a commit to branch website
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git


The following commit(s) were added to refs/heads/website by this push:
     new 814caaa  chore: add incubating tag (#120)
814caaa is described below

commit 814caaad9fc9b61bb3309cb30dde578f30f5380d
Author: Simon Cheung <[email protected]>
AuthorDate: Thu Apr 28 16:30:21 2022 +0800

    chore: add incubating tag (#120)
---
 content/cn/_index.html | 10 +++++++++-
 content/en/_index.html |  9 ++++++++-
 2 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/content/cn/_index.html b/content/cn/_index.html
index 828d958..a0c777a 100644
--- a/content/cn/_index.html
+++ b/content/cn/_index.html
@@ -4,8 +4,16 @@ linkTitle = "Huge Docs"
 
 +++
 
-{{< blocks/cover title="Apache HugeGraph" image_anchor="top" height="full" 
color="orange" >}}
+{{< blocks/cover image_anchor="top" height="full" color="orange">}}
+
 <div class="mx-auto">
+
+       <h1 ><span style="font-size:50px;font-weight:bold">Apache</span>
+               <span style="font-size:50px;font-weight:bold">HugeGraph</span>
+       </h1>
+       <p><span style="font-size:20px; 
float:contour">&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;
+               
&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;Incubating</span><br/></p>
+       
        <a class="btn btn-lg btn-primary mr-3 mb-4" href="{{< relref "/docs" 
>}}">
                Learn More <i class="fas fa-arrow-alt-circle-right ml-2"></i>
        </a>
diff --git a/content/en/_index.html b/content/en/_index.html
index 599922f..7c8912b 100644
--- a/content/en/_index.html
+++ b/content/en/_index.html
@@ -3,9 +3,16 @@ title = "HugeGraph Website"
 linkTitle = "Huge Docs"
 
 +++
+{{< blocks/cover image_anchor="top" height="full" color="orange">}}
 
-{{< blocks/cover title="Apache HugeGraph" image_anchor="top" height="full" 
color="orange" >}}
 <div class="mx-auto">
+
+       <h1 ><span style="font-size:50px;font-weight:bold">Apache</span>
+               <span style="font-size:50px;font-weight:bold">HugeGraph</span>
+       </h1>
+       <p><span style="font-size:20px; 
float:contour">&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;
+               
&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;Incubating</span><br/></p>
+
        <a class="btn btn-lg btn-primary mr-3 mb-4" href="{{< relref "/docs" 
>}}">
                Learn More <i class="fas fa-arrow-alt-circle-right ml-2"></i>
        </a>

Reply via email to