Skip to content

Commit

Permalink
Put up a content skeleton
Browse files Browse the repository at this point in the history
Signed-off-by: cjyabraham <cjyabraham@gmail.com>
  • Loading branch information
cjyabraham committed Apr 7, 2023
1 parent ac548c1 commit 3400343
Show file tree
Hide file tree
Showing 12 changed files with 96 additions and 42 deletions.
2 changes: 1 addition & 1 deletion website/assets/scss/_header.scss
Expand Up @@ -105,7 +105,7 @@
}
}
&.active span:after {
background-color: #ffb800cc;
background-color: #00c3a0a6;
}
}
// Topnav dropdown.
Expand Down
2 changes: 1 addition & 1 deletion website/config.toml
Expand Up @@ -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
Expand Down
8 changes: 3 additions & 5 deletions website/content/_index.md
@@ -1,18 +1,16 @@
---
title: "CNCF TAG App Delivery"
title: "CNCF TAG Security"
toc_hide: true
---

<div class="row mt-5 mb-3">
<div class="col-lg-6">
<div class="lead">
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.
</div>
</div>
<div class="col-lg-6">
<img src="/images/tag-app-delivery-horizontal-color.svg" alt="Tag App Delivery logo" style="max-width: 300px;">
<img src="/images/sig-security-icon-color.svg" alt="Tag Security logo" style="max-width: 200px;">
</div>
</div>

Expand Down
15 changes: 2 additions & 13 deletions 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 |

4 changes: 4 additions & 0 deletions website/content/about/faq.md
@@ -0,0 +1,4 @@
---
title: FAQ
description: Frequently Asked Questions
---
22 changes: 0 additions & 22 deletions website/content/about/wg-platforms.md

This file was deleted.

8 changes: 8 additions & 0 deletions 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.
---

5 changes: 5 additions & 0 deletions website/content/assessments/assessment-1.md
@@ -0,0 +1,5 @@
---
title: Assessment 1
description: Placeholder for assessment
---

8 changes: 8 additions & 0 deletions website/content/contributing/_index.md
@@ -0,0 +1,8 @@
---
title: Contributing
menu:
main:
weight: 20
description: How to contribute.
---

8 changes: 8 additions & 0 deletions website/content/events/_index.md
@@ -0,0 +1,8 @@
---
title: Events
menu:
main:
weight: 20
description: Upcoming Events
---

8 changes: 8 additions & 0 deletions website/content/projects/_index.md
@@ -0,0 +1,8 @@
---
title: Projects
menu:
main:
weight: 20
description: Projects and initatives maintained by TAG Security
---

48 changes: 48 additions & 0 deletions website/static/images/sig-security-icon-color.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3400343

Please sign in to comment.