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

ako pushed a commit to branch new-web
in repository https://gitbox.apache.org/repos/asf/age-website.git


The following commit(s) were added to refs/heads/new-web by this push:
     new 1c70834a Update image resource (#301)
1c70834a is described below

commit 1c70834a1f023c18217e8ebd139ea8cceacad469
Author: dpdjvhxm <[email protected]>
AuthorDate: Thu Apr 11 14:46:16 2024 +0900

    Update image resource (#301)
    
    * Update
    
    * Update meta description and title, reduce image resource
    Update faq question: add 3 questions
    
    * Update Meta data(Title, description)
    Correct Spelling error
    
    * Add sitemap.xml and robots.txt
    
    * Update image and landing page text
---
 src/pages/index.md             |   5 ++---
 static/img/blog1.html          |   6 +++---
 static/img/image2.webp         | Bin 0 -> 24492 bytes
 static/img/image4.webp         | Bin 0 -> 82460 bytes
 static/img/landing-banner.webp | Bin 0 -> 56272 bytes
 5 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/src/pages/index.md b/src/pages/index.md
index 9f441d5b..da5caf41 100644
--- a/src/pages/index.md
+++ b/src/pages/index.md
@@ -1,11 +1,10 @@
 ---
 templateKey: index-page
 title: Apache AGE | Graph Database Extension for PostgreSQL
-bannerImg: /img/landing-banner.png
+bannerImg: /img/landing-banner.webp
 bannerContents: >-
   <h1 class="bannerHeader"><span>Apache AGE</span></br>
-  Graph Database Extension</br> 
-  for PostgreSQL</h1>
+  Graph Database for PostgreSQL</h1>
 
   <h2 class="bannercontnet"><span>
   Apache AGE is PostgreSQL Graph database extension compatible with 
PostgreSQL's distributed assets and leverages graph data structures to analyze 
and use relationships and patterns in data.
diff --git a/static/img/blog1.html b/static/img/blog1.html
index 4d3ef7b6..b7d1264f 100644
--- a/static/img/blog1.html
+++ b/static/img/blog1.html
@@ -57,7 +57,7 @@
     <div class="container mt-5">
       <div>
         <div class="text-center">
-          <img src="../../img/image2.png" alt="hero-img" style="border-radius: 
25px" width="20%" class="img-fluid" />
+          <img src="../../img/image2.webp" alt="hero-img" 
style="border-radius: 25px" width="20%" class="img-fluid" />
         </div>
         <h2 class="mt-5 text-center combating-heading" style="color: #150136; 
font-size: 36px; font-weight: 800">
           Easy and Smooth Start to Graph Databases
@@ -86,12 +86,12 @@
             <h5 class="mt-5">The Need for Simplicity in Graph Databases></h5>
             <p>
               Starting with graph databases can be tough, like learning a new 
language. It's hard to see how information connects and to ask the right
-              questions. Tools like <a 
href="https://age.apache.org/getstarted/quickstart/"; 
target="_parent"><b>Graphizer</b></a> are important because they make this 
learning journey smoother, letting more people use these smart
+              questions. Tools like Graphizer are important because they make 
this learning journey smoother, letting more people use these smart
               databases without getting lost.
             </p>
 
             <div class="text-center mt-5 mb-4">
-              <img src="../../img/image4.png" alt="img" class="img-fluid" />
+              <img src="../../img/image4.webp" alt="img" class="img-fluid" />
             </div>
 
             <div style="display: flex; justify-content: center">
diff --git a/static/img/image2.webp b/static/img/image2.webp
new file mode 100644
index 00000000..d6d55c88
Binary files /dev/null and b/static/img/image2.webp differ
diff --git a/static/img/image4.webp b/static/img/image4.webp
new file mode 100644
index 00000000..76ea631a
Binary files /dev/null and b/static/img/image4.webp differ
diff --git a/static/img/landing-banner.webp b/static/img/landing-banner.webp
new file mode 100644
index 00000000..77b034ad
Binary files /dev/null and b/static/img/landing-banner.webp differ

Reply via email to