diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 84f257a..838fdac 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -139,6 +139,16 @@ export const svgs: iSVG[] = [ route: '/library/react.svg', url: 'https://reactjs.org/' }, + { + title: 'SimpleBackups', + category: 'Software', + route: '/library/simplebackups-round.svg' + wordmark: { + light: '/library/simplebackups-text-transparent.svg', + dark: '/library/simplebackups-text-dark.svg' + } + url: 'https://simplebackups.com' + }, { title: 'Svelte', category: 'Library', diff --git a/static/library/simplebackups-round.svg b/static/library/simplebackups-round.svg new file mode 100644 index 0000000..a2d5082 --- /dev/null +++ b/static/library/simplebackups-round.svg @@ -0,0 +1,47 @@ + + + + logo-round-rast + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/library/simplebackups-text-dark.svg b/static/library/simplebackups-text-dark.svg new file mode 100644 index 0000000..4425c91 --- /dev/null +++ b/static/library/simplebackups-text-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/simplebackups-text-transparent.svg b/static/library/simplebackups-text-transparent.svg new file mode 100644 index 0000000..fedb9f1 --- /dev/null +++ b/static/library/simplebackups-text-transparent.svg @@ -0,0 +1 @@ + \ No newline at end of file