diff --git a/src/components/Footer.js b/src/components/Footer.js index fd5ab25fa..81bfbf9d5 100644 --- a/src/components/Footer.js +++ b/src/components/Footer.js @@ -33,7 +33,14 @@ const Footer = class extends React.Component { ); diff --git a/src/components/Navbar.js b/src/components/Navbar.js index a6f8a50fa..a3dbf4d6d 100644 --- a/src/components/Navbar.js +++ b/src/components/Navbar.js @@ -42,11 +42,11 @@ const Navbar = () => { Team - {/* 릴리스 노트 + Release Notes - */} + F A Q @@ -198,11 +198,11 @@ const Navbar = () => { Team - {/* 릴리스 노트 + Release Notes - */} + F A Q diff --git a/src/components/styles/Footer.module.scss b/src/components/styles/Footer.module.scss index 92ed053eb..c1e3ea775 100644 --- a/src/components/styles/Footer.module.scss +++ b/src/components/styles/Footer.module.scss @@ -20,7 +20,7 @@ color: #8b8399; } - ul:nth-child(4) { + ul:nth-child(0) { li { margin-bottom: 1.25rem; a { @@ -36,7 +36,7 @@ padding: 0; padding-left: 20%; width: 100%; - max-width: 16rem; + max-width: 20rem; list-style: none; color: $textColor; li:first-child { @@ -44,7 +44,7 @@ font-size: 1.25rem; } li { - margin-bottom: 1.25rem; + margin-bottom: 1.0rem; a { color: black; font-size: 1rem; diff --git a/src/pages/index.md b/src/pages/index.md index 006a046f8..cda2a65fa 100644 --- a/src/pages/index.md +++ b/src/pages/index.md @@ -6,11 +6,11 @@ bannerContents: >-

Apache AGE : PostgreSQL Extension
Graph Data Processing & Analytics
for Relational Databases

- +

Apache AGE is a powerful extension to PostgreSQL, an innovative database engine based on the graph data model.
Apache AGE is compatible with PostgreSQL's distributed assets and leverages graph data structures to analyze and use relationships and patterns in data.


- Get Started with Apache AGE - Download Apache AGE \ No newline at end of file + Get Started with Apache AGE + Download Apache AGE diff --git a/src/pages/release-notes/index.md b/src/pages/release-notes/index.md index 8a9eb58ab..864dc6ced 100644 --- a/src/pages/release-notes/index.md +++ b/src/pages/release-notes/index.md @@ -7,6 +7,42 @@ title: Release Notes
+## Apache AGE v1.5.0 ✅ + +Release Date\ +10 Jan 2024\ +Release Notes + +
+ +
+ +### PG 16: +### PG 15: +### PG 14: +### PG 13: +### PG 12: +### PG 11: + + +
+ +
+ +Key Improvement(s) +- Additional index support and performance improvements +- Docker and Python driver updates +- Support for chained expressions in CASE statements +- Multiple bug fixes + +
+ + + +
+ +
+ ## Apache AGE v1.4.0 ✅ Pre-release Date\ diff --git a/src/pages/team/index.md b/src/pages/team/index.md index fa4546d33..f51ac6e91 100644 --- a/src/pages/team/index.md +++ b/src/pages/team/index.md @@ -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' @@ -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' --- diff --git a/static/admin/config.yml b/static/admin/config.yml index 4637f81dd..0bf574f6a 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -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" diff --git a/static/img/ASF_Logo.png b/static/img/ASF_Logo.png new file mode 100644 index 000000000..4e080c67a Binary files /dev/null and b/static/img/ASF_Logo.png differ diff --git a/static/img/ASF_Logo.svg b/static/img/ASF_Logo.svg new file mode 100644 index 000000000..620694c52 --- /dev/null +++ b/static/img/ASF_Logo.svg @@ -0,0 +1,210 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/img/Zainab.png b/static/img/Zainab.png new file mode 100644 index 000000000..7f0ddbc3b Binary files /dev/null and b/static/img/Zainab.png differ