diff --git a/website/assets/scss/_header.scss b/website/assets/scss/_header.scss index 53939a34e..dbbf11df6 100644 --- a/website/assets/scss/_header.scss +++ b/website/assets/scss/_header.scss @@ -105,7 +105,7 @@ } } &.active span:after { - background-color: #ffb800cc; + background-color: #00c3a0a6; } } // Topnav dropdown. diff --git a/website/config.toml b/website/config.toml index b39c5f861..3fba8ac7c 100644 --- a/website/config.toml +++ b/website/config.toml @@ -48,7 +48,7 @@ anchor = "smart" [languages] [languages.en] title = "CNCF TAG Security" -description = "TAG Security focuses on enabling projects and initiatives related to delivering cloud-native applications, including building, deploying, managing, and operating them." +description = "TAG Security facilitates collaboration to discover and produce resources that enable secure access, policy control, and safety for operators, administrators, developers, and end-users across the cloud native ecosystem." languageName ="English" # Weight used for sorting. weight = 1 diff --git a/website/content/_index.md b/website/content/_index.md index 4432e8fc7..a6b221452 100644 --- a/website/content/_index.md +++ b/website/content/_index.md @@ -1,18 +1,16 @@ --- -title: "CNCF TAG App Delivery" +title: "CNCF TAG Security" toc_hide: true ---
- TAG App Delivery supports projects and initiatives related to delivering - cloud-native applications, including building, packaging, deploying, - managing, and operating them. + TAG Security facilitates collaboration to discover and produce resources that enable secure access, policy control, and safety for operators, administrators, developers, and end-users across the cloud native ecosystem.
- Tag App Delivery logo + Tag Security logo
diff --git a/website/content/about/_index.md b/website/content/about/_index.md index 116fa4853..fc0edf6d6 100644 --- a/website/content/about/_index.md +++ b/website/content/about/_index.md @@ -1,21 +1,10 @@ --- -title: About TAG App Delivery +title: About TAG Security linkTitle: About toc_hide: true menu: main: weight: 20 -description: Projects and initatives maintained by TAG App Delivery +description: More about TAG Security --- -## Working Groups - -The TAG establishes working groups (WGs) to accomplish specific projects and initiatives. - -| Working Group | Chairs | Meeting Time | -|---------------|-------------------|---------------------------------------| -| [Platforms](wg-platforms.md) | [Platforms chairs](wg-platforms/#chairs) | [Platforms meetings](wg-platforms/#meetings) | -| [GitOps](https://github.com/cncf/tag-app-delivery/tree/main/gitops-wg) | [gitops-wg/CHAIRS.md](./gitops-wg/CHAIRS.md) | [gitops-wg/README.md#meetings](./gitops-wg/README.md#meetings) | -| [Air Gapped](https://github.com/cncf/tag-app-delivery/tree/main/air-gapped-wg) | | Inactive | -| [Operator](https://github.com/cncf/tag-app-delivery/tree/main/operator-wg) | | Inactive | - diff --git a/website/content/about/faq.md b/website/content/about/faq.md new file mode 100644 index 000000000..2885133ed --- /dev/null +++ b/website/content/about/faq.md @@ -0,0 +1,4 @@ +--- +title: FAQ +description: Frequently Asked Questions +--- diff --git a/website/content/about/wg-platforms.md b/website/content/about/wg-platforms.md deleted file mode 100644 index 2d9bd753d..000000000 --- a/website/content/about/wg-platforms.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: WG Platforms -linkTitle: wg-platforms -description: Work to enable adoption of platforms for cloud-native computing. ---- - -* [Charter](https://github.com/cncf/tag-app-delivery/tree/main/platforms-wg/charter) -* Slack channel: [#platforms-wg](https://cloud-native.slack.com/archives/C020RHD43BP) - -## Chairs - -* [Josh Gavant](https://github.com/joshgav) -* [Roberth Strand](https://github.com/roberthstrand) - -## Meetings - -* Meeting schedule: 2nd and 4th Tuesday of each month at [1600 UTC](https://www.timeanddate.com/worldclock/converter.html?iso=20221213T160000&p1=1440) - * [2nd Tuesday event](https://calendar.google.com/calendar/u/0/r/week/2022/12/13?eid=MDAxZmVpMGE5aDc3a283dGd2Y2YwcnZuYTFfMjAyMjEyMTNUMTYwMDAwWiBsaW51eGZvdW5kYXRpb24ub3JnX281YXZqbHZ0MmNhZTlicTdhOTVlbWM0NzQwQGc) - * [4th Tuesday event](https://calendar.google.com/calendar/u/0/r/week/2022/12/27?eid=NGhyOHY1ZWVrbDliODY3bXU5ZnRtYWo0ZGdfMjAyMjEyMjdUMTYwMDAwWiBsaW51eGZvdW5kYXRpb24ub3JnX281YXZqbHZ0MmNhZTlicTdhOTVlbWM0NzQwQGc) - * [Full CNCF calendar](https://calendar.google.com/calendar/u/0/embed?src=linuxfoundation.org_o5avjlvt2cae9bq7a95emc4740@group.calendar.google.com) -* [Zoom](https://zoom.us/j/7276783015?pwd=R0RJMkRzQ1ZjcmE0WERGcTJTOEVyUT09) (Passcode: 77777) -* [Agendas and notes](https://docs.google.com/document/d/1_smeS9-j-SuHJi0VXjx4g9xiD2-tgqhnlwf5oSMDQgg) diff --git a/website/content/assessments/_index.md b/website/content/assessments/_index.md new file mode 100644 index 000000000..a2ec3dd9b --- /dev/null +++ b/website/content/assessments/_index.md @@ -0,0 +1,8 @@ +--- +title: Security Assessments +menu: + main: + weight: 20 +description: Overview of the assessments and then each sub-section can be a project we've reviewed. +--- + diff --git a/website/content/assessments/assessment-1.md b/website/content/assessments/assessment-1.md new file mode 100644 index 000000000..6b823467b --- /dev/null +++ b/website/content/assessments/assessment-1.md @@ -0,0 +1,5 @@ +--- +title: Assessment 1 +description: Placeholder for assessment +--- + diff --git a/website/content/contributing/_index.md b/website/content/contributing/_index.md new file mode 100644 index 000000000..4d2d01ec5 --- /dev/null +++ b/website/content/contributing/_index.md @@ -0,0 +1,8 @@ +--- +title: Contributing +menu: + main: + weight: 20 +description: How to contribute. +--- + diff --git a/website/content/events/_index.md b/website/content/events/_index.md new file mode 100644 index 000000000..52372ec20 --- /dev/null +++ b/website/content/events/_index.md @@ -0,0 +1,8 @@ +--- +title: Events +menu: + main: + weight: 20 +description: Upcoming Events +--- + diff --git a/website/content/projects/_index.md b/website/content/projects/_index.md new file mode 100644 index 000000000..ce094ffa7 --- /dev/null +++ b/website/content/projects/_index.md @@ -0,0 +1,8 @@ +--- +title: Projects +menu: + main: + weight: 20 +description: Projects and initatives maintained by TAG Security +--- + diff --git a/website/static/images/sig-security-icon-color.svg b/website/static/images/sig-security-icon-color.svg new file mode 100644 index 000000000..f786c212e --- /dev/null +++ b/website/static/images/sig-security-icon-color.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + +