diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 73b60db..646cc5c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -60,6 +60,8 @@ We have also adopted [Contributor Covenant Code of Conduct](CODE_OF_CONDUCT.md).
## Legal
+### License Headers
+
Each source file must include a license header for the Apache
Software License 2.0. Using the SPDX format is the simplest approach.
e.g.
@@ -80,13 +82,19 @@ e.g.
# limitations under the License.
```
-We have tried to make it as easy as possible to make contributions. This
-applies to how we handle the legal aspects of contribution. We use the
-same approach - the [Developer's Certificate of Origin 1.1 (DCO)](https://oscal-compass.github.io/compliance-trestle/contributing/DCO/) - that the Linux® Kernel [community](https://elinux.org/Developer_Certificate_Of_Origin)
-uses to manage code contributions.
+### Developer's Certificate of Origin
+
+We have tried to make it as easy as possible to make contributions. This applies to how we handle the legal aspects of contribution.
+
+We use the [Developer's Certificate of Origin 1.1 (DCO)](https://developercertificate.org/) to manage code contributions (the same approach as the Linux® Kernel [community](https://elinux.org/Developer_Certificate_Of_Origin))
+
+The DCO requires developers to sign off each of their commits to certify that they have the right to submit the code to the project and that they agree to license their contribution under the project's open source license.
-We simply ask that when submitting a patch for review, the developer
-must include a sign-off statement in the commit message.
+You can read more about the DCO and its guidelines [here](https://github.com/cncf/foundation/blob/main/dco-guidelines.md).
+
+Note that DCO sign-off is enforced on all repositories by [DCO bot](https://github.com/probot/dco). Commits with a missing sign-off will be required to be rebased with the sign-off statement added before being accepted.
+
+#### How to Sign Off
Here is an example Signed-off-by line, which indicates that the
submitter accepts the DCO:
@@ -100,7 +108,4 @@ local git repository using the following command:
```bash
git commit --signoff
-```
-
-Note that DCO signoff is enforced by [DCO bot](https://github.com/probot/dco). Missing DCO's will be required to be rebased
-with a signed off commit before being accepted.
+```
\ No newline at end of file
diff --git a/README.md b/README.md
index 12cd521..050fae9 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# OSCAL Compass Community
+# OSCAL Compass Community
## Welcome to the OSCAL Compass Community repository
diff --git a/assets/oscal-compass-color-horizontal.png b/assets/oscal-compass-color-horizontal.png
new file mode 100644
index 0000000..79153a7
Binary files /dev/null and b/assets/oscal-compass-color-horizontal.png differ
diff --git a/assets/oscal-compass-color-stacked.png b/assets/oscal-compass-color-stacked.png
new file mode 100644
index 0000000..f6a4191
Binary files /dev/null and b/assets/oscal-compass-color-stacked.png differ
diff --git a/assets/oscal-compass-color.png b/assets/oscal-compass-color.png
new file mode 100644
index 0000000..bb406bd
Binary files /dev/null and b/assets/oscal-compass-color.png differ
diff --git a/assets/oscal-compass-delivery/png/oscal-compass-color-horizontal.png b/assets/oscal-compass-delivery/png/oscal-compass-color-horizontal.png
new file mode 100644
index 0000000..bb0ade8
Binary files /dev/null and b/assets/oscal-compass-delivery/png/oscal-compass-color-horizontal.png differ
diff --git a/assets/oscal-compass-delivery/png/oscal-compass-color-stacked.png b/assets/oscal-compass-delivery/png/oscal-compass-color-stacked.png
new file mode 100644
index 0000000..bb79d70
Binary files /dev/null and b/assets/oscal-compass-delivery/png/oscal-compass-color-stacked.png differ
diff --git a/assets/oscal-compass-delivery/png/oscal-compass-color.png b/assets/oscal-compass-delivery/png/oscal-compass-color.png
new file mode 100644
index 0000000..decc0ab
Binary files /dev/null and b/assets/oscal-compass-delivery/png/oscal-compass-color.png differ
diff --git a/assets/oscal-compass-delivery/svg/oscal-compass-color-expanded.svg b/assets/oscal-compass-delivery/svg/oscal-compass-color-expanded.svg
new file mode 100644
index 0000000..3a639ee
--- /dev/null
+++ b/assets/oscal-compass-delivery/svg/oscal-compass-color-expanded.svg
@@ -0,0 +1,1273 @@
+
+
+
+
+
+
+
+
+
+
+]>
+
diff --git a/assets/oscal-compass-delivery/svg/oscal-compass-color-horizontal.svg b/assets/oscal-compass-delivery/svg/oscal-compass-color-horizontal.svg
new file mode 100644
index 0000000..06cc4ad
--- /dev/null
+++ b/assets/oscal-compass-delivery/svg/oscal-compass-color-horizontal.svg
@@ -0,0 +1,5318 @@
+
+
+
+
+
+
+
+
+
+
+]>
+
diff --git a/assets/oscal-compass-delivery/svg/oscal-compass-color-stacked.svg b/assets/oscal-compass-delivery/svg/oscal-compass-color-stacked.svg
new file mode 100644
index 0000000..2c99c6c
--- /dev/null
+++ b/assets/oscal-compass-delivery/svg/oscal-compass-color-stacked.svg
@@ -0,0 +1,5308 @@
+
+
+
+
+
+
+
+
+
+
+]>
+
diff --git a/assets/oscal-compass-delivery/svg/oscal-compass-color.svg b/assets/oscal-compass-delivery/svg/oscal-compass-color.svg
new file mode 100644
index 0000000..37142d6
--- /dev/null
+++ b/assets/oscal-compass-delivery/svg/oscal-compass-color.svg
@@ -0,0 +1,111 @@
+
+
+
diff --git a/assets/oscal-compass-icon-1200x1200.png b/assets/oscal-compass-icon-1200x1200.png
index 985c047..1ef4f79 100644
Binary files a/assets/oscal-compass-icon-1200x1200.png and b/assets/oscal-compass-icon-1200x1200.png differ
diff --git a/assets/oscal-compass-icon-800x800-transparent.png b/assets/oscal-compass-icon-800x800-transparent.png
index cf244be..27b7a5b 100644
Binary files a/assets/oscal-compass-icon-800x800-transparent.png and b/assets/oscal-compass-icon-800x800-transparent.png differ
diff --git a/assets/oscal-compass-icon-800x800.png b/assets/oscal-compass-icon-800x800.png
deleted file mode 100644
index 05a8416..0000000
Binary files a/assets/oscal-compass-icon-800x800.png and /dev/null differ
diff --git a/assets/oscal-compass-icon-800x800.svg b/assets/oscal-compass-icon-800x800.svg
new file mode 100644
index 0000000..37142d6
--- /dev/null
+++ b/assets/oscal-compass-icon-800x800.svg
@@ -0,0 +1,111 @@
+
+
+