Skip to content

Commit

Permalink
Updated New-web (#277)
Browse files Browse the repository at this point in the history
* 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

---------

Co-authored-by: Hanbyeol Shin /  David Shin / 신한별 <76985229+shinhanbyeol@users.noreply.github.com>
  • Loading branch information
dpdjvhxm and shinhanbyeol authored Mar 27, 2024
1 parent 2c968e0 commit 2d24eb0
Show file tree
Hide file tree
Showing 10 changed files with 306 additions and 54 deletions.
87 changes: 44 additions & 43 deletions src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,14 @@ const Footer = class extends React.Component {
<footer className={`${styles.root} ${landingYn ? styles.Landing : ''}`}>
<div className={`${styles.Sitemap} Sitemap`}>
<ul className={`${styles.Item} Item`}>
<li>AGE</li>
<li>Get Started</li>
<li>
<a href="/getstarted/quickstart">Quick Start</a>
</li>
</ul>

<ul className={`${styles.Item} Item`}>
<li>Apache AGE</li>
<li>
<a href="/overview">Overview</a>
</li>
Expand All @@ -43,7 +50,11 @@ const Footer = class extends React.Component {
<li>
<a href="/release-notes">Release Note</a>
</li>
<li>
<a href="/faq">F A Q</a>
</li>
</ul>

<ul className={`${styles.Item} Item`}>
<li>Community</li>
<li>
Expand All @@ -58,6 +69,7 @@ const Footer = class extends React.Component {
<a href="https://github.com/apache/age/projects" target='_blank'>AGE Project</a>
</li>
</ul>

<ul className={`${styles.Item} Item`}>
<li>Contribution</li>
<li>
Expand All @@ -75,56 +87,55 @@ const Footer = class extends React.Component {
</ul>

<ul className={`${styles.Item} Item`}>
<li>Downloads</li>
<li>
<a href="/download">Download AGE</a>
</li>
</ul>

<ul className={`${styles.Item} Item`}>
<li>Doc</li>
<li>
<a href="https://age.apache.org/age-manual/master/intro/overview.html" target={'_blank'}>Overview</a>
</li>
<li>
<a href="https://age.apache.org/age-manual/master/intro/setup.html" target={'_blank'}>Setup</a>
</li>
<li>
<a href="https://age.apache.org/age-manual/master/clauses/match.html" target={'_blank'}>Match</a>
</li>
<li>
<a href="https://age.apache.org/age-manual/master/functions/predicate_functions.html" target={'_blank'}>Functions</a>
</li>
<li>
<a href="https://age.apache.org/age-manual/master/advanced/advanced_overview.html" target={'_blank'}>AGE Beyond Cypher</a>
</li>
</ul>

<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'}>Foundation</a>
</li>
<li>
<a href="https://www.apache.org/" target={'_blank'}>
How Apache works
</a>
<a href="https://www.apache.org/" target={'_blank'}>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'}>Sponsorship</a>
</li>
<li>
<a href="https://www.apache.org/security/" target={'_blank'}>
Security
</a>
<a href="https://www.apache.org/security/" target={'_blank'}>Security</a>
</li>
<li>
<a href="https://www.apache.org/licenses/" target={'_blank'}>
License
</a>
<a href="https://www.apache.org/licenses/" target={'_blank'}>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'}>Events</a>
</li>
</ul>
</div>

<div
style={{ maxWidth: '100vw' }}
className={`${styles.Social} Social`}
>
<div style={{ maxWidth: '100vw' }} className={`${styles.Social} Social`}>
<div className={`${styles.Links} FooterLinks`}>
<a title="Github" href="https://github.com/apache/age" target={'_blank'}>
<img
Expand All @@ -148,24 +159,14 @@ const Footer = class extends React.Component {
style={{ width: '2.5em', height: '2.5em' }}
/>
</a>
{/*
<a title="Discord" href="https://discord.com/invite/NMsBs9X8Ss" target={'_blank'}>
<img
src={icoDiscordLd}
alt="Discord"
style={{ width: '2.5em', height: '2.5em' }}
/>
</a>
*/}
</div>

<p>
Copyright © 2024 The Apache Software Foundation.<br></br>
The Apache Software Foundation Apache AGE, AGE, Apache, the Apache feather,
and the Apache AGE project logo are either registered trademarks or trademarks of the Apache Software Foundation.
Copyright © 2024 The Apache Software Foundation.<br></br>
The Apache Software Foundation Apache AGE, AGE, Apache, the Apache feather,
and the Apache AGE project logo are either registered trademarks or trademarks of the Apache Software Foundation.
</p>


</div>
</footer>
);
Expand Down
8 changes: 4 additions & 4 deletions src/components/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ const Navbar = () => {
Team
</Link>
</Menu.Item>
{/*<Menu.Item> 릴리스 노트
<Menu.Item>
<Link className="navbar-item" to="/release-notes">
Release Notes
</Link>
</Menu.Item>*/}
</Menu.Item>
<Menu.Item>
<Link className="navbar-item" to="/faq">
F A Q
Expand Down Expand Up @@ -198,11 +198,11 @@ const Navbar = () => {
Team
</Link>
</Menu.Item>
{/*<Menu.Item> 릴리스 노트
<Menu.Item>
<Link className="navbar-item" to="/release-notes">
Release Notes
</Link>
</Menu.Item>*/}
</Menu.Item>
<Menu.Item>
<Link className="navbar-item" to="/faq">
F A Q
Expand Down
6 changes: 3 additions & 3 deletions src/components/styles/Footer.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
color: #8b8399;
}

ul:nth-child(4) {
ul:nth-child(0) {
li {
margin-bottom: 1.25rem;
a {
Expand All @@ -36,15 +36,15 @@
padding: 0;
padding-left: 20%;
width: 100%;
max-width: 16rem;
max-width: 20rem;
list-style: none;
color: $textColor;
li:first-child {
font-weight: bold;
font-size: 1.25rem;
}
li {
margin-bottom: 1.25rem;
margin-bottom: 1.0rem;
a {
color: black;
font-size: 1rem;
Expand Down
6 changes: 3 additions & 3 deletions src/pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ bannerContents: >-
<h1 class="bannerHeader"><span>Apache AGE : PostgreSQL Extension</span></br>
Graph Data Processing & Analytics</br>
for Relational Databases</h1>
<h2 class="bannercontnet"><span>
Apache AGE is a powerful extension to PostgreSQL, an innovative database engine based on the graph data model.
<br/>Apache AGE is compatible with PostgreSQL's distributed assets and leverages graph data structures to analyze and use relationships and patterns in data.</span> <br/>
<br>
<a href="/getstarted/quickstart" class="bannerButton" rel="noopener noreferrer">Get Started with Apache AGE</a>
<a href="/download" class="bannerButton" rel="noopener noreferrer">Download Apache AGE</a>
<a href="/getstarted/quickstart" >Get Started with Apache AGE</a>
<a href="/download" >Download Apache AGE</a>
36 changes: 36 additions & 0 deletions src/pages/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,42 @@ title: Release Notes

<section>

## Apache AGE v1.5.0 ✅

Release Date\
10 Jan 2024\
Release Notes

</section>

<section>

### PG 16: <https://github.com/apache/age/releases/tag/PG16%2Fv1.5.0-rc0>
### PG 15: <https://github.com/apache/age/releases/tag/PG15%2Fv1.5.0-rc0>
### PG 14: <https://github.com/apache/age/releases/tag/PG14%2Fv1.5.0-rc0>
### PG 13: <https://github.com/apache/age/releases/tag/PG13%2Fv1.5.0-rc0>
### PG 12: <https://github.com/apache/age/releases/tag/PG12%2Fv1.5.0-rc0>
### PG 11: <https://github.com/apache/age/releases/tag/PG11%2Fv1.5.0-rc0>


</section>

<section>

Key Improvement(s)
- Additional index support and performance improvements
- Docker and Python driver updates
- Support for chained expressions in CASE statements
- Multiple bug fixes

</section>

</div>

<div class="ReleaseBox">

<section>

## Apache AGE v1.4.0 ✅

Pre-release Date\
Expand Down
6 changes: 5 additions & 1 deletion src/pages/team/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ pmc:
avatar: /img/Shoaib.jpg
githubName: 'muhammadshoaib'
githubLink: 'https://github.com/muhammadshoaib'
nonpmc:
- name: 'Rafsun Masud'
avatar: /img/rafsun.jpg
githubName: 'rafsun42'
githubLink: 'https://github.com/rafsun42'
nonpmc:
- name: 'Muhammad Taha Naveed'
avatar: /img/Taha.jpg
githubName: 'MuhammadTahaNaveed'
Expand All @@ -82,4 +82,8 @@ nonpmc:
avatar: /img/QuocVietVuong.jpg
githubName: 'quocvietvuong'
githubLink: 'https://github.com/quocvietvuong'
- name: 'Zainab Saad'
avatar: /img/Zainab.jpg
githubName: 'zainabsaad'
githubLink: 'https://github.com/Zainab-Saad'
---
1 change: 1 addition & 0 deletions static/admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ collections:
- { label: "Title", name: "title", widget: "string" }
- { label: "Body", name: "body", widget: "markdown" }

# Blog test
- name: "blog"
label: "Blog"
folder: "src/pages/blog"
Expand Down
Binary file added static/img/ASF_Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2d24eb0

Please sign in to comment.