Compare commits
2 commits
cc06594996
...
ac7afd5637
Author | SHA1 | Date | |
---|---|---|---|
ac7afd5637 | |||
682e5b6bbd |
6 changed files with 40 additions and 1 deletions
|
@ -6,7 +6,8 @@ This site, and all StarCat Systems projects, products, and services make use of
|
|||
- [`about` site](https://about.starcat.systems) favicon - adapted from [Book](https://thenounproject.com/icon/book-6252926/) by [iconpro86](https://thenounproject.com/creator/iconpro86/) from Noun Project.
|
||||
- [`about` repo](https://git.starcat.systems/starcatsys/about) icon - adapted from [Book](https://thenounproject.com/icon/book-1833960/) by [Untashable](https://thenounproject.com/creator/untashable/) from Noun Project.
|
||||
- [`starcat-infra` org](https://git.starcat.systems/starcat-infra) icon - adapted from [Engineering](https://thenounproject.com/icon/engineering-7486606/) by [sunardi](https://thenounproject.com/creator/matah3574/) from Noun Project.
|
||||
- Icons used on this `about` site are by [Material Design](https://pictogrammers.com/library/mdi/), [FontAwesome](https://fontawesome.com/search?m=free), [Octicons](https://octicons.github.com/), and [Simple Icons](https://simpleicons.org/).
|
||||
- [`policies` repo](https://git.starcat.systems/starcatsys/policies) icon - adapted from [scroll](https://fontawesome.com/icons/scroll?f=classic&s=solid) by FontAwesome.
|
||||
- Icons used on this `about` site are by [Material Design](https://pictogrammers.com/library/mdi/), [FontAwesome](https://fontawesome.com/search?m=free), [Octicons](https://octicons.github.com/), [Simple Icons](https://simpleicons.org/), and [OpenMoji](https://openmoji.org/). StarCat product logo icons are attributed elsewhere in this list.
|
||||
- StarCat Cloud icon - adapted from [cloud](https://primer.style/octicons/icon/cloud-16/) by [Octicons](https://octicons.github.com/).
|
||||
- [SourceCamp](https://source.camp) logo - adapted from [camp](https://thenounproject.com/icon/camp-7375488/) by [Ricons](https://thenounproject.com/creator/ricons/) from Noun Project.
|
||||
- [DocsHub](https://docshub.io) logo - adapted from [Document](https://thenounproject.com/icon/document-6244658/) by [Reion](https://thenounproject.com/creator/dickydante/) from Noun Project.
|
||||
|
|
|
@ -2,6 +2,7 @@ site_name: StarCat Systems
|
|||
site_url: https://about.starcat.systems
|
||||
theme:
|
||||
name: material
|
||||
custom_dir: overrides
|
||||
palette:
|
||||
- media: "(prefers-color-scheme: light)"
|
||||
scheme: default
|
||||
|
@ -68,6 +69,9 @@ markdown_extensions:
|
|||
- pymdownx.emoji:
|
||||
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
||||
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
||||
options:
|
||||
custom_icons:
|
||||
- overrides/.icons
|
||||
- pymdownx.highlight:
|
||||
anchor_linenums: true
|
||||
line_spans: __span
|
||||
|
|
1
overrides/.icons/flags/finland.svg
Normal file
1
overrides/.icons/flags/finland.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg viewBox="0 0 72 72" xmlns="http://www.w3.org/2000/svg"><path d="m5 17h62v38h-62z" fill="#fff"/><g stroke-width="2"><path d="m67 33h-37v-16h-6v16h-19v6h19v16h6v-16h37z" fill="#1e50a0" stroke="#1e50a0" stroke-miterlimit="10"/><path d="m5 17h62v38h-62z" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round"/></g></svg>
|
After Width: | Height: | Size: 340 B |
31
overrides/.icons/flags/germany.svg
Normal file
31
overrides/.icons/flags/germany.svg
Normal file
|
@ -0,0 +1,31 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 72 72">
|
||||
<!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) -->
|
||||
<defs>
|
||||
<style>
|
||||
.st0 {
|
||||
fill: none;
|
||||
stroke: #000;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
stroke-width: 2px;
|
||||
}
|
||||
|
||||
.st1 {
|
||||
fill: #3d3d3d;
|
||||
}
|
||||
|
||||
.st2 {
|
||||
fill: #d22f27;
|
||||
}
|
||||
|
||||
.st3 {
|
||||
fill: #f1b31c;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path class="st3" d="M5,17h62v38H5V17Z"/>
|
||||
<path class="st2" d="M5,30h62v12H5v-12Z"/>
|
||||
<path class="st1" d="M5,17h62v13H5v-13Z"/>
|
||||
<path class="st0" d="M5,17h62v38H5V17Z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 743 B |
1
overrides/.icons/flags/luxembourg.svg
Normal file
1
overrides/.icons/flags/luxembourg.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg viewBox="0 0 72 72" xmlns="http://www.w3.org/2000/svg"><path d="m5 17h62v38h-62z" fill="#61b2e4"/><path d="m5 30h62v12h-62z" fill="#fff"/><path d="m5 17h62v13h-62z" fill="#d22f27"/><path d="m5 17h62v38h-62z" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>
|
After Width: | Height: | Size: 310 B |
1
overrides/.icons/flags/usa.svg
Normal file
1
overrides/.icons/flags/usa.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg viewBox="0 0 72 72" xmlns="http://www.w3.org/2000/svg"><path d="m5 17h62v38h-62z" fill="#fff"/><path d="m5 17h62v5h-62z" fill="#d22f27"/><path d="m5 26h62v4h-62z" fill="#d22f27"/><path d="m5 34h62v4h-62z" fill="#d22f27"/><path d="m5 17h32v21h-32z" fill="#1e50a0"/><path d="m5 42h62v4h-62z" fill="#d22f27"/><g fill="#fff"><circle cx="9.5" cy="22" r="1.75"/><circle cx="17.5" cy="22" r="1.75"/><circle cx="25.5" cy="22" r="1.75"/><circle cx="33.5" cy="22" r="1.75"/><circle cx="29.5" cy="26" r="1.75"/><circle cx="21.5" cy="26" r="1.75"/><circle cx="13.5" cy="26" r="1.75"/><circle cx="9.5" cy="30" r="1.75"/><circle cx="17.5" cy="30" r="1.75"/><circle cx="25.5" cy="30" r="1.75"/><circle cx="33.5" cy="30" r="1.75"/><circle cx="29.5" cy="34" r="1.75"/><circle cx="21.5" cy="34" r="1.75"/><circle cx="13.5" cy="34" r="1.75"/></g><path d="m5 50h62v5h-62z" fill="#d22f27"/><path d="m5 17h62v38h-62z" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>
|
After Width: | Height: | Size: 998 B |
Loading…
Add table
Add a link
Reference in a new issue