Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update image resource #301

Merged
merged 9 commits into from
Apr 11, 2024
5 changes: 2 additions & 3 deletions src/pages/index.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions static/img/blog1.html
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -86,12 +86,12 @@ <h2 class="mt-5 text-center combating-heading" style="color: #150136; font-size:
<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">
Expand Down
Binary file added static/img/image2.webp
Binary file not shown.
Binary file added static/img/image4.webp
Binary file not shown.
Binary file added static/img/landing-banner.webp
Binary file not shown.
Loading