Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit 4e457da

Browse files
committed
feat: initial commit
first release
1 parent 8ead744 commit 4e457da

33 files changed

+1897
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Commit Message Conformance
2+
3+
on:
4+
pull_request: {}
5+
6+
permissions:
7+
statuses: write
8+
checks: write
9+
contents: read
10+
pull-requests: read
11+
12+
jobs:
13+
commitmsg-conform:
14+
uses: aws-user-group-nz/actions-commitmsg-conform/.github/workflows/commitmsg-conform.yml@v1
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Markdown Lint
2+
3+
on:
4+
pull_request: {}
5+
6+
permissions:
7+
statuses: write
8+
checks: write
9+
contents: read
10+
pull-requests: read
11+
12+
jobs:
13+
markdown-lint:
14+
uses: aws-user-group-nz/actions-markdown-lint/.github/workflows/markdown-lint.yml@v1

.github/workflows/pages.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name: Deploy to GitHub Pages
2+
3+
on:
4+
push:
5+
branches: [ "main" ]
6+
workflow_dispatch:
7+
8+
permissions:
9+
contents: read
10+
pages: write
11+
id-token: write
12+
13+
concurrency:
14+
group: "pages"
15+
cancel-in-progress: false
16+
17+
jobs:
18+
deploy:
19+
environment:
20+
name: github-pages
21+
url: ${{ steps.deployment.outputs.page_url }}
22+
runs-on: ubuntu-latest
23+
steps:
24+
- name: Checkout
25+
uses: actions/checkout@v4
26+
- name: Setup Pages
27+
uses: actions/configure-pages@v4
28+
- name: Upload artifact
29+
uses: actions/upload-pages-artifact@v3
30+
with:
31+
path: '.'
32+
- name: Deploy to GitHub Pages
33+
id: deployment
34+
uses: actions/deploy-pages@v4

.nojekyll

Whitespace-only changes.

.vscode/extensions.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"recommendations": [
3+
"davidanson.vscode-markdownlint",
4+
"dbaeumer.vscode-eslint",
5+
"eamodio.gitlens",
6+
"esbenp.prettier-vscode",
7+
"foxundermoon.shell-format",
8+
"Gruntfuggly.todo-tree",
9+
"mhutchie.git-graph",
10+
"ms-vscode.vscode-typescript-next",
11+
"streetsidesoftware.code-spell-checker",
12+
"usernamehw.errorlens",
13+
"vscode-icons-team.vscode-icons"
14+
]
15+
}

.vscode/settings.json

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"files.associations": {
3+
"*.dockerfile": "dockerfile",
4+
"*.sh.tpl": "shellscript",
5+
"docker-compose*.yml": "yaml",
6+
"Dockerfile*": "dockerfile"
7+
},
8+
"files.eol": "\n",
9+
"files.exclude": {
10+
"**/.git": true,
11+
"**/.svn": true,
12+
"**/.hg": true,
13+
"**/CVS": true,
14+
"**/.DS_Store": true,
15+
"__debug_bin": true,
16+
"vendor/": true,
17+
"go.sum": true
18+
},
19+
"files.trimTrailingWhitespace": true,
20+
"files.trimFinalNewlines": true,
21+
"files.insertFinalNewline": true,
22+
"remote.extensionKind": {
23+
"ms-azuretools.vscode-docker": "ui",
24+
"ms-vscode-remote.remote-containers": "ui"
25+
},
26+
"editor.formatOnSave": true,
27+
"editor.formatOnPaste": true,
28+
"prettier.requireConfig": true,
29+
"workbench.iconTheme": "vscode-icons",
30+
"[css]": {
31+
"editor.defaultFormatter": "vscode.css-language-features",
32+
"editor.foldingStrategy": "indentation"
33+
},
34+
"[dockerfile]": {
35+
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
36+
},
37+
"[json]": {
38+
"editor.formatOnSave": true,
39+
"editor.defaultFormatter": "esbenp.prettier-vscode"
40+
},
41+
"[markdown]": {
42+
"editor.defaultFormatter": "davidanson.vscode-markdownlint",
43+
"editor.wordWrap": "on",
44+
"editor.quickSuggestions": {
45+
"other": true,
46+
"comments": true,
47+
"strings": true
48+
},
49+
},
50+
"[shellscript]": {
51+
"editor.defaultFormatter": "foxundermoon.shell-format"
52+
},
53+
"[terraform]": {
54+
"editor.formatOnSave": true,
55+
"editor.defaultFormatter": "hashicorp.terraform"
56+
},
57+
"[javascript]": {
58+
"editor.formatOnSave": true,
59+
"editor.defaultFormatter": "esbenp.prettier-vscode"
60+
},
61+
"[html]": {
62+
"editor.defaultFormatter": "vscode.html-language-features",
63+
"editor.formatOnSave": true
64+
}
65+
}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# visual-assets
2+
23
Original format-ready visual assets for everyone

