Skip to content

feat(homepage): refactor hero and certificates for better visuals and…#205

Open
faweizhao26 wants to merge 7 commits intoIvorySQL:mainfrom
faweizhao26:codex/homepage-refactor-2025
Open

feat(homepage): refactor hero and certificates for better visuals and…#205
faweizhao26 wants to merge 7 commits intoIvorySQL:mainfrom
faweizhao26:codex/homepage-refactor-2025

Conversation

@faweizhao26
Copy link
Contributor

… mobile UX

@netlify
Copy link

netlify bot commented Mar 4, 2026

Deploy Preview for ivorysql ready!

Name Link
🔨 Latest commit d5276cd
🔍 Latest deploy log https://app.netlify.com/projects/ivorysql/deploys/69afb1fcffea6c00092f47b4
😎 Deploy Preview https://deploy-preview-205--ivorysql.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

const INSTALL_CARD_ICONS = [Icon04, Icon01, Icon06];

const RELEASES_URL = 'https://github.com/IvorySQL/IvorySQL/releases';
const ONLINE_TRIAL_URL = 'http://trial.ivorysql.org:8080/';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

const ONLINE_TRIAL_URL = 'http://trial.ivorysql.org:8080/';
==>
const ONLINE_TRIAL_URL = 'https://trial.ivorysql.org/';

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

const ONLINE_TRIAL_URL = 'http://trial.ivorysql.org:8080/'; ==> const ONLINE_TRIAL_URL = 'https://trial.ivorysql.org/';

modified

{ title: '地理信息', items: ['PostGIS', 'pgRouting'] },
{ title: '机器学习及 AI', items: ['pgvector', 'MADlib', 'pg_ai_query'] },
{ title: 'DDL 及数据加载工具', items: ['pg_bulkload', 'ddlx'] },
{ title: '在线体验平台', items: ['postgres-wasm', 'IVYOnlineTrial'] },
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{ title: '在线体验平台', items: ['postgres-wasm', 'IVYOnlineTrial'] },
这俩是什么区别postgres-wasm / IVYOnlineTrial

'IvorySQL 是一款先进、功能齐全的开源 Oracle 兼容 PostgreSQL,致力于保持高兼容性,并可作为最新 PostgreSQL 的完全替代品。通过 compatible_mode 开关可在 Oracle 与 PostgreSQL 兼容模式间切换,PL/iSQL 支持 Oracle PL/SQL 语法及 Oracle 风格包(Packages)。',
heroBadges: ['Oracle 兼容', 'Apache 2.0 开源', '基于 PostgreSQL 内核'],
latestVersionPrefix: '最新版本',
latestVersionLabel: 'IvorySQL 5.1',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we fetch the latest version label dynamically, rather than hardcoding it manually?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, accepted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants