Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.
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
14 changes: 14 additions & 0 deletions .github/workflows/commitmsg-conform.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Commit Message Conformance

on:
pull_request: {}

permissions:
statuses: write
checks: write
contents: read
pull-requests: read

jobs:
commitmsg-conform:
uses: aws-user-group-nz/actions-commitmsg-conform/.github/workflows/commitmsg-conform.yml@v1
14 changes: 14 additions & 0 deletions .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Markdown Lint

on:
pull_request: {}

permissions:
statuses: write
checks: write
contents: read
pull-requests: read

jobs:
markdown-lint:
uses: aws-user-group-nz/actions-markdown-lint/.github/workflows/markdown-lint.yml@v1
34 changes: 34 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Deploy to GitHub Pages

on:
push:
branches: [ "main" ]
workflow_dispatch:

permissions:
contents: read
pages: write
id-token: write

concurrency:
group: "pages"
cancel-in-progress: false

jobs:
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: '.'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
Empty file added .nojekyll
Empty file.
15 changes: 15 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"recommendations": [
"davidanson.vscode-markdownlint",
"dbaeumer.vscode-eslint",
"eamodio.gitlens",
"esbenp.prettier-vscode",
"foxundermoon.shell-format",
"Gruntfuggly.todo-tree",
"mhutchie.git-graph",
"ms-vscode.vscode-typescript-next",
"streetsidesoftware.code-spell-checker",
"usernamehw.errorlens",
"vscode-icons-team.vscode-icons"
]
}
65 changes: 65 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"files.associations": {
"*.dockerfile": "dockerfile",
"*.sh.tpl": "shellscript",
"docker-compose*.yml": "yaml",
"Dockerfile*": "dockerfile"
},
"files.eol": "\n",
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"__debug_bin": true,
"vendor/": true,
"go.sum": true
},
"files.trimTrailingWhitespace": true,
"files.trimFinalNewlines": true,
"files.insertFinalNewline": true,
"remote.extensionKind": {
"ms-azuretools.vscode-docker": "ui",
"ms-vscode-remote.remote-containers": "ui"
},
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"prettier.requireConfig": true,
"workbench.iconTheme": "vscode-icons",
"[css]": {
"editor.defaultFormatter": "vscode.css-language-features",
"editor.foldingStrategy": "indentation"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[json]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "davidanson.vscode-markdownlint",
"editor.wordWrap": "on",
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
},
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[terraform]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "hashicorp.terraform"
},
"[javascript]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features",
"editor.formatOnSave": true
}
}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# visual-assets

