diff --git a/_includes/footer.html b/_includes/footer.html
index 18a0289..555587f 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -21,6 +21,7 @@
Scala Center
Records
Contact
Donate
+ Visual Identity
diff --git a/resources/css/main.scss b/resources/css/main.scss
index 85b39b0..a46addc 100644
--- a/resources/css/main.scss
+++ b/resources/css/main.scss
@@ -1640,3 +1640,14 @@ ul.nav {
.project-logo-inverted {
filter: invert(100%);
}
+
+.generic-block table {
+ border-collapse: separate;
+ /*border-spacing: 10px;*/
+}
+
+.generic-block th, .generic-block td {
+ border-width: 1px;
+ border-style: solid;
+ padding: 10px;
+}
diff --git a/resources/img/scala-center-logo-black.png b/resources/img/scala-center-logo-black.png
index 73507cd..ed74e87 100644
Binary files a/resources/img/scala-center-logo-black.png and b/resources/img/scala-center-logo-black.png differ
diff --git a/resources/img/scala-center-logo-white.png b/resources/img/scala-center-logo-white.png
new file mode 100644
index 0000000..87925b3
Binary files /dev/null and b/resources/img/scala-center-logo-white.png differ
diff --git a/resources/img/scala-center-main-logo-black.png b/resources/img/scala-center-main-logo-black.png
new file mode 100644
index 0000000..a42b039
Binary files /dev/null and b/resources/img/scala-center-main-logo-black.png differ
diff --git a/resources/img/scala-center-main-logo-white.png b/resources/img/scala-center-main-logo-white.png
new file mode 100644
index 0000000..a1a0271
Binary files /dev/null and b/resources/img/scala-center-main-logo-white.png differ
diff --git a/resources/img/scalacenter-logo.png b/resources/img/scalacenter-logo.png
new file mode 100644
index 0000000..87925b3
Binary files /dev/null and b/resources/img/scalacenter-logo.png differ
diff --git a/visual-identity.md b/visual-identity.md
new file mode 100644
index 0000000..8985eae
--- /dev/null
+++ b/visual-identity.md
@@ -0,0 +1,71 @@
+---
+layout: contact
+---
+
+## Scala Center Visual Identity Guidelines
+
+### Logo
+
+There are two acceptable versions of the Scala Center logo.
+The first one consists of:
+
+* the "swirl" graphic
+* the Scala Center name
+
+The second one includes the above and also contains:
+
+* the mission statement: "For open source. For education."
+
+It is possible to use different combinations of the default color palette, depending on the use case and on background.
+
+### Default color palette
+
+
+
+ | Hex | RGB | CMYK |
+
+
+ Orange | #f1592a | 241, 89, 42 | 0, 63, 100, 5 |
+ Petrol | #002b36 | 0, 43, 54 | 100, 20, 0, 79 |
+
+
+
+### Logo versions
+
+We recommend to use one of the two following versions as the first choice on a clear background (white, light grey, etc.).
+
+
+
+
+
+#### Alternative
+
+On dark backgrounds, use the orange swirl and white text:
+
+
+
+
+
+On colored backgrounds, you may use the white swirl and white text:
+
+
+
+
+
+### Swirl only
+
+The swirl only, without the text, should only be used in its colored version:
+
+
+
+### Resources
+
+PNG files:
+
+* [Logo with black text, no mission statement](/resources/img/scala-center-logo-black.png)
+* [Logo with black text, with mission statement](/resources/img/scala-center-main-logo-black.png)
+* [Logo with white text, no mission statement](/resources/img/scala-center-logo.png)
+* [Logo with white text, with mission statement](/resources/img/scala-center-main-logo.png)
+* [White logo with white text, no mission statement](/resources/img/scala-center-logo-white.png)
+* [White logo with white text, with mission statement](/resources/img/scala-center-main-logo-white.png)
+* [Swirl logo only](/resources/img/scala-center-swirl.png)