Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed Coding Standards.pdf
Binary file not shown.
Binary file removed Color Standards.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions Resources.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ <h5 class="mb-0">
<div class="row">
<ul>
<li><a href = "./resources/Logo.png">High Quality Team Logo</a></li>
<li><a href="./Coding Standards.pdf">Team Coding Standards</a></li>
<li><a href="./Color Standards.pdf">Team Color Standards</a></li>
<li><a href="./resources/code-standards.html">Team Coding Standards</a></li>
<li><a href="./resources/color-standards.html">Team Color Standards</a></li>
</ul>
</div>
</div>
Expand Down
7 changes: 7 additions & 0 deletions resources/code-standards.md
Original file line number Diff line number Diff line change
@@ -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).
10 changes: 10 additions & 0 deletions resources/color-standards.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
permalink: /resources/color-standards.html
---
# Our Team Colors
- <b><span style="color: #012265">Main</span></b>:
- hex: `#012265`
- rgb: `(1, 34, 101)`
- <b><span style="color: #d3af37">Accent</span></b>:
- hex: `#d3af37`
- rgb: `(211, 175, 55)`