diff --git a/Coding Standards.pdf b/Coding Standards.pdf
deleted file mode 100644
index f472df5..0000000
Binary files a/Coding Standards.pdf and /dev/null differ
diff --git a/Color Standards.pdf b/Color Standards.pdf
deleted file mode 100644
index 26234fd..0000000
Binary files a/Color Standards.pdf and /dev/null differ
diff --git a/Resources.html b/Resources.html
index 616e4a9..133d998 100644
--- a/Resources.html
+++ b/Resources.html
@@ -115,8 +115,8 @@
diff --git a/resources/code-standards.md b/resources/code-standards.md
new file mode 100644
index 0000000..bbe347f
--- /dev/null
+++ b/resources/code-standards.md
@@ -0,0 +1,7 @@
+---
+permalink: /resources/code-standards.html
+---
+# Code Standards
+We use the [Google Styleguide](https://google.github.io/styleguide/javaguide.html) for all Java code.
+For Gradle projects (including robot code) this can be enforced using [Spotless](https://github.com/diffplug/spotless).
+To setup Spotless in a project, see the [Spotless docs](https://github.com/diffplug/spotless).
\ No newline at end of file
diff --git a/resources/color-standards.md b/resources/color-standards.md
new file mode 100644
index 0000000..cd8ea13
--- /dev/null
+++ b/resources/color-standards.md
@@ -0,0 +1,10 @@
+---
+permalink: /resources/color-standards.html
+---
+# Our Team Colors
+- Main:
+ - hex: `#012265`
+ - rgb: `(1, 34, 101)`
+- Accent:
+ - hex: `#d3af37`
+ - rgb: `(211, 175, 55)`
\ No newline at end of file