Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
- limitations under the License.
-->

<p align="center">
<img src="logo.svg"/>
</p>

# Apache Fesod (Incubating)

[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/apache/fesod/ci.yml?style=flat-square&logo=github)](https://github.com/apache/fesod/actions/workflows/ci.yml)
Expand Down Expand Up @@ -58,7 +62,8 @@ new features in the latest version will enhance your experience.
> will need to manually exclude POI-related jar files.


> We are currently preparing for the first release under the Apache Incubator. Current releases were non-Apache releases. You can see previous verison in this link: https://fesod.apache.org/docs/quickstart/guide/
> We are currently preparing for the first release under the Apache Incubator. Current releases were non-Apache
> releases. You can see previous verison in this link: https://fesod.apache.org/docs/quickstart/guide/

### Maven

Expand Down
37 changes: 1 addition & 36 deletions logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions website/community/brand.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
id: 'brand'
title: 'Brand'
---

## Logo

![logo](/img/logo/fesod-logo-icon.svg)

Download: [SVG](/img/logo/fesod-logo-icon.svg) | [PNG](/img/logo/fesod-logo-icon.png)

## Brand Logo

![logo](/img/logo/fesod-logo.svg)

Download: [SVG](/img/logo/fesod-logo.svg) | [PNG](/img/logo/fesod-logo.png)
5 changes: 2 additions & 3 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ const config = {
favicon: 'img/favicon.ico',
url: 'https://fesod.apache.org',
baseUrl: '/',
trailingSlash: true,

future: {
v4: true,
},
Expand Down Expand Up @@ -96,7 +94,8 @@ const config = {
title: '',
logo: {
alt: '',
src: 'img/logo.svg',
src: 'img/logo/fesod-logo.svg',
srcDark: 'img/logo/fesod-logo-white.svg',
},
items: [
{
Expand Down
2 changes: 1 addition & 1 deletion website/i18n/en/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@
"description": "The ARIA label for the external link icon"
},
"team.name": {
"message": "Team"
"message": "Apache Fesod (Incubating) Team"
},
"team.desc": {
"message": "Apache Fesod (Incubating) team is comprised of Members and Contributors. We embrace the community philosophy of openness and collaboration, welcoming more people to join us and grow together with the community."
Expand Down
2 changes: 1 addition & 1 deletion website/i18n/zh-cn/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@
"description": "The ARIA label for the external link icon"
},
"team.name": {
"message": "团队"
"message": "Apache Fesod (Incubating) 团队"
},
"team.desc": {
"message": "Apache Fesod (Incubating) 团队由成员和贡献者组成。我们秉持开放和协作的社区理念,欢迎更多的人加入我们,与社区共同成长。"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
id: 'brand'
title: '品牌'
---

## Logo

![logo](/img/logo/fesod-logo-icon.svg)

点击下载: [SVG](/img/logo/fesod-logo-icon.svg) | [PNG](/img/logo/fesod-logo-icon.png)

## 品牌 Logo

![logo](/img/logo/fesod-logo.svg)

点击下载: [SVG](/img/logo/fesod-logo.svg) | [PNG](/img/logo/fesod-logo.png)
4 changes: 4 additions & 0 deletions website/sidebarsCommunity.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ const sidebarsCommunity = {
id: "maturity",
type: "doc",
},
{
id: "brand",
type: "doc",
},
{
id: "feedback",
type: "doc",
Expand Down
42 changes: 25 additions & 17 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,37 +18,41 @@
*/

:root {
--ifm-color-primary: #2e8555;
--ifm-color-primary-dark: #29784c;
--ifm-color-primary-darker: #277148;
--ifm-color-primary-darkest: #205d3b;
--ifm-color-primary-light: #33925d;
--ifm-color-primary-lighter: #359962;
--ifm-color-primary-lightest: #3cad6e;
--ifm-color-primary: #14824b;
--ifm-color-primary-dark: #127544;
--ifm-color-primary-darker: #116e40;
--ifm-color-primary-darkest: #0e5b35;
--ifm-color-primary-light: #168f52;
--ifm-color-primary-lighter: #179556;
--ifm-color-primary-lightest: #1aa962;
--ifm-code-font-size: 95%;
--ifm-navbar-height: 80px;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
--search-local-modal-width: 480px;
--search-local-modal-width-sm: 300px;
--search-local-highlight-color: #2e8555;
--search-local-highlight-color: #14824b;
}

/* For readability concerns, you should choose a lighter palette in dark mode. */
[data-theme='dark'] {
--ifm-color-primary: #25c2a0;
--ifm-color-primary-dark: #21af90;
--ifm-color-primary-darker: #1fa588;
--ifm-color-primary-darkest: #1a8870;
--ifm-color-primary-light: #29d5b0;
--ifm-color-primary-lighter: #32d8b4;
--ifm-color-primary-lightest: #4fddbf;
--ifm-color-primary: #00b95f;
--ifm-color-primary-dark: #00a756;
--ifm-color-primary-darker: #009d51;
--ifm-color-primary-darkest: #008243;
--ifm-color-primary-light: #00cb69;
--ifm-color-primary-lighter: #00d56d;
--ifm-color-primary-lightest: #00f17c;
--ifm-footer-background-color: #242526;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
--search-local-highlight-color: #25c2a0;
--search-local-highlight-color: #00b95f;

.hero__title, .hero__subtitle {
color: #ffffff;
}
}

.hero {
background: radial-gradient(circle, #2e8555 10%, #3cad6e 60%, #25c2a0 100%);
background: radial-gradient(circle, #00b95f 20%, #69CD37 50%, #14824b 100%);
}

.header-github-link::before {
Expand All @@ -59,6 +63,10 @@
background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/%3E%3C/svg%3E") no-repeat;
}

.navbar__logo {
height: 48px;
}

.hero__subtitle {
font-size: 1rem;
}
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/

.heroBanner {
padding: 4rem 0;
padding: 6rem 0;
text-align: center;
position: relative;
overflow: hidden;
Expand Down
Binary file modified website/static/img/favicon.ico
Binary file not shown.
Loading