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 35ad7353 Update Image resource (#290)
35ad7353 is described below
commit 35ad73532c3b2278585f0b6f4c374400d6717f4e
Author: dpdjvhxm <[email protected]>
AuthorDate: Thu Apr 4 17:30:41 2024 +0900
Update Image resource (#290)
* Update index.md
* Update index.md
* Update gatsby-config.js
* Update package.json
* Add files via upload
* Add files via upload
* Add files via upload
* Update Navbar.js
* Update Footer
Update Download version and file link
Update Landing Page (News & Events)
* Update Landing page: Comparison
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Fix Google Analytics Code
* Fix Footer Link
* Update landing page and add FAQ page
* Fix double MenuToggle button issue and css
Fixing bugs with two menu buttons on the responsive screen Fixing the
phenomenon that the scrollbar obscures the menu buttons
* Update
* Update
* Updated
* node version changes
* node changes
* Update quickstart.md
* Update netlify.toml
* update
* Update 2024/Mar/25
* Update 2024/Mar/25
* Fix landing page & delete youtube link
* update
* Update
* Update
* update team
* Update
* Update
* Update
* update
* Updated
* Update download link
* Update download page link
* Update
* update
* Update
* Update
* Update
* Update
* Update favicon resource
* Resource Management
---------
Co-authored-by: Hanbyeol Shin / David Shin / 신한별
<[email protected]>
---
src/components/Layout.js | 2 +-
src/pages/index.md | 2 +-
static/img/agedb-favicon.png | Bin 1092 -> 0 bytes
static/img/{AgeDB Favicon.png => favicon.png} | Bin
static/img/landing-banner.png | Bin 0 -> 283877 bytes
5 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/Layout.js b/src/components/Layout.js
index 6d5a53ee..bc2edd59 100644
--- a/src/components/Layout.js
+++ b/src/components/Layout.js
@@ -15,7 +15,7 @@ import '../components/styles/font/font.css';
import './styles/media.scss';
// styles
import * as styles from './styles/Layout.module.scss';
-import favicon from '../../static/img/agedb-favicon.png';
+import favicon from '../../static/img/favicon.png';
const TemplateWrapper = ({ children }) => {
const { title, description } = useSiteMetadata();
diff --git a/src/pages/index.md b/src/pages/index.md
index e7c817ab..f3dc45f5 100644
--- a/src/pages/index.md
+++ b/src/pages/index.md
@@ -1,7 +1,7 @@
---
templateKey: index-page
title: Apache AGE
-bannerImg: /img/landing-banner.jpg
+bannerImg: /img/landing-banner.png
bannerContents: >-
<h1 class="bannerHeader"><span>Apache AGE</span></br>
Graph Database Extension</br>
diff --git a/static/img/agedb-favicon.png b/static/img/agedb-favicon.png
deleted file mode 100644
index 42be2df0..00000000
Binary files a/static/img/agedb-favicon.png and /dev/null differ
diff --git a/static/img/AgeDB Favicon.png b/static/img/favicon.png
similarity index 100%
rename from static/img/AgeDB Favicon.png
rename to static/img/favicon.png
diff --git a/static/img/landing-banner.png b/static/img/landing-banner.png
new file mode 100644
index 00000000..f0c60301
Binary files /dev/null and b/static/img/landing-banner.png differ