From a635d81cadbd9b4f77d7481519a40eea46d1830a Mon Sep 17 00:00:00 2001 From: julientaq <julien@coko.foundation> Date: Wed, 22 Dec 2021 11:08:44 +0100 Subject: [PATCH] add editoria logo --- src/data/products.json | 2 +- static/images/uploads/editoria.svg | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 static/images/uploads/editoria.svg diff --git a/src/data/products.json b/src/data/products.json index d065cdc..029c46c 100644 --- a/src/data/products.json +++ b/src/data/products.json @@ -42,7 +42,7 @@ }, { "tag": "platform", - "logo": "/images/uploads/Editoria.png", + "logo": "/images/uploads/editoria.svg", "name": "Editoria", "description": "Editoria the fully fledged post-acquisition book production workflow developed by the Coko team in collaboration with the University of California Press (UCP) and the California Digital Library. Editoria is now in live use by UCP, ATLA Press, punctum books, M Publishing, UNC Press/Longleaf Services and Book Sprints. Built by the Coko team.", "weburl": "https://editoria.community/", diff --git a/static/images/uploads/editoria.svg b/static/images/uploads/editoria.svg new file mode 100644 index 0000000..38075e3 --- /dev/null +++ b/static/images/uploads/editoria.svg @@ -0,0 +1,3 @@ +<svg width="134" height="134" viewBox="0 0 134 134" fill="none" xmlns="http://www.w3.org/2000/svg"> +<path d="M83.6548 60.234C83.0596 55.8936 81.6142 52.4043 78.7233 49.8511C75.8325 47.2128 72.3464 45.766 68.3503 45.766C63.7589 45.766 60.2728 46.9574 57.382 49.5106C54.4911 52.1489 52.7906 55.5532 51.8553 59.8936H83.5698V60.234H83.6548ZM51.8553 70.617C51.8553 75.5532 53.3008 79.2979 56.1916 82.4468C59.0825 85.5957 63.0787 87.0426 68.6053 87.0426C72.0914 87.0426 74.6421 86.4468 76.6827 85.5957C78.7233 84.7447 80.1688 83.5532 81.6142 82.4468C82.8046 81.2553 84.25 80.4043 85.3553 79.2979C86.5457 78.4468 87.9911 77.8511 89.6916 77.8511C91.7322 77.8511 93.7728 78.7021 94.8782 80.1489C96.3236 81.5957 96.9188 83.2979 96.9188 85.0851C96.9188 87.7234 96.0685 90.2766 94.0279 92.3191C91.9873 94.3617 89.6916 96.0638 86.8008 97.2553C83.9099 98.4468 80.764 99.5532 77.533 100.149C74.3871 100.745 71.1561 101 68.6053 101C62.2284 101 56.7868 100.149 52.4505 98.1064C48.1142 96.0638 44.3731 93.5106 41.7373 90.617C38.8464 87.383 36.8909 83.9787 35.7005 80.1489C34.5102 76.4043 34 72.3191 34 68.3191C34 63.1277 34.8503 58.1915 36.2957 53.8511C37.7411 49.5106 40.0368 45.766 42.9277 42.8723C45.8185 39.9787 49.5596 37.3404 53.6409 35.6383C57.9772 33.9362 62.5685 33 68.0952 33C73.2817 33 77.8731 33.8511 81.9543 35.6383C86.0355 37.3404 89.4365 39.7234 92.3274 42.2766C95.2183 45.1702 97.2589 48.3191 98.7043 51.8085C100.15 55.2979 101 59.0426 101 62.7872C101 65.9362 100.405 67.9787 99.2995 69.1702C98.1091 70.3617 96.1536 70.617 92.9226 70.617H51.8553Z" fill="black"/> +</svg> -- GitLab