From b8ec5bf3d2dc4332ac6bcbf35baa73c5b729e8da Mon Sep 17 00:00:00 2001 From: luis-tenorio-code Date: Mon, 11 Dec 2023 15:14:44 -0500 Subject: [PATCH] bash, c, c++, cobol, fortran, haskell, matlab, r, rust and zig logos --- src/data/svgs.ts | 72 +++++++++++++++++++++++++++++++++++++- static/library/bash.svg | 1 + static/library/c++.svg | 1 + static/library/c.svg | 1 + static/library/cobol.svg | 1 + static/library/fortran.svg | 1 + static/library/haskell.svg | 1 + static/library/matlab.svg | 1 + static/library/r.svg | 1 + static/library/rust.svg | 1 + static/library/zig.svg | 1 + 11 files changed, 81 insertions(+), 1 deletion(-) create mode 100644 static/library/bash.svg create mode 100644 static/library/c++.svg create mode 100644 static/library/c.svg create mode 100644 static/library/cobol.svg create mode 100644 static/library/fortran.svg create mode 100644 static/library/haskell.svg create mode 100644 static/library/matlab.svg create mode 100644 static/library/r.svg create mode 100644 static/library/rust.svg create mode 100644 static/library/zig.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index eb1f5ad..b60551d 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1673,5 +1673,75 @@ export const svgs: iSVG[] = [ category: 'Software', route: '/library/documenso.svg', url: 'https://documenso.com' - } + }, + { + id: 326851, + title: 'Bash', + category: 'Language', + route: '/library/bash.svg', + url: 'https://www.gnu.org/software/bash/' + }, + { + id: 740938, + title: 'C', + category: 'Language', + route: '/library/c.svg', + url: 'https://en.wikipedia.org/wiki/C_(programming_language)' + }, + { + id: 156807, + title: 'C++', + category: 'Language', + route: '/library/c++.svg', + url: 'https://en.wikipedia.org/wiki/C%2B%2B' + }, + { + id: 854167, + title: 'Cobol', + category: 'Language', + route: '/library/cobol.svg', + url: 'https://en.wikipedia.org/wiki/COBOL' + }, + { + id: 473965, + title: 'Fortran', + category: 'Language', + route: '/library/fortran.svg', + url: 'https://en.wikipedia.org/wiki/Fortran' + }, + { + id: 429673, + title: 'Haskell', + category: 'Language', + route: '/library/haskell.svg', + url: 'https://www.haskell.org/' + }, + { + id: 907583, + title: 'Mathlab', + category: 'Language', + route: '/library/mathlab.svg', + url: 'https://www.mathworks.com/products/matlab.html' + }, + { + id: 754396, + title: 'R', + category: 'Language', + route: '/library/r.svg', + url: 'https://www.r-project.org/' + }, + { + id: 783625, + title: 'Rust', + category: 'Language', + route: '/library/rust.svg', + url: 'https://www.rust-lang.org/' + }, + { + id: 586019, + title: 'Zig', + category: 'Language', + route: '/library/zig.svg', + url: 'https://ziglang.org/' + }, ]; diff --git a/static/library/bash.svg b/static/library/bash.svg new file mode 100644 index 0000000..e7eaad8 --- /dev/null +++ b/static/library/bash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/c++.svg b/static/library/c++.svg new file mode 100644 index 0000000..e371402 --- /dev/null +++ b/static/library/c++.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/c.svg b/static/library/c.svg new file mode 100644 index 0000000..76b62a1 --- /dev/null +++ b/static/library/c.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/cobol.svg b/static/library/cobol.svg new file mode 100644 index 0000000..e6e7f82 --- /dev/null +++ b/static/library/cobol.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/fortran.svg b/static/library/fortran.svg new file mode 100644 index 0000000..0ad4185 --- /dev/null +++ b/static/library/fortran.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/haskell.svg b/static/library/haskell.svg new file mode 100644 index 0000000..65d0786 --- /dev/null +++ b/static/library/haskell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/matlab.svg b/static/library/matlab.svg new file mode 100644 index 0000000..45b875a --- /dev/null +++ b/static/library/matlab.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/r.svg b/static/library/r.svg new file mode 100644 index 0000000..575c110 --- /dev/null +++ b/static/library/r.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/rust.svg b/static/library/rust.svg new file mode 100644 index 0000000..2587862 --- /dev/null +++ b/static/library/rust.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/zig.svg b/static/library/zig.svg new file mode 100644 index 0000000..f733d27 --- /dev/null +++ b/static/library/zig.svg @@ -0,0 +1 @@ + \ No newline at end of file