Skip to content

Commit

Permalink
update vectors rule
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Nov 10, 2024
1 parent ea66e1d commit 4dd83e8
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 71 deletions.
2 changes: 1 addition & 1 deletion .vitepress/components/SidebarItemOverride.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import { computed } from "vue";
import type { DefaultTheme } from "vitepress/theme";
import { useSidebarControl } from "vitepress/dist/client/theme-default/composables/sidebar";
import { useSidebarControl } from "vitepress/dist/client/theme-default/composables/sidebar.js";
import VPLink from "vitepress/dist/client/theme-default/components/VPLink.vue";
import VPBadge from "vitepress/dist/client/theme-default/components/VPBadge.vue";
Expand Down
Binary file modified images/manuals/branding-guidelines/no_vectors.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
},
"dependencies": {
"gray-matter": "^4.0.3",
"vitepress": "^1.4.1",
"vitepress": "^1.5.0",
"vue": "^3.5.12"
},
"devDependencies": {
"@types/node": "^22.7.5"
"@types/node": "^22.9.0"
}
}
4 changes: 2 additions & 2 deletions pages/manuals/branding-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ You can use a monochrome version of our logo in small spaces if using the regula

<img src="/images/manuals/branding-guidelines/monochrome_logos.png" class="center">

All our logos should always retain their pixel art form. Even when using the monochrome logo, don't simplify the shape into vectors.
All our logos should always retain their pixel art formdon't simplify the shape into vectors.

<img src="/images/manuals/branding-guidelines/no_vectors.png" class="center">
<i class="center">Left: Correct depiction of the Faithful monochrome logo. Right: Incorrect depiction.</i>
<i class="center">Left: Correct depiction of the Faithful logo. Right: Incorrect depiction.</i>

Finally, our logos should always be centered based on their main hexagonal part. The numbers and symbols in the bottom-right corner should not be taken into account when positioning.

Expand Down
145 changes: 79 additions & 66 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4dd83e8

Please sign in to comment.