assets.json

Lines changed: 177 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,177 @@
1+
{
2+
"assets": [
3+
{
4+
"name": "aws-black-icon",
5+
"type": "icon",
6+
"path": "assets/icons/aws-black.svg",
7+
"size": 64,
8+
"tags": ["aws", "icon"],
9+
"description": "AWS Black icon asset (64x64)"
10+
},
11+
{
12+
"name": "aws-black-orange-icon",
13+
"type": "icon",
14+
"path": "assets/icons/aws-black-orange.svg",
15+
"size": 64,
16+
"tags": ["aws", "icon", "black", "orange"],
17+
"description": "AWS Black and Orange icon asset (64x64)"
18+
},
19+
{
20+
"name": "aws-blue-orange-icon",
21+
"type": "icon",
22+
"path": "assets/icons/aws-blue-orange.svg",
23+
"size": 64,
24+
"tags": ["aws", "icon", "black"],
25+
"description": "AWS Blue and Orange icon asset (64x64)"
26+
},
27+
{
28+
"name": "aws-white-orange-icon",
29+
"type": "icon",
30+
"path": "assets/icons/aws-white-orange.svg",
31+
"size": 64,
32+
"tags": ["aws", "icon", "white", "orange"],
33+
"description": "AWS White and Orange icon asset (64x64)"
34+
},
35+
{
36+
"name": "aws-black-sphere-logo",
37+
"type": "logo",
38+
"path": "assets/logos/aws-black-sphere.svg",
39+
"size": 375,
40+
"tags": ["aws", "logo", "black", "sphere"],
41+
"description": "AWS Black Sphere logo (375×375, viewBox)"
42+
},
43+
{
44+
"name": "aws-black-orange-sphere-logo",
45+
"type": "logo",
46+
"path": "assets/logos/aws-black-orange-sphere.svg",
47+
"size": 375,
48+
"tags": ["aws", "logo", "black", "orange", "sphere"],
49+
"description": "AWS Black and Orange Sphere logo with black text and orange arrow (375×375, viewBox)"
50+
},
51+
{
52+
"name": "aws-blue-orange-sphere-logo",
53+
"type": "logo",
54+
"path": "assets/logos/aws-blue-orange-sphere.svg",
55+
"size": 375,
56+
"tags": ["aws", "logo", "blue", "orange", "sphere"],
57+
"description": "AWS Blue and Orange Sphere logo with dark text #252f3e and orange arrow (375×375, viewBox)"
58+
},
59+
{
60+
"name": "awscd-oceania-black-orange-icon",
61+
"type": "icon",
62+
"path": "assets/icons/awscd-oceania-black-orange.svg",
63+
"size": 64,
64+
"tags": ["aws", "icon", "oceania", "black", "orange"],
65+
"description": "AWS CD Oceania Black and Orange icon asset (64x64)"
66+
},
67+
{
68+
"name": "awscd-oceania-blue-orange-icon",
69+
"type": "icon",
70+
"path": "assets/icons/awscd-oceania-blue-orange.svg",
71+
"size": 64,
72+
"tags": ["aws", "icon", "oceania", "blue", "orange"],
73+
"description": "AWS CD Oceania Blue and Orange icon asset with dark text #252f3e and orange elements (64x64)"
74+
},
75+
{
76+
"name": "awscd-oceania-white-orange-icon",
77+
"type": "icon",
78+
"path": "assets/icons/awscd-oceania-white-orange.svg",
79+
"size": 64,
80+
"tags": ["aws", "icon", "oceania", "white", "orange"],
81+
"description": "AWS CD Oceania White and Orange icon asset (64x64)"
82+
},
83+
{
84+
"name": "awscd-oceania-black-black-sphere-logo",
85+
"type": "logo",
86+
"path": "assets/logos/awscd-oceania-black-black-sphere.svg",
87+
"size": 375,
88+
"tags": ["aws", "logo", "oceania", "black", "sphere"],
89+
"description": "AWS CD Oceania Black Sphere logo with black text and black arrow (375×375, viewBox)"
90+
},
91+
{
92+
"name": "awscd-oceania-black-orange-sphere-logo",
93+
"type": "logo",
94+
"path": "assets/logos/awscd-oceania-black-orange-sphere.svg",
95+
"size": 375,
96+
"tags": ["aws", "logo", "oceania", "black", "orange", "sphere"],
97+
"description": "AWS CD Oceania Black and Orange Sphere logo with orange text and orange arrow (375×375, viewBox)"
98+
},
99+
{
100+
"name": "awscd-oceania-blue-orange-sphere-logo",
101+
"type": "logo",
102+
"path": "assets/logos/awscd-oceania-blue-orange-sphere.svg",
103+
"size": 375,
104+
"tags": ["aws", "logo", "oceania", "blue", "orange", "sphere"],
105+
"description": "AWS CD Oceania Blue and Orange Sphere logo with dark text #252f3e and orange elements (375×375, viewBox)"
106+
},
107+
{
108+
"name": "awscd-oceania-black-black-rectangle-logo",
109+
"type": "logo",
110+
"path": "assets/logos/awscd-oceania-black-black-rectangle.svg",
111+
"size": 680,
112+
"tags": ["aws", "logo", "oceania", "black", "rectangle"],
113+
"description": "AWS CD Oceania Black Rectangle logo with black text and black arrow (680×280, viewBox)"
114+
},
115+
{
116+
"name": "awscd-oceania-blue-orange-rectangle-logo",
117+
"type": "logo",
118+
"path": "assets/logos/awscd-oceania-blue-orange-rectangle.svg",
119+
"size": 680,
120+
"tags": ["aws", "logo", "oceania", "blue", "orange", "rectangle"],
121+
"description": "AWS CD Oceania Blue and Orange Rectangle logo with dark text #252f3e and orange arrow (680×280, viewBox)"
122+
},
123+
{
124+
"name": "awscd-oceania-white-white-rectangle-logo",
125+
"type": "logo",
126+
"path": "assets/logos/awscd-oceania-white-white-rectangle.svg",
127+
"size": 680,
128+
"tags": ["aws", "logo", "oceania", "white", "rectangle"],
129+
"description": "AWS CD Oceania White Rectangle logo with white text and white arrow (680×280, viewBox)"
130+
},
131+
{
132+
"name": "awscd-oceania-black-black-square-white-logo",
133+
"type": "logo",
134+
"path": "assets/logos/awscd-oceania-black-black-square-white.svg",
135+
"size": 695,
136+
"tags": ["aws", "logo", "oceania", "black", "square", "white"],
137+
"description": "AWS CD Oceania Black Square logo with white background, black text and black arrow (695×280, viewBox)"
138+
},
139+
{
140+
"name": "awscd-oceania-blue-blue-square-white-logo",
141+
"type": "logo",
142+
"path": "assets/logos/awscd-oceania-blue-blue-square-white.svg",
143+
"size": 695,
144+
"tags": ["aws", "logo", "oceania", "blue", "square", "white"],
145+
"description": "AWS CD Oceania Blue Square logo with white background, dark text #252f3e and orange arrow (695×280, viewBox)"
146+
},
147+
{
148+
"name": "awscd-oceania-white-white-square-gray-logo",
149+
"type": "logo",
150+
"path": "assets/logos/awscd-oceania-white-white-square-gray.svg",
151+
"size": 680,
152+
"tags": ["aws", "logo", "oceania", "white", "square", "gray"],
153+
"description": "AWS CD Oceania White Square logo with gray background #252f3e, white text and white arrow (680×280, viewBox)"
154+
},
155+
{
156+
"name": "datacom-primary-blue-logo",
157+
"type": "logo",
158+
"path": "assets/logos/datacom-primary-blue.svg",
159+
"tags": ["datacom", "logo", "blue"],
160+
"description": "Datacom primary logo - blue version (160x30)"
161+
},
162+
{
163+
"name": "datacom-primary-white-logo",
164+
"type": "logo",
165+
"path": "assets/logos/datacom-primary-white.svg",
166+
"tags": ["datacom", "logo", "white"],
167+
"description": "Datacom primary logo - white background version (160x30)"
168+
},
169+
{
170+
"name": "example-image",
171+
"type": "image",
172+
"path": "assets/images/example-image.png",
173+
"tags": ["example", "image"],
174+
"description": "Example image asset"
175+
}
176+
]
177+
}

assets/icons/aws-black-orange.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)