diff --git a/assets/scss/community.scss b/assets/scss/community.scss deleted file mode 100644 index 1dbdf0c3219..00000000000 --- a/assets/scss/community.scss +++ /dev/null @@ -1,353 +0,0 @@ -#banner { - aspect-ratio: 1500 / 293; - display: block; - width: 100%; - margin: 0 0 2.5em 0; - object-fit: cover; - overflow: clip; -} - -.intro { - p { - font-size: 17px; - } -} -#gallery { - display: flex; - max-width: 100%; - gap: 0.75rem; - justify-content: center; - margin-left: auto; - margin-right: auto; - - img { - display: block; - flex-basis: 0; - flex-grow: 0; - height: 24vh; - width: 90%; - } - - img.community-gallery-mobile { - display: none; - } -} - -.full-button { - display: inline-block; - margin: 2rem auto auto; - background-color: rgb(37, 170, 187); - color: white; - font-size: 18px; - padding: 2% 2.5%; - letter-spacing: 0.07em; - font-weight: bold; -} - -.community-title { - width: 100%; - text-align: center; - margin-bottom: 2rem; - font-size: 42px; -} - -.community-content { - width: 100%; - text-align: center; - margin-bottom: 2rem; - font-size: 20px; -} - -.community__navbar { - text-align: center; - padding-top: 2%; - padding-bottom: 2%; - text-decoration: none; - text-transform: uppercase; - font-weight: 400; - color: #303030; - font-size: 14px; - margin-top: 1%; - margin-bottom: 4%; - width: 100%; - float: left; - letter-spacing: 0.07em; - border-bottom: 1px solid #aaaaaa; - border-top: 1px solid #aaaaaa; -} - -.list-center { - width: 100%; - text-align: center; - margin-bottom: 2rem; - - div { - margin-top: 2%; - - a { - text-align: center; - padding-top: 2%; - padding-bottom: 2%; - text-decoration: none; - font-weight: 400; - font-size: 28px; - } - } -} - -.develop-contribute { - width: 100%; - text-align: center; - margin-bottom: 2rem; - font-size: 20px; -} - -.resources { - width: 100%; - margin-top: 5%; - margin-bottom: 3%; - float: left; -} - -.resource-container { - width: 100%; - margin-top: 3%; - margin-left: 10%; -} - -.resource-box { - float: left; - margin: 1%; - border: 1px solid grey; - padding: 2%; - font-size: 1em; - color: #0662EE; - height: 120px; - vertical-align: middle; - text-transform: uppercase; - font-weight: bold; - line-height: 1.3em; - letter-spacing: 0.05em; - width: 20%; - min-height: 330px; - text-align: center; -} - -.resource-box-text { - width: 90% !important; - margin-left: 5% !important; - font-weight: 400 !important; - margin-top: 5% !important; - padding: 3%; - font-size: 0.7em !important; -} - - -.community-section { - margin-top: 1em; - margin-bottom: 1em; - padding: 0.5em 0; - justify-content: space-evenly; - align-items: baseline; - align-content: space-between; - min-height: 10em; - text-align: center; - - h2 { - font-weight: 200; - text-align: center; - margin-bottom: 2rem; - font-size: 39px; - margin-top: 2%; - } - - > p:not(.community-simple) { - line-height: 1.5em; - text-align: center; - font-size: 20px; - } - - .container { - width: 100%; - display: flex; - gap: 2em; - justify-content: center; - margin-left: auto; - margin-right: auto; - } - - #navigation-items { - max-width: 85em; - margin-left: auto; - margin-right: auto; - } -} - -#navigation-items { - width: 100vw; - max-width: 100%; - - margin-top: 2.5em; - margin-bottom: 2.5em; - - gap: 1.25em; - - border-bottom: 1px solid #aaaaaa; - border-top: 1px solid #aaaaaa; - display: flex; - flex-direction: row; - flex-wrap: wrap; - padding: 0.25em calc((100vw - min(85vw, 120em)) / 2); - - .community-nav-item { - flex-grow: 1; - text-align: center; - letter-spacing: 0.08em; - padding-top: 0.2em; - padding-bottom: 0.2em; - word-spacing: initial; - text-decoration: none; - text-transform: uppercase; - font-weight: 400; - color: #303030; - background: #ffffff; - font-size: 1.2em; - padding: 0.2em; - margin: 0; - max-width: 75vw; - min-width: 10%; - min-height: 2em; - } -} - -#resources { - margin-top: 5%; - margin-bottom: 3%; - - .container { - width: 100%; - display: flex; - gap: 2em; - justify-content: center; - margin-left: auto; - margin-right: auto; - - .community-resource { - flex-basis: auto; - width: 100%; - flex-shrink: 1; - - a { - img { - max-height: 96px; - max-width: 96px; - display: block; - margin: 1em auto 0.75em auto; - } - } - } - } -} - -#twitter > a:nth-child(1) > img { - width: 96px; - height: 96px; - display: block; - margin: 1em auto 0.75em auto; -} - -#github > a:nth-child(1) > img { - width: 96px; - height: 96px; - display: block; - margin: 1em auto 0.75em auto; -} - - - -a.community-cta-button { - display: inline-block; - margin: 0.75em auto 0 auto; /* gap before button */ - - background-color: #36c4d7; - color: white; - - border-radius: 6px; - padding: 0.75em; - min-height: 3em; - min-width: max(5em, 9em); - - text-align: center; -} - -a.community-cta-button > span.community-cta { - color: inherit; - background: transparent; - - letter-spacing: 0.02em; - font-weight: bold; - text-transform: uppercase; -} - -.events { - background-image: url('/img/community/event-bg.jpg'); - float: left; - width: 100%; - font-size: 14px; - //margin-bottom: 3%; -} - -.event-container { - width: 100%; - margin-top: 5%; - margin-bottom: 3%; - margin-left: 0; -} - -@media only screen and (max-width: 1360px){ - #gallery img.community-gallery-desktop { - display: none; - } - - #gallery img.community-gallery-mobile { - display: initial; - max-width: 95vw; - height: auto; - } -} - -@media only screen and (max-width: 640px) { - .newcommunitywrapper > div:nth-child(7) > div > div > a { - font-size: 20px; - } - - #navigation-items { - justify-content: flex-start; - text-align: left; - gap: 0.125em; - - div.community-nav-item { - width: 100%; - text-align: left; - min-height: initial; - flex-shrink: 0; - } - } - - #resources .container { - flex-wrap: wrap; - .community-resource { - max-width: 80vw; - } - } -} - -#activity { - p { - span { - font-size: 16px; - font-weight: 1000 - } - } -} - diff --git a/assets/scss/main.scss b/assets/scss/main.scss index 133ba5d754b..0fa09d26c04 100644 --- a/assets/scss/main.scss +++ b/assets/scss/main.scss @@ -30,7 +30,6 @@ @import "home"; @import "about"; -@import "community"; @import "markdown"; @import "safety"; @import "copy-to-llm"; diff --git a/content/en/community/_index.md b/content/en/community/_index.md deleted file mode 100644 index 42ce3a3a380..00000000000 --- a/content/en/community/_index.md +++ /dev/null @@ -1,101 +0,0 @@ ---- -title: Community -menu: - main: - weight: 30 ---- - -{{% blocks/lead color="primary" %}} - -
CloudWeGo is an open source project that anyone in the community can - use, improve, and enjoy. We'd love for you to join us! Here's how to get involved.
-| Role | -Responsibilities | -Requirements | -Defined by | -
|---|---|---|---|
| Member | -Active contributor in the community. | -Sponsorship by two approvers or maintainers, and multiple code contributions to the project. | -GitHub org member. | -
| Committer | -Active code contributions and/or issue replies in the subproject. | -Sponsorship by two approvers or maintainers and multiple code contributions to the project. | -GitHub subproject committer team. | -
| Reviewer | -Review contributions from other members, and give feedback and guidance. | -Continuous history of review and authorship in a subproject. | -GitHub subproject reviewer team. | -
| Approver | -Approve contributions received by the project. | -Highly experienced, active reviewer and contributor to a subproject. | -GitHub subproject approver team. | -
| Maintainer | -Set the direction and priorities for a subproject. | -Demonstrated sense of responsibility and excellent technical judgement for the subproject. | -GitHub subproject maintainer team. | -
- 一个由开发者来定义的开源社区
-
- 这里有一群致力于打造「 高性能、可拓展、高可靠 」框架项目的开发者们,我们有着不同的身份、来自不同的企业、承担着不同的角色,
- 却在社区内,通过社区活动和开源协作,推进项目功能演进,拓展着 CloudWeGo 的开源生态。
- 开源开放,多元包容!共同定义着什么才是「CloudWeGo 社区」。
-
- 在这里,我们有关注开发者从0到1成长的 CSG 小组(CloudWeGo Study Group),CloudWeGo
- 社区文化乐于分享和帮助开发者共同成长。在这里,我们有社区例会和社区 Meetup 活动,
- 让成员更加方便的参与社区日常运营和开发任务,共同推进项目演进。
- 在这里,我们有真正志同道合的开源伙伴:有为了帮助项目技术分享和获得更多开发者反馈的布道师、有热衷技术并不断挑战优化的开发者、
- 有持续关注技术进展和开源发展的高校群体、有帮助项目上下游生态落地的合作伙伴、有持续不断为项目提供真实需求反馈的企业用户。
-
- 我们欢迎更多希望打造一个 真正优质、体检更佳、业界顶尖 的开源项目 的同学加入我们!共同建设,享受开源的魅力与乐趣!
-
-
-
-
- - 社区开发者们都在关注那些技术热点?日常会如何进行技术讨论和答疑解惑? - 欢迎加入社区讨论组,和社区开发者们共同交流。我们有以下方式可参与到社区讨论中 -
- - - -Using or want to use {{ .Site.Title }}? Find out more here: -{{ with index $links "user"}} -{{ template "community-links-list" . }} -{{ end }} -
If you want to get more involved by contributing to {{ .Site.Title }}, join us here: -{{ with index $links "developer"}} -{{ template "community-links-list" . }} -{{ end }} -
You can find out how to contribute to these docs in our Contribution Guidelines. -