From 6b8442acbb9b4e958981c45954ff7335e63031f2 Mon Sep 17 00:00:00 2001 From: TEC Date: Tue, 13 Sep 2022 08:12:25 +0800 Subject: Add SVG forms of the logo downloads The SVG forms are created from the EPS files, by running: 1. epstopdf (v2.28) 2. pdf2svg (v0.2.3) 3. svgo (v2.8.0) --- public/images/logos/downloads/Git-Icon-1788C.svg | 1 + public/images/logos/downloads/Git-Icon-Black.svg | 1 + public/images/logos/downloads/Git-Icon-White.svg | 1 + public/images/logos/downloads/Git-Logo-1788C.svg | 1 + public/images/logos/downloads/Git-Logo-2Color.svg | 1 + public/images/logos/downloads/Git-Logo-Black.svg | 1 + public/images/logos/downloads/Git-Logo-White.svg | 1 + 7 files changed, 7 insertions(+) create mode 100644 public/images/logos/downloads/Git-Icon-1788C.svg create mode 100644 public/images/logos/downloads/Git-Icon-Black.svg create mode 100644 public/images/logos/downloads/Git-Icon-White.svg create mode 100644 public/images/logos/downloads/Git-Logo-1788C.svg create mode 100644 public/images/logos/downloads/Git-Logo-2Color.svg create mode 100644 public/images/logos/downloads/Git-Logo-Black.svg create mode 100644 public/images/logos/downloads/Git-Logo-White.svg (limited to 'public') diff --git a/public/images/logos/downloads/Git-Icon-1788C.svg b/public/images/logos/downloads/Git-Icon-1788C.svg new file mode 100644 index 00000000..5bf444b9 --- /dev/null +++ b/public/images/logos/downloads/Git-Icon-1788C.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/images/logos/downloads/Git-Icon-Black.svg b/public/images/logos/downloads/Git-Icon-Black.svg new file mode 100644 index 00000000..6b6a26a2 --- /dev/null +++ b/public/images/logos/downloads/Git-Icon-Black.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/images/logos/downloads/Git-Icon-White.svg b/public/images/logos/downloads/Git-Icon-White.svg new file mode 100644 index 00000000..cb1a374e --- /dev/null +++ b/public/images/logos/downloads/Git-Icon-White.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/images/logos/downloads/Git-Logo-1788C.svg b/public/images/logos/downloads/Git-Logo-1788C.svg new file mode 100644 index 00000000..1ec3aaf3 --- /dev/null +++ b/public/images/logos/downloads/Git-Logo-1788C.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/images/logos/downloads/Git-Logo-2Color.svg b/public/images/logos/downloads/Git-Logo-2Color.svg new file mode 100644 index 00000000..170134e3 --- /dev/null +++ b/public/images/logos/downloads/Git-Logo-2Color.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/images/logos/downloads/Git-Logo-Black.svg b/public/images/logos/downloads/Git-Logo-Black.svg new file mode 100644 index 00000000..04cf119a --- /dev/null +++ b/public/images/logos/downloads/Git-Logo-Black.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/images/logos/downloads/Git-Logo-White.svg b/public/images/logos/downloads/Git-Logo-White.svg new file mode 100644 index 00000000..f2961b94 --- /dev/null +++ b/public/images/logos/downloads/Git-Logo-White.svg @@ -0,0 +1 @@ + \ No newline at end of file -- cgit v1.2.3 From 750b01d3c4742b04f7a4939bbb102c535855c9c9 Mon Sep 17 00:00:00 2001 From: kr-g Date: Sat, 17 Sep 2022 09:35:40 +0200 Subject: added gui gitonic --- public/images/guis/gitonic.png | Bin 0 -> 11498 bytes public/images/guis/gitonic@2x.png | Bin 0 -> 34589 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 public/images/guis/gitonic.png create mode 100644 public/images/guis/gitonic@2x.png (limited to 'public') diff --git a/public/images/guis/gitonic.png b/public/images/guis/gitonic.png new file mode 100644 index 00000000..04b9fb4f Binary files /dev/null and b/public/images/guis/gitonic.png differ diff --git a/public/images/guis/gitonic@2x.png b/public/images/guis/gitonic@2x.png new file mode 100644 index 00000000..c4ea2a8e Binary files /dev/null and b/public/images/guis/gitonic@2x.png differ -- cgit v1.2.3