diff --git a/config/_default/menus.en.yaml b/config/_default/menus.en.yaml
index 07d7eb4058..4c8e0a82e0 100644
--- a/config/_default/menus.en.yaml
+++ b/config/_default/menus.en.yaml
@@ -53,14 +53,18 @@ main:
URL: about/sponsors
parent: about
weight: 4
+ - name: Logo
+ URL: about/logo
+ parent: about
+ weight: 5
- name: Code of Conduct
URL: about/codeofconduct
parent: about
- weight: 5
+ weight: 6
- name: Contact Us
URL: about/contact
parent: about
- weight: 6
+ weight: 7
footer_left:
- name: Learn
URL: learn
@@ -112,12 +116,15 @@ footer_right:
- name: Sponsors
URL: about/sponsors
weight: 4
+ - name: Logo
+ URL: about/logo
+ weight: 5
- name: Code of Conduct
URL: about/codeofconduct
- weight: 5
+ weight: 6
- name: Contact Us
URL: about/contact
- weight: 6
+ weight: 7
- name: Privacy Policy
URL: about/privacy
- weight: 7
\ No newline at end of file
+ weight: 8
\ No newline at end of file
diff --git a/content/en/about/logo.md b/content/en/about/logo.md
new file mode 100644
index 0000000000..428a0ae5ed
--- /dev/null
+++ b/content/en/about/logo.md
@@ -0,0 +1,11 @@
+---
+title: "Logo"
+draft: false
+---
+
+
+
+The [InnerSource logo](/images/logo-big.png) is a swirling, white-and-black vortex with the front part in the rough shape of the letter "I" (for InnerSource).
+It is licensed under ``, which means that you can modify and reuse it for your purposes.
+An easy way to modify the logo is to replace the white parts of the vortex with a color scheme that is specific to your company or event.
+Just open the logo in a standard paint program and use the color fill feature to dump your desired color into the white sections.
\ No newline at end of file