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 451b9133 Update New web (#288)
451b9133 is described below
commit 451b9133f115a9245550d29b9e5fa4afe4905182
Author: dpdjvhxm <[email protected]>
AuthorDate: Thu Apr 4 14:38:07 2024 +0900
Update New web (#288)
* 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
---------
Co-authored-by: Hanbyeol Shin / David Shin / 신한별
<[email protected]>
---
src/components/Footer.js | 16 ++++++++--------
src/components/Navbar.js | 3 +++
src/templates/index-page.js | 27 +++++++++------------------
3 files changed, 20 insertions(+), 26 deletions(-)
diff --git a/src/components/Footer.js b/src/components/Footer.js
index 81bfbf9d..7d182213 100644
--- a/src/components/Footer.js
+++ b/src/components/Footer.js
@@ -115,36 +115,36 @@ const Footer = class extends React.Component {
<ul className={`${styles.Item} Item`}>
<li>Apache</li>
<li>
- <a href="https://www.apache.org/foundation/"
target={'_blank'}>Foundation</a>
+ <a href="https://www.apache.org/foundation/" target={'_blank'}
rel="noopener noreferrer">Foundation</a>
</li>
<li>
- <a href="https://www.apache.org/" target={'_blank'}>How Apache
works</a>
+ <a href="https://www.apache.org/" target={'_blank'}
rel="noopener noreferrer">How Apache works</a>
</li>
<li>
- <a href="https://www.apache.org/foundation/sponsorship.html"
target={'_blank'}>Sponsorship</a>
+ <a href="https://www.apache.org/foundation/sponsorship.html"
target={'_blank'} rel="noopener noreferrer">Sponsorship</a>
</li>
<li>
- <a href="https://www.apache.org/security/"
target={'_blank'}>Security</a>
+ <a href="https://www.apache.org/security/" target={'_blank'}
rel="noopener noreferrer">Security</a>
</li>
<li>
- <a href="https://www.apache.org/licenses/"
target={'_blank'}>License</a>
+ <a href="https://www.apache.org/licenses/" target={'_blank'}
rel="noopener noreferrer">License</a>
</li>
<li>
- <a href="https://apachecon.com/?ref=age.apache.org"
target={'_blank'}>Events</a>
+ <a href="https://apachecon.com/?ref=age.apache.org"
target={'_blank'} rel="noopener noreferrer">Events</a>
</li>
</ul>
</div>
<div style={{ maxWidth: '100vw' }} className={`${styles.Social}
Social`}>
<div className={`${styles.Links} FooterLinks`}>
- <a title="Github" href="https://github.com/apache/age"
target={'_blank'}>
+ <a title="Github" href="https://github.com/apache/age"
target={'_blank'} rel="noopener noreferrer">
<img
src={icoGithubLd}
alt="Facebook"
style={{ width: '2.5em', height: '2.5em' }}
/>
</a>
- <a title="twitter" href="https://twitter.com/apache_age?lang=en"
target={'_blank'}>
+ <a title="twitter" href="https://twitter.com/apache_age?lang=en"
target={'_blank'} rel="noopener noreferrer">
<img
className="fas fa-lg"
src={icoTwitterLd}
diff --git a/src/components/Navbar.js b/src/components/Navbar.js
index a3dbf4d6..a04a41bb 100644
--- a/src/components/Navbar.js
+++ b/src/components/Navbar.js
@@ -73,6 +73,7 @@ const Navbar = () => {
className="navbar-item"
target="_blank"
to="https://www.reddit.com/r/apacheage/"
+ rel="noopener noreferrer"
>
AGE Forum
</Link>
@@ -229,6 +230,7 @@ const Navbar = () => {
className="navbar-item"
target="_blank"
to="https://www.reddit.com/r/apacheage/"
+ rel="noopener noreferrer"
>
AGE Forum
</Link>
@@ -313,6 +315,7 @@ const Navbar = () => {
className="navbar-item"
target="_blank"
to="https://github.com/apache/age"
+ rel="noopener noreferrer"
>
Apache AGE GitHub
</Link>
diff --git a/src/templates/index-page.js b/src/templates/index-page.js
index 5066c194..5cdb48db 100644
--- a/src/templates/index-page.js
+++ b/src/templates/index-page.js
@@ -70,21 +70,21 @@ export const IndexPageTemplate = ({
Key Updates
<div className={styles.cardContent}>
<div><b>Why do you use Apache AGE? </b></div>
- <div>Give feedback at the GitHub (<a
href="https://github.com/apache/age/issues/1705"
target="_blank">#1705</a>)</div>
+ <div>Give feedback at the GitHub (<a
href="https://github.com/apache/age/issues/1705" target="_blank" rel="noopener
noreferrer">#1705</a>)</div>
<br></br>
<div><b>Apache AGE on Microsoft Azure PostgreSQL</b></div>
<div>Support the integration of Microsoft Azure PostgreSQL
with Apache AGE by casting your vote and feedback!</div>
<div>
- <a href="https://github.com/apache/age/issues/1524"
target="_blank">Read more</a>
+ <a href="https://github.com/apache/age/issues/1524"
target="_blank" rel="noopener noreferrer">Read more</a>
</div>
<br></br>
<div><b>PostgresPro adapted Apache AGE</b></div>
<div>Apache_AGE is a Postgres Pro extension that provides
graph database functionality. The goal of the project is to create single
storage that can handle both relational and graph model data so that users can
use standard ANSI SQL along with openCypher.</div>
<div>
- <a
href="https://postgrespro.com/docs/enterprise/15/apache-age"
target="_blank">Read more</a>
+ <a
href="https://postgrespro.com/docs/enterprise/15/apache-age" target="_blank"
rel="noopener noreferrer">Read more</a>
</div>
@@ -93,7 +93,7 @@ export const IndexPageTemplate = ({
<div>Check the changelog for the latest version</div>
<div>
- <a
href="https://github.com/apache/age/releases/tag/PG16%2Fv1.5.0-rc0"
target="_blank">Read more</a>
+ <a
href="https://github.com/apache/age/releases/tag/PG16%2Fv1.5.0-rc0"
target="_blank" rel="noopener noreferrer">Read more</a>
</div>
@@ -224,9 +224,9 @@ export const IndexPageTemplate = ({
<section>
<div className={styles.content1}>
- <div className={styles.Subscribe1}>
+ {/*<div className={styles.Subscribe1}>
<img src={landingMailImg} alt="mail-image"></img>
- </div>
+ </div>*/}
<h2>Subscribe Mailing List</h2>
<p>
Get help using Apache AGE or contribute to the project on our
@@ -234,28 +234,19 @@ export const IndexPageTemplate = ({
</p>
<div className={styles.SubscribeLink1}>
<div>
- <a
- target="_blank"
- href="https://lists.apache.org/[email protected]"
- >
+ <a target="_blank"
href="https://lists.apache.org/[email protected]" rel="noopener
noreferrer">
User
</a>
<a href="mailto:[email protected]">Subscribe</a>
</div>
<div>
- <a
- target="_blank"
- href="https://lists.apache.org/[email protected]"
- >
+ <a target="_blank"
href="https://lists.apache.org/[email protected]" rel="noopener
noreferrer">
Developer
</a>
<a href="mailto:[email protected]">Subscribe</a>
</div>
<div>
- <a
- target="_blank"
-
href="https://lists.apache.org/[email protected]"
- >
+ <a target="_blank"
href="https://lists.apache.org/[email protected]" rel="noopener
noreferrer">
Commits
</a>
<a href="mailto:[email protected]">Subscribe</a>