Original format-ready visual assets for everyone
177 changes: 177 additions & 0 deletions assets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,177 @@
{
"assets": [
{
"name": "aws-black-icon",
"type": "icon",
"path": "assets/icons/aws-black.svg",
"size": 64,
"tags": ["aws", "icon"],
"description": "AWS Black icon asset (64x64)"
},
{
"name": "aws-black-orange-icon",
"type": "icon",
"path": "assets/icons/aws-black-orange.svg",
"size": 64,
"tags": ["aws", "icon", "black", "orange"],
"description": "AWS Black and Orange icon asset (64x64)"
},
{
"name": "aws-blue-orange-icon",
"type": "icon",
"path": "assets/icons/aws-blue-orange.svg",
"size": 64,
"tags": ["aws", "icon", "black"],
"description": "AWS Blue and Orange icon asset (64x64)"
},
{
"name": "aws-white-orange-icon",
"type": "icon",
"path": "assets/icons/aws-white-orange.svg",
"size": 64,
"tags": ["aws", "icon", "white", "orange"],
"description": "AWS White and Orange icon asset (64x64)"
},
{
"name": "aws-black-sphere-logo",
"type": "logo",
"path": "assets/logos/aws-black-sphere.svg",
"size": 375,
"tags": ["aws", "logo", "black", "sphere"],
"description": "AWS Black Sphere logo (375×375, viewBox)"
},
{
"name": "aws-black-orange-sphere-logo",
"type": "logo",
"path": "assets/logos/aws-black-orange-sphere.svg",
"size": 375,
"tags": ["aws", "logo", "black", "orange", "sphere"],
"description": "AWS Black and Orange Sphere logo with black text and orange arrow (375×375, viewBox)"
},
{
"name": "aws-blue-orange-sphere-logo",
"type": "logo",
"path": "assets/logos/aws-blue-orange-sphere.svg",
"size": 375,
"tags": ["aws", "logo", "blue", "orange", "sphere"],
"description": "AWS Blue and Orange Sphere logo with dark text #252f3e and orange arrow (375×375, viewBox)"
},
{
"name": "awscd-oceania-black-orange-icon",
"type": "icon",
"path": "assets/icons/awscd-oceania-black-orange.svg",
"size": 64,
"tags": ["aws", "icon", "oceania", "black", "orange"],
"description": "AWS CD Oceania Black and Orange icon asset (64x64)"
},
{
"name": "awscd-oceania-blue-orange-icon",
"type": "icon",
"path": "assets/icons/awscd-oceania-blue-orange.svg",
"size": 64,
"tags": ["aws", "icon", "oceania", "blue", "orange"],
"description": "AWS CD Oceania Blue and Orange icon asset with dark text #252f3e and orange elements (64x64)"
},
{
"name": "awscd-oceania-white-orange-icon",
"type": "icon",
"path": "assets/icons/awscd-oceania-white-orange.svg",
"size": 64,
"tags": ["aws", "icon", "oceania", "white", "orange"],
"description": "AWS CD Oceania White and Orange icon asset (64x64)"
},
{
"name": "awscd-oceania-black-black-sphere-logo",
"type": "logo",
"path": "assets/logos/awscd-oceania-black-black-sphere.svg",
"size": 375,
"tags": ["aws", "logo", "oceania", "black", "sphere"],
"description": "AWS CD Oceania Black Sphere logo with black text and black arrow (375×375, viewBox)"
},
{
"name": "awscd-oceania-black-orange-sphere-logo",
"type": "logo",
"path": "assets/logos/awscd-oceania-black-orange-sphere.svg",
"size": 375,
"tags": ["aws", "logo", "oceania", "black", "orange", "sphere"],
"description": "AWS CD Oceania Black and Orange Sphere logo with orange text and orange arrow (375×375, viewBox)"
},
{
"name": "awscd-oceania-blue-orange-sphere-logo",
"type": "logo",
"path": "assets/logos/awscd-oceania-blue-orange-sphere.svg",
"size": 375,
"tags": ["aws", "logo", "oceania", "blue", "orange", "sphere"],
"description": "AWS CD Oceania Blue and Orange Sphere logo with dark text #252f3e and orange elements (375×375, viewBox)"
},
{
"name": "awscd-oceania-black-black-rectangle-logo",
"type": "logo",
"path": "assets/logos/awscd-oceania-black-black-rectangle.svg",
"size": 680,
"tags": ["aws", "logo", "oceania", "black", "rectangle"],
"description": "AWS CD Oceania Black Rectangle logo with black text and black arrow (680×280, viewBox)"
},
{
"name": "awscd-oceania-blue-orange-rectangle-logo",
"type": "logo",
"path": "assets/logos/awscd-oceania-blue-orange-rectangle.svg",
"size": 680,
"tags": ["aws", "logo", "oceania", "blue", "orange", "rectangle"],
"description": "AWS CD Oceania Blue and Orange Rectangle logo with dark text #252f3e and orange arrow (680×280, viewBox)"
},
{
"name": "awscd-oceania-white-white-rectangle-logo",
"type": "logo",
"path": "assets/logos/awscd-oceania-white-white-rectangle.svg",
"size": 680,
"tags": ["aws", "logo", "oceania", "white", "rectangle"],
"description": "AWS CD Oceania White Rectangle logo with white text and white arrow (680×280, viewBox)"
},
{
"name": "awscd-oceania-black-black-square-white-logo",
"type": "logo",
"path": "assets/logos/awscd-oceania-black-black-square-white.svg",
"size": 695,
"tags": ["aws", "logo", "oceania", "black", "square", "white"],
"description": "AWS CD Oceania Black Square logo with white background, black text and black arrow (695×280, viewBox)"
},
{
"name": "awscd-oceania-blue-blue-square-white-logo",
"type": "logo",
"path": "assets/logos/awscd-oceania-blue-blue-square-white.svg",
"size": 695,
"tags": ["aws", "logo", "oceania", "blue", "square", "white"],
"description": "AWS CD Oceania Blue Square logo with white background, dark text #252f3e and orange arrow (695×280, viewBox)"
},
{
"name": "awscd-oceania-white-white-square-gray-logo",
"type": "logo",
"path": "assets/logos/awscd-oceania-white-white-square-gray.svg",
"size": 680,
"tags": ["aws", "logo", "oceania", "white", "square", "gray"],
"description": "AWS CD Oceania White Square logo with gray background #252f3e, white text and white arrow (680×280, viewBox)"
},
{
"name": "datacom-primary-blue-logo",
"type": "logo",
"path": "assets/logos/datacom-primary-blue.svg",
"tags": ["datacom", "logo", "blue"],
"description": "Datacom primary logo - blue version (160x30)"
},
{
"name": "datacom-primary-white-logo",
"type": "logo",
"path": "assets/logos/datacom-primary-white.svg",
"tags": ["datacom", "logo", "white"],
"description": "Datacom primary logo - white background version (160x30)"
},
{
"name": "example-image",
"type": "image",
"path": "assets/images/example-image.png",
"tags": ["example", "image"],
"description": "Example image asset"
}
]
}
1 change: 1 addition & 0 deletions assets/icons/aws-black-orange.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading