You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2021/09/22 23:27:49 UTC

[datasketches-website] branch master updated: add logos

This is an automated email from the ASF dual-hosted git repository.

leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 3cbb65c  add logos
3cbb65c is described below

commit 3cbb65c0a6822b6e4159d6e897c37ca71f20076b
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Wed Sep 22 16:27:23 2021 -0700

    add logos
---
 _config.yml                                        |   1 +
 logos/LogoRawDimensions.txt                        |  21 +++++
 logos/datasketches-HorizontalBlack.png             | Bin 0 -> 96105 bytes
 logos/datasketches-HorizontalColor-TM.png          | Bin 0 -> 61324 bytes
 logos/datasketches-HorizontalColor.png             | Bin 0 -> 157378 bytes
 logos/datasketches-HorizontalWhite.png             | Bin 0 -> 87949 bytes
 logos/datasketches-VerticalBlack.png               | Bin 0 -> 73401 bytes
 logos/datasketches-VerticalColor-TM.png            | Bin 0 -> 49317 bytes
 logos/datasketches-VerticalColor.png               | Bin 0 -> 128002 bytes
 logos/datasketches-VerticalWhite.png               | Bin 0 -> 66837 bytes
 logos/jpg/datasketches-HorizontalColor1165x496.jpg | Bin 0 -> 74613 bytes
 logos/sketch/datasketches-1.sketch                 | Bin 0 -> 76989 bytes
 .../sketch/datasketches-HorizontalColor-TM.sketch  | Bin 0 -> 78548 bytes
 logos/sketch/datasketches-HorizontalColor.sketch   | Bin 0 -> 76753 bytes
 logos/sketch/datasketches-ManBlack.sketch          | Bin 0 -> 18492 bytes
 logos/sketch/datasketches-ManColor.sketch          | Bin 0 -> 27589 bytes
 logos/sketch/datasketches-VerticalColor-TM.sketch  | Bin 0 -> 66623 bytes
 logos/sketch/datasketches-VerticalWhite.sketch     | Bin 0 -> 19637 bytes
 logos/svg/ApacheAssignments/datasketches-1.svg     |  52 +++++++++++
 logos/svg/ApacheAssignments/datasketches-2.svg     |  54 +++++++++++
 logos/svg/ApacheAssignments/datasketches-3.svg     |  27 ++++++
 logos/svg/datasketches-HorizontalBlack.svg         |  31 +++++++
 logos/svg/datasketches-HorizontalColor-TM.svg      | 101 ++++++++++++++++++++
 logos/svg/datasketches-HorizontalColor.svg         |  52 +++++++++++
 logos/svg/datasketches-HorizontalWhite.svg         |  31 +++++++
 logos/svg/datasketches-HorizontalWhite2.svg        |  36 +++++++
 logos/svg/datasketches-ManBlack.svg                |  14 +++
 logos/svg/datasketches-ManColor-3.svg              |  27 ++++++
 logos/svg/datasketches-ManWhite.svg                |  14 +++
 logos/svg/datasketches-ManWhite2.svg               |  12 +++
 logos/svg/datasketches-VerticalBlack.svg           |  33 +++++++
 logos/svg/datasketches-VerticalColor-TM.svg        | 103 +++++++++++++++++++++
 logos/svg/datasketches-VerticalColor.svg           |  54 +++++++++++
 logos/svg/datasketches-VerticalWhite.png           | Bin 0 -> 23699 bytes
 logos/svg/datasketches-VerticalWhite.svg           |  33 +++++++
 35 files changed, 696 insertions(+)

diff --git a/_config.yml b/_config.yml
index 3d51edb..01805ee 100644
--- a/_config.yml
+++ b/_config.yml
@@ -29,6 +29,7 @@ exclude:
   - vendor/
   - node_modules
   - src/
+  - logos/
 
 docs_dir: '/docs'
 docs_img_dir: '/docs/img'
diff --git a/logos/LogoRawDimensions.txt b/logos/LogoRawDimensions.txt
new file mode 100644
index 0000000..24e5010
--- /dev/null
+++ b/logos/LogoRawDimensions.txt
@@ -0,0 +1,21 @@
+box model
+4: top right bottom left
+3: top (right left) bottom
+2: (top bottom) (right left)
+1; (top right bottom left)
+
+Horizontal Logo: width=839 height=357 h/w=0.4255065554 w/h=2.350140056
+h = 50
+w = 50 * 2.350140056 = 117.5070028
+
+Vertical logo: width=442 height=420 h/w=0.9502262443 w/h=1.0523809524
+
+Man logo: width=239 height=332 h/w=1.3891213389 w/h=0.7198795181
+
+Apache feather: width=2392.5 height=4226.6
+
+Small Man:
+  height=50
+  width=50 * 0.7198795181 = 35.99
+  
+
diff --git a/logos/datasketches-HorizontalBlack.png b/logos/datasketches-HorizontalBlack.png
new file mode 100755
index 0000000..be2e76c
Binary files /dev/null and b/logos/datasketches-HorizontalBlack.png differ
diff --git a/logos/datasketches-HorizontalColor-TM.png b/logos/datasketches-HorizontalColor-TM.png
new file mode 100644
index 0000000..9b5e57a
Binary files /dev/null and b/logos/datasketches-HorizontalColor-TM.png differ
diff --git a/logos/datasketches-HorizontalColor.png b/logos/datasketches-HorizontalColor.png
new file mode 100755
index 0000000..21c90ea
Binary files /dev/null and b/logos/datasketches-HorizontalColor.png differ
diff --git a/logos/datasketches-HorizontalWhite.png b/logos/datasketches-HorizontalWhite.png
new file mode 100755
index 0000000..449d375
Binary files /dev/null and b/logos/datasketches-HorizontalWhite.png differ
diff --git a/logos/datasketches-VerticalBlack.png b/logos/datasketches-VerticalBlack.png
new file mode 100755
index 0000000..a43c6f9
Binary files /dev/null and b/logos/datasketches-VerticalBlack.png differ
diff --git a/logos/datasketches-VerticalColor-TM.png b/logos/datasketches-VerticalColor-TM.png
new file mode 100644
index 0000000..5d0910b
Binary files /dev/null and b/logos/datasketches-VerticalColor-TM.png differ
diff --git a/logos/datasketches-VerticalColor.png b/logos/datasketches-VerticalColor.png
new file mode 100755
index 0000000..92122e8
Binary files /dev/null and b/logos/datasketches-VerticalColor.png differ
diff --git a/logos/datasketches-VerticalWhite.png b/logos/datasketches-VerticalWhite.png
new file mode 100755
index 0000000..4f38ced
Binary files /dev/null and b/logos/datasketches-VerticalWhite.png differ
diff --git a/logos/jpg/datasketches-HorizontalColor1165x496.jpg b/logos/jpg/datasketches-HorizontalColor1165x496.jpg
new file mode 100644
index 0000000..e9ebe2d
Binary files /dev/null and b/logos/jpg/datasketches-HorizontalColor1165x496.jpg differ
diff --git a/logos/sketch/datasketches-1.sketch b/logos/sketch/datasketches-1.sketch
new file mode 100644
index 0000000..f52b067
Binary files /dev/null and b/logos/sketch/datasketches-1.sketch differ
diff --git a/logos/sketch/datasketches-HorizontalColor-TM.sketch b/logos/sketch/datasketches-HorizontalColor-TM.sketch
new file mode 100644
index 0000000..9e3b94f
Binary files /dev/null and b/logos/sketch/datasketches-HorizontalColor-TM.sketch differ
diff --git a/logos/sketch/datasketches-HorizontalColor.sketch b/logos/sketch/datasketches-HorizontalColor.sketch
new file mode 100644
index 0000000..7cb3b35
Binary files /dev/null and b/logos/sketch/datasketches-HorizontalColor.sketch differ
diff --git a/logos/sketch/datasketches-ManBlack.sketch b/logos/sketch/datasketches-ManBlack.sketch
new file mode 100644
index 0000000..c68cb12
Binary files /dev/null and b/logos/sketch/datasketches-ManBlack.sketch differ
diff --git a/logos/sketch/datasketches-ManColor.sketch b/logos/sketch/datasketches-ManColor.sketch
new file mode 100644
index 0000000..a78e659
Binary files /dev/null and b/logos/sketch/datasketches-ManColor.sketch differ
diff --git a/logos/sketch/datasketches-VerticalColor-TM.sketch b/logos/sketch/datasketches-VerticalColor-TM.sketch
new file mode 100644
index 0000000..5df00aa
Binary files /dev/null and b/logos/sketch/datasketches-VerticalColor-TM.sketch differ
diff --git a/logos/sketch/datasketches-VerticalWhite.sketch b/logos/sketch/datasketches-VerticalWhite.sketch
new file mode 100644
index 0000000..070b96e
Binary files /dev/null and b/logos/sketch/datasketches-VerticalWhite.sketch differ
diff --git a/logos/svg/ApacheAssignments/datasketches-1.svg b/logos/svg/ApacheAssignments/datasketches-1.svg
new file mode 100755
index 0000000..66fc1dd
--- /dev/null
+++ b/logos/svg/ApacheAssignments/datasketches-1.svg
@@ -0,0 +1,52 @@
+<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="839" height="357" viewBox="0 0 839 357">
+  <defs>
+    <linearGradient id="linear-gradient" x1="13.66" y1="106.04" x2="210.12" y2="269.11" gradientUnits="userSpaceOnUse">
+      <stop offset="0" stop-color="#c70000"/>
+      <stop offset="0" stop-color="#ffa017"/>
+      <stop offset="1" stop-color="#c70000"/>
+    </linearGradient>
+    <linearGradient id="linear-gradient-2" x1="42.07" y1="71.81" x2="238.53" y2="234.89" gradientUnits="userSpaceOnUse">
+      <stop offset="0" stop-color="#c70000"/>
+      <stop offset="0" stop-color="#ffa017"/>
+      <stop offset="0.71" stop-color="#c90501"/>
+      <stop offset="1" stop-color="#4d0000"/>
+    </linearGradient>
+    <linearGradient id="linear-gradient-3" x1="388.26" y1="238.77" x2="659.2" y2="152.74" xlink:href="#linear-gradient-2"/>
+    <linearGradient id="linear-gradient-4" x1="393.86" y1="256.4" x2="664.8" y2="170.37" xlink:href="#linear-gradient-2"/>
+    <linearGradient id="linear-gradient-5" x1="401.37" y1="280.05" x2="672.31" y2="194.02" xlink:href="#linear-gradient-2"/>
+    <linearGradient id="linear-gradient-6" x1="403.2" y1="285.82" x2="674.14" y2="199.79" xlink:href="#linear-gradient-2"/>
+    <linearGradient id="linear-gradient-7" x1="409.51" y1="305.69" x2="680.45" y2="219.66" xlink:href="#linear-gradient-2"/>
+    <linearGradient id="linear-gradient-8" x1="411.46" y1="311.83" x2="682.4" y2="225.8" xlink:href="#linear-gradient-2"/>
+    <linearGradient id="linear-gradient-9" x1="419.57" y1="337.36" x2="690.51" y2="251.33" xlink:href="#linear-gradient-2"/>
+    <linearGradient id="linear-gradient-10" x1="424.42" y1="352.63" x2="695.36" y2="266.6" xlink:href="#linear-gradient-2"/>
+  </defs>
+  <title>ApacheDataSketch_ColorHorizontal</title>
+  <g>
+    <g>
+      <circle cx="93.7" cy="172.4" r="24.7" fill="url(#linear-gradient)"/>
+      <path d="M199.1,81.5c16.7-22.5,45-60.4,52.8-69.6,0-.2-18.2,5.4-18.2,5.4s-29.3,41.4-48.5,74.6-34.8,60.5-73,138.1c-10.4,21-22.2,16.3-38.3,1.8S19.2,180.7,19.2,156c0-29.4,21.9-36.5,37.6-39.6,8.8-1.8,12.1,1.2,12.1,3.5s-9,5.2-16.3,3.2c-2.1-.6,2,5.1,11.3,5.1,5.9,0,17.6-2.8,17.6-8.6,0-3.5-3.3-7.8-16-7.8-9.2,0-26.2,5-35,10.3s-19.2,14.1-19.2,27.2c0,40,79.6,103.5,88.5,109.1,0-.2-13.4,38.3-13.4,59.4,0,15.3,2.4,26.2,2.9,27.3s27.7-20.6,51.6-27.8,46.8-14.1,92.8-13.9c0,0-47.4-7.3-85-23.9-40.8-18.1 [...]
+    </g>
+    <g>
+      <path d="M205.6,185.1h26.7c21.6,0,32.3,14.7,32.3,36.4s-11.3,35.9-33,35.9h-26Zm25.6,63.6c16.4,0,23.1-10.6,23.1-27.2s-6-27.8-22.5-27.8H215.6v55Z" fill="#4d0000"/>
+      <path d="M272.4,243.6c0-12.2,8.9-14.8,22.4-16.5,7.7-.8,12.6-2.1,12.6-7.4s-3.9-9.2-11.1-9.2-12.3,3.9-12.6,10.1H275c.4-8.8,7.1-16.7,21.2-16.7,4.9,0,9.3.9,12.6,2.8s7,7.2,7,14.2v24.4c0,4.2,1,6.4,5.5,5.5h.4v6.3a14.4,14.4,0,0,1-4.8.8c-5.6,0-8.3-2.7-9.3-8.2h-.1c-3.3,4.6-8.6,8.7-17.5,8.7S272.4,253.6,272.4,243.6Zm35.1-5.5v-8.5c-2.6,1.6-7.1,2.9-11.4,3.7-8.6,1.4-14.2,3-14.2,10.2s5.1,8.3,10.4,8.3C302.7,251.8,307.5,244.2,307.5,238.1Z" fill="#4d0000"/>
+      <path d="M324.9,205.2h8.2V188.8H342v16.4h10.8v7H342v32.9c0,3.8,2.1,4.9,5.4,4.9a19.4,19.4,0,0,0,4.6-.7h.3v7.6a31.7,31.7,0,0,1-7.3.9c-7-.1-11.9-2.9-11.9-10.6v-35h-8.2Z" fill="#4d0000"/>
+      <path d="M360.1,243.6c0-12.2,9-14.8,22.5-16.5,7.7-.8,12.6-2.1,12.6-7.4s-4-9.2-11.2-9.2-12.2,3.9-12.5,10.1h-8.8c.4-8.8,7.1-16.7,21.2-16.7,5,0,9.4.9,12.7,2.8s7,7.2,7,14.2v24.4c0,4.2.9,6.4,5.5,5.5h.4v6.3a15.1,15.1,0,0,1-4.9.8c-5.5,0-8.2-2.7-9.2-8.2h-.1c-3.3,4.6-8.6,8.7-17.5,8.7S360.1,253.6,360.1,243.6Zm35.2-5.5v-8.5c-2.6,1.6-7.2,2.9-11.5,3.7-8.5,1.4-14.1,3-14.1,10.2s5.1,8.3,10.4,8.3C390.5,251.8,395.3,244.2,395.3,238.1Z" fill="#4d0000"/>
+      <path d="M413.7,234h9.8c1.2,10.8,8.4,16.9,21.5,16.9,9.6,0,16.6-4.3,16.6-13.1s-8.4-11.6-21-14.4-23.9-6.5-23.9-20.4c0-12.1,10.2-19.3,25.1-19.3,17.8,0,25.7,8.9,27.5,21.3h-9.6c-1.3-8.8-7.6-13.5-17.8-13.5s-15.8,3.9-15.8,11.1,7.9,10.1,18.8,12.3c14,2.8,26.7,6.4,26.7,22.6,0,13.7-11.3,21.3-26.9,21.3C424.5,258.8,414.5,247.8,413.7,234Z" fill="url(#linear-gradient-3)"/>
+      <path d="M498.6,229.9l-7.4,7v20.5h-9V185.1h9v34.3c0,1.8-.2,5.5-.3,8l22.6-22.2h11.3l-19.9,18.7,22.2,33.5H516.5Z" fill="url(#linear-gradient-4)"/>
+      <path d="M529.1,231.3c0-15.1,10.1-27.4,25-27.4,7.8,0,13.8,3,17.9,8.1s6.4,12.6,6.4,21.5h-40c.7,10.2,6.2,17.9,16.3,17.9,7.2,0,12.2-3.4,13.8-8.9h8.9c-2.4,9.7-10.7,16.3-22.8,16.3C538.6,258.8,529.1,246.6,529.1,231.3Zm9.5-4.3h30.2c-.5-10.1-5.6-16.1-14.7-16.1S539.7,217.7,538.6,227Z" fill="url(#linear-gradient-5)"/>
+      <path d="M583.9,205.2H592V188.8h9v16.4h10.8v7H601v32.9c0,3.8,2,4.9,5.3,4.9a18.6,18.6,0,0,0,4.6-.7h.3v7.6a31,31,0,0,1-7.3.9c-7-.1-11.9-2.9-11.9-10.6v-35h-8.1Z" fill="url(#linear-gradient-6)"/>
+      <path d="M617.9,231.3c0-15.1,9.8-27.4,25.5-27.4,12.5,0,20.7,7.1,22.5,18.3h-9c-1.3-6.8-6-11-13.5-11-10.7,0-16.3,8.9-16.3,20.1s5.6,20.1,16.3,20.1c8.1,0,13-4.7,13.7-12.5H666c-1.2,12.5-9.4,19.9-22.6,19.9C627.7,258.8,617.9,246.6,617.9,231.3Z" fill="url(#linear-gradient-7)"/>
+      <path d="M683.9,212.8h.3c3.9-5.6,9.1-8.9,16.7-8.9,10.9,0,17.6,6.1,17.6,17v36.5h-9V222c0-6.7-4.3-10.5-11.4-10.5s-13.9,5.7-13.9,14.1v31.8h-9.1V185.1h9.1V204C684.2,206.6,684,210.2,683.9,212.8Z" fill="url(#linear-gradient-8)"/>
+      <path d="M727.8,231.3c0-15.1,10-27.4,25-27.4,7.8,0,13.8,3,17.9,8.1s6.4,12.6,6.4,21.5h-40c.6,10.2,6.2,17.9,16.3,17.9,7.2,0,12.1-3.4,13.8-8.9H776c-2.3,9.7-10.7,16.3-22.7,16.3C737.2,258.8,727.8,246.6,727.8,231.3Zm9.4-4.3h30.3c-.5-10.1-5.7-16.1-14.7-16.1S738.4,217.7,737.2,227Z" fill="url(#linear-gradient-9)"/>
+      <path d="M783.4,241.5h9.2c1,7.6,6.9,10.1,14.3,10.1s11.8-3.6,11.8-8.2-4.4-7.2-13.6-9.1-19.4-4.2-19.4-15.7c0-8.9,6.9-14.6,19.1-14.6s19.6,6.1,20.8,15.2h-9c-.8-5.4-4.5-8.4-12-8.4s-10.1,3.3-10.1,7.3c0,5.5,5.1,6.5,13.9,8.3,10.4,2,19.3,4.3,19.3,16.5,0,10.6-8.7,16-21,16C792.4,258.9,784.2,252.1,783.4,241.5Z" fill="url(#linear-gradient-10)"/>
+    </g>
+    <g>
+      <path d="M248.5,135.7h6.9L268,170.4h-6.9l-2.7-8.3H245.2l-2.8,8.3h-6.5Zm-1.7,21.7h10l-2.7-8.1c-1.3-4.1-2.2-8.3-2.2-8.3h0s-1.2,5-2.3,8.3Z" fill="#4d0000"/>
+      <path d="M271.4,145.5h5.8v3.7h.1a8.6,8.6,0,0,1,7.8-4.4c6.5,0,10.7,5.2,10.7,13.2s-4.2,13.2-10.9,13.2a8.7,8.7,0,0,1-7.6-4h-.1a47.2,47.2,0,0,1,.2,4.9v6.6h-6Zm18.4,12.6c0-4.9-2-8.5-6.1-8.5s-6.6,3.8-6.6,8.5,2.1,8.4,6.7,8.4S289.8,163,289.8,158.1Z" fill="#4d0000"/>
+      <path d="M315.3,167.2h-.1a9.1,9.1,0,0,1-7.9,3.8c-4.8,0-8.5-2.5-8.5-7.4s4.3-7,10.3-7.7c4.1-.5,6.1-1.2,6.1-3.4s-1.5-3.6-4.5-3.6-4.9,1.6-5.1,4H300c.2-4.2,3.6-8.1,10.7-8.1,2.8,0,5,.4,6.7,1.5s3.5,3.7,3.5,7v13.2c0,2,.4,3.1.9,3.5v.4h-5.7A6.6,6.6,0,0,1,315.3,167.2Zm.1-5.9v-3.7a15.7,15.7,0,0,1-4.9,1.7c-3.6.7-5.7,1.4-5.7,4.2s2,3.4,4.3,3.4C313.1,166.9,315.4,164.1,315.4,161.3Z" fill="#4d0000"/>
+      <path d="M325.1,158c0-7.4,4.9-13.2,12.6-13.2s10.3,3.6,11.2,9h-5.8a5.2,5.2,0,0,0-5.4-4.5c-4.3,0-6.6,3.6-6.6,8.7s2.3,8.5,6.6,8.5,5.2-1.9,5.6-5.2H349c-.3,5.8-4.6,9.8-11.3,9.8S325.1,165.3,325.1,158Z" fill="#4d0000"/>
+      <path d="M358.7,149.1h.2a8.6,8.6,0,0,1,7.7-4.3c5.3,0,8.6,3.3,8.6,8.7v16.9h-6V154.5c0-3-1.7-4.8-4.7-4.8s-5.7,2.5-5.7,6.1v14.6h-5.9V135.7h5.9V145C358.8,145.7,358.8,147.6,358.7,149.1Z" fill="#4d0000"/>
+      <path d="M379.1,158c0-7.4,5-13.2,12.4-13.2a11.5,11.5,0,0,1,8.6,3.5c2.4,2.6,3.6,6.5,3.5,11.1H385c.4,4.3,2.7,7.2,6.9,7.2s4.7-1.2,5.5-3.3h5.8c-1.3,4.5-5.3,7.8-11.4,7.8C383.9,171.1,379.1,165.3,379.1,158Zm6-2.3h12.4c-.2-4.1-2.4-6.6-6-6.6S385.6,151.8,385.1,155.7Z" fill="#4d0000"/>
+    </g>
+  </g>
+</svg>
diff --git a/logos/svg/ApacheAssignments/datasketches-2.svg b/logos/svg/ApacheAssignments/datasketches-2.svg
new file mode 100755
index 0000000..3ddb966
--- /dev/null
+++ b/logos/svg/ApacheAssignments/datasketches-2.svg
@@ -0,0 +1,54 @@
+<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="442" height="420" viewBox="0 0 442 420">
+  <defs>
+    <linearGradient id="linear-gradient" x1="96.36" y1="101.03" x2="291.19" y2="262.75" gradientUnits="userSpaceOnUse">
+      <stop offset="0" stop-color="#c62026"/>
+      <stop offset="0" stop-color="#f9a01f"/>
+      <stop offset="1" stop-color="#c62026"/>
+    </linearGradient>
+    <linearGradient id="linear-gradient-2" x1="124.54" y1="67.09" x2="319.36" y2="228.81" gradientUnits="userSpaceOnUse">
+      <stop offset="0" stop-color="#c62026"/>
+      <stop offset="0" stop-color="#f9a01f"/>
+      <stop offset="0.71" stop-color="#c82027"/>
+      <stop offset="1" stop-color="#481211"/>
+    </linearGradient>
+    <linearGradient id="linear-gradient-3" x1="142.3" y1="396.29" x2="349.86" y2="324.98" xlink:href="#linear-gradient-2"/>
+    <linearGradient id="linear-gradient-4" x1="146.72" y1="409.16" x2="354.28" y2="337.85" xlink:href="#linear-gradient-2"/>
+    <linearGradient id="linear-gradient-5" x1="152.48" y1="425.92" x2="360.04" y2="354.61" xlink:href="#linear-gradient-2"/>
+    <linearGradient id="linear-gradient-6" x1="154.07" y1="430.56" x2="361.64" y2="359.25" xlink:href="#linear-gradient-2"/>
+    <linearGradient id="linear-gradient-7" x1="158.91" y1="444.63" x2="366.47" y2="373.32" xlink:href="#linear-gradient-2"/>
+    <linearGradient id="linear-gradient-8" x1="160.62" y1="449.62" x2="368.18" y2="378.31" xlink:href="#linear-gradient-2"/>
+    <linearGradient id="linear-gradient-9" x1="166.85" y1="467.75" x2="374.41" y2="396.44" xlink:href="#linear-gradient-2"/>
+    <linearGradient id="linear-gradient-10" x1="170.68" y1="478.89" x2="378.24" y2="407.58" xlink:href="#linear-gradient-2"/>
+  </defs>
+  <title>ApacheDataSketch_ColorVertical</title>
+  <g>
+    <g>
+      <circle cx="175.7" cy="166.9" r="24.5" fill="url(#linear-gradient)"/>
+      <path d="M280.3,76.7c16.5-22.4,44.6-59.9,52.3-69,0-.3-18,5.3-18,5.3s-29.1,41-48.1,74S232,147,194.1,224c-10.3,20.8-22.1,16.2-38,1.7s-54.2-50.6-54.2-75.2c0-29.1,21.7-36.1,37.2-39.2,8.8-1.8,12.1,1.2,12.1,3.5s-9,5.2-16.2,3.1c-2.1-.6,2,5.1,11.2,5.1,5.8,0,17.4-2.7,17.4-8.6,0-3.4-3.2-7.7-15.8-7.7-9.2,0-26,5-34.7,10.2S94,131,94,143.9c0,39.7,78.9,102.7,87.8,108.2,0-.1-13.3,38-13.3,59,0,15.1,2.4,25.9,2.9,27s27.4-20.4,51.1-27.6,46.5-14,92.1-13.7c0,0-47.1-7.3-84.3-23.8-40.5-17.9-41.2-20.2-43.9 [...]
+    </g>
+    <g>
+      <g>
+        <path d="M7.9,361.7H26.2c14.8,0,22.1,10.1,22.1,25s-7.7,24.5-22.6,24.5H7.9Zm17.5,43.6c11.2,0,15.8-7.2,15.8-18.6s-4.1-19.1-15.4-19.1H14.7v37.7Z" fill="#481211"/>
+        <path d="M53.6,401.8c0-8.3,6.1-10.1,15.4-11.3,5.3-.6,8.7-1.4,8.7-5.1s-2.8-6.3-7.7-6.3-8.4,2.7-8.6,7h-6c.3-6.1,4.9-11.5,14.5-11.5a17.8,17.8,0,0,1,8.7,1.9c3,1.8,4.8,5,4.8,9.8V403c0,2.9.6,4.4,3.8,3.7h.2V411a8.8,8.8,0,0,1-3.3.6c-3.8,0-5.6-1.8-6.3-5.6h-.1a14,14,0,0,1-12,6C58.9,412,53.6,408.6,53.6,401.8Zm24.1-3.7v-5.9a24.7,24.7,0,0,1-7.8,2.5c-5.9,1-9.8,2.1-9.8,7s3.6,5.7,7.2,5.7C74.4,407.4,77.7,402.2,77.7,398.1Z" fill="#481211"/>
+        <path d="M89.6,375.5h5.6V364.2h6.2v11.3h7.4v4.8h-7.4v22.6c0,2.6,1.4,3.3,3.6,3.3a13.4,13.4,0,0,0,3.2-.5h.2v5.2a22,22,0,0,1-5,.6c-4.8-.1-8.2-2-8.2-7.2v-24H89.6Z" fill="#481211"/>
+        <path d="M113.7,401.8c0-8.3,6.2-10.1,15.4-11.3,5.3-.6,8.7-1.4,8.7-5.1s-2.7-6.3-7.7-6.3-8.4,2.7-8.6,7h-6c.3-6.1,4.9-11.5,14.6-11.5a17.1,17.1,0,0,1,8.6,1.9c3,1.8,4.8,5,4.8,9.8V403c0,2.9.7,4.4,3.8,3.7h.3V411a9.7,9.7,0,0,1-3.3.6c-3.8,0-5.7-1.8-6.4-5.6h0a14.2,14.2,0,0,1-12,6C119.1,412,113.7,408.6,113.7,401.8Zm24.2-3.7v-5.9a25.3,25.3,0,0,1-7.9,2.5c-5.9,1-9.7,2.1-9.7,7s3.5,5.7,7.1,5.7C134.5,407.4,137.9,402.2,137.9,398.1Z" fill="#481211"/>
+        <path d="M150.4,395.2h6.8c.8,7.5,5.7,11.6,14.7,11.6,6.6,0,11.4-2.9,11.4-8.9s-5.8-8-14.4-10-16.4-4.4-16.4-13.9,7-13.2,17.2-13.2c12.2,0,17.6,6.1,18.8,14.5h-6.6c-.8-5.9-5.2-9.2-12.1-9.2s-10.8,2.7-10.8,7.6,5.4,6.9,12.8,8.4c9.6,2,18.3,4.4,18.3,15.5,0,9.4-7.7,14.6-18.4,14.6C157.8,412.2,151,404.7,150.4,395.2Z" fill="url(#linear-gradient-3)"/>
+        <path d="M208.6,392.4l-5,4.8v14h-6.2V361.7h6.2v23.5c0,1.3-.1,3.8-.3,5.5l15.5-15.2h7.8l-13.7,12.8,15.3,22.9h-7.3Z" fill="url(#linear-gradient-4)"/>
+        <path d="M229.6,393.4c0-10.4,6.8-18.8,17.1-18.8a15.2,15.2,0,0,1,12.2,5.5c3,3.6,4.4,8.7,4.4,14.8H235.9c.4,7,4.2,12.3,11.2,12.3,4.9,0,8.3-2.3,9.4-6.1h6.1c-1.6,6.6-7.3,11.1-15.6,11.1C236,412.2,229.6,403.9,229.6,393.4Zm6.4-3h20.7c-.3-6.9-3.8-11-10-11S236.8,384.1,236,390.4Z" fill="url(#linear-gradient-5)"/>
+        <path d="M267,375.5h5.6V364.2h6.2v11.3h7.4v4.8h-7.4v22.6c0,2.6,1.4,3.3,3.6,3.3a13.4,13.4,0,0,0,3.2-.5h.2v5.2a22,22,0,0,1-5,.6c-4.8-.1-8.2-2-8.2-7.2v-24H267Z" fill="url(#linear-gradient-6)"/>
+        <path d="M290.4,393.4c0-10.4,6.7-18.8,17.4-18.8,8.6,0,14.2,4.9,15.5,12.5h-6.2c-.9-4.6-4.1-7.5-9.3-7.5-7.3,0-11.1,6.1-11.1,13.8s3.8,13.8,11.1,13.8c5.6,0,8.9-3.3,9.4-8.6h6.1c-.8,8.5-6.4,13.6-15.5,13.6C297.1,412.2,290.4,403.9,290.4,393.4Z" fill="url(#linear-gradient-7)"/>
+        <path d="M335.6,380.7h.2a13,13,0,0,1,11.4-6.1c7.5,0,12.1,4.2,12.1,11.7v24.9h-6.1V387c0-4.6-3-7.2-7.9-7.2s-9.5,3.9-9.5,9.7v21.7h-6.2V361.7h6.2v13C335.8,376.5,335.6,378.9,335.6,380.7Z" fill="url(#linear-gradient-8)"/>
+        <path d="M365.7,393.4c0-10.4,6.8-18.8,17.1-18.8a15.2,15.2,0,0,1,12.2,5.5c3,3.6,4.4,8.7,4.4,14.8H372c.5,7,4.3,12.3,11.2,12.3,4.9,0,8.3-2.3,9.4-6.1h6.1c-1.6,6.6-7.3,11.1-15.6,11.1C372.1,412.2,365.7,403.9,365.7,393.4Zm6.4-3h20.7c-.3-6.9-3.8-11-10-11S372.9,384.1,372.1,390.4Z" fill="url(#linear-gradient-9)"/>
+        <path d="M403.8,400.4H410c.8,5.2,4.8,6.9,9.9,6.9s8-2.4,8-5.6-3-5-9.3-6.2-13.3-3-13.3-10.8c0-6.2,4.8-10,13.1-10s13.5,4.2,14.3,10.4h-6.2c-.6-3.7-3.1-5.8-8.2-5.8s-6.9,2.3-6.9,5,3.4,4.5,9.5,5.7,13.2,3,13.2,11.3-6,11-14.3,11C409.9,412.3,404.3,407.6,403.8,400.4Z" fill="url(#linear-gradient-10)"/>
+      </g>
+      <g>
+        <path d="M36.7,327.9h4.7l8.7,23.7H45.3L43.4,346h-9l-1.9,5.6H28Zm-1.2,14.8h6.9l-1.9-5.5c-.9-2.8-1.5-5.7-1.5-5.7h0s-.8,3.5-1.6,5.7Z" fill="#481211"/>
+        <path d="M52.4,334.6h3.9v2.5h.1a5.7,5.7,0,0,1,5.3-3c4.5,0,7.4,3.6,7.4,9s-2.9,9.1-7.5,9.1a5.9,5.9,0,0,1-5.2-2.7h-.1a21.6,21.6,0,0,1,.2,3.3v4.6H52.4ZM65,343.2c0-3.4-1.4-5.8-4.2-5.8s-4.5,2.6-4.5,5.8,1.4,5.8,4.5,5.8S65,346.6,65,343.2Z" fill="#481211"/>
+        <path d="M82.4,349.4h-.1a6.1,6.1,0,0,1-5.3,2.7c-3.3,0-5.8-1.8-5.8-5.1s2.9-4.8,7-5.3,4.2-.8,4.2-2.3-1-2.5-3.1-2.5-3.4,1.1-3.5,2.8H72c.1-2.9,2.4-5.6,7.3-5.6a9,9,0,0,1,4.6,1,5.5,5.5,0,0,1,2.4,4.9v9c0,1.4.2,2.1.6,2.4v.2H83A3.8,3.8,0,0,1,82.4,349.4Zm.1-4v-2.5a9.9,9.9,0,0,1-3.3,1.1c-2.5.5-4,1-4,2.9s1.4,2.4,3,2.4A4,4,0,0,0,82.5,345.4Z" fill="#481211"/>
+        <path d="M89.2,343.1c0-5,3.3-9,8.6-9s7.1,2.5,7.7,6.2h-4a3.6,3.6,0,0,0-3.7-3.1c-3,0-4.5,2.5-4.5,5.9s1.5,5.9,4.5,5.9a3.6,3.6,0,0,0,3.8-3.6h4c-.3,4-3.2,6.8-7.8,6.8S89.2,348.2,89.2,343.1Z" fill="#481211"/>
+        <path d="M112.2,337h.1a5.9,5.9,0,0,1,5.3-2.9c3.6,0,5.9,2.3,5.9,6v11.5h-4.1V340.7a3,3,0,0,0-3.3-3.2,3.8,3.8,0,0,0-3.8,4.1v10h-4.1V327.9h4.1v6.3C112.3,334.7,112.2,336,112.2,337Z" fill="#481211"/>
+        <path d="M126.2,343.1c0-5,3.4-9,8.4-9a7.8,7.8,0,0,1,5.9,2.4c1.7,1.8,2.5,4.5,2.5,7.6H130.2c.3,3,1.9,5,4.7,5a3.9,3.9,0,0,0,3.8-2.3h3.9c-.8,3.1-3.5,5.4-7.7,5.4S126.2,348.2,126.2,343.1Zm4.1-1.5h8.5c-.2-2.8-1.7-4.5-4.2-4.5S130.6,338.9,130.3,341.6Z" fill="#481211"/>
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/logos/svg/ApacheAssignments/datasketches-3.svg b/logos/svg/ApacheAssignments/datasketches-3.svg
new file mode 100644
index 0000000..3ff3621
--- /dev/null
+++ b/logos/svg/ApacheAssignments/datasketches-3.svg
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="239px" height="332px" viewBox="0 0 239 332" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
+    <title>ManColor</title>
+    <desc>Created with Sketch.</desc>
+    <defs>
+        <linearGradient x1="-111.918367%" y1="-84.4285714%" x2="285.693878%" y2="245.612245%" id="linearGradient-1">
+            <stop stop-color="#C62026" offset="0%"></stop>
+            <stop stop-color="#F9A01F" offset="0%"></stop>
+            <stop stop-color="#C62026" offset="100%"></stop>
+        </linearGradient>
+        <linearGradient x1="12.7996647%" y1="17.9758561%" x2="94.450964%" y2="66.9148346%" id="linearGradient-2">
+            <stop stop-color="#C62026" offset="0%"></stop>
+            <stop stop-color="#F9A01F" offset="0%"></stop>
+            <stop stop-color="#C82027" offset="71%"></stop>
+            <stop stop-color="#481211" offset="100%"></stop>
+        </linearGradient>
+    </defs>
+    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+        <g id="ApacheDataSketch_VerticalColor">
+            <g id="Group">
+                <circle id="Oval" fill="url(#linearGradient-1)" cx="81.7" cy="159.9" r="24.5"></circle>
+                <path d="M186.3,69.7 C202.8,47.3 230.9,9.8 238.6,0.7 C238.6,0.4 220.6,6 220.6,6 C220.6,6 191.5,47 172.5,80 C153.5,113 138,140 100.1,217 C89.8,237.8 78,233.2 62.1,218.7 C46.2,204.2 7.9,168.1 7.9,143.5 C7.9,114.4 29.6,107.4 45.1,104.3 C53.9,102.5 57.2,105.5 57.2,107.8 C57.2,110.1 48.2,113 41,110.9 C38.9,110.3 43,116 52.2,116 C58,116 69.6,113.3 69.6,107.4 C69.6,104 66.4,99.7 53.8,99.7 C44.6,99.7 27.8,104.7 19.1,109.9 C10.4,115.1 0,124 0,136.9 C0,176.6 78.9,239.6 87.8,245.1 C [...]
+            </g>
+        </g>
+    </g>
+</svg>
\ No newline at end of file
diff --git a/logos/svg/datasketches-HorizontalBlack.svg b/logos/svg/datasketches-HorizontalBlack.svg
new file mode 100755
index 0000000..12bc29f
--- /dev/null
+++ b/logos/svg/datasketches-HorizontalBlack.svg
@@ -0,0 +1,31 @@
+<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="839" height="357" viewBox="0 0 839 357">
+  <title>ApacheDataSketch_ColorHorizontal</title>
+  <g>
+    <g>
+      <circle cx="93.7" cy="172.4" r="24.7"/>
+      <path d="M199.1,81.5c16.7-22.5,45-60.4,52.8-69.6,0-.2-18.2,5.4-18.2,5.4s-29.3,41.4-48.5,74.6-34.8,60.5-73,138.1c-10.4,21-22.2,16.3-38.3,1.8S19.2,180.7,19.2,156c0-29.4,21.9-36.5,37.6-39.6,8.8-1.8,12.1,1.2,12.1,3.5s-9,5.2-16.3,3.2c-2.1-.6,2,5.1,11.3,5.1,5.9,0,17.6-2.8,17.6-8.6,0-3.5-3.3-7.8-16-7.8-9.2,0-26.2,5-35,10.3s-19.2,14.1-19.2,27.2c0,40,79.6,103.5,88.5,109.1,0-.2-13.4,38.3-13.4,59.4,0,15.3,2.4,26.2,2.9,27.3s27.7-20.6,51.6-27.8,46.8-14.1,92.8-13.9c0,0-47.4-7.3-85-23.9-40.8-18.1 [...]
+    </g>
+    <g>
+      <path d="M205.6,185.1h26.7c21.6,0,32.3,14.7,32.3,36.4s-11.3,35.9-33,35.9h-26Zm25.6,63.6c16.4,0,23.1-10.6,23.1-27.2s-6-27.8-22.5-27.8H215.6v55Z"/>
+      <path d="M272.4,243.6c0-12.2,8.9-14.8,22.4-16.5,7.7-.8,12.6-2.1,12.6-7.4s-3.9-9.2-11.1-9.2-12.3,3.9-12.6,10.1H275c.4-8.8,7.1-16.7,21.2-16.7,4.9,0,9.3.9,12.6,2.8s7,7.2,7,14.2v24.4c0,4.2,1,6.4,5.5,5.5h.4v6.3a14.4,14.4,0,0,1-4.8.8c-5.6,0-8.3-2.7-9.3-8.2h-.1c-3.3,4.6-8.6,8.7-17.5,8.7S272.4,253.6,272.4,243.6Zm35.1-5.5v-8.5c-2.6,1.6-7.1,2.9-11.4,3.7-8.6,1.4-14.2,3-14.2,10.2s5.1,8.3,10.4,8.3C302.7,251.8,307.5,244.2,307.5,238.1Z"/>
+      <path d="M324.9,205.2h8.2V188.8H342v16.4h10.8v7H342v32.9c0,3.8,2.1,4.9,5.4,4.9a19.4,19.4,0,0,0,4.6-.7h.3v7.6a31.7,31.7,0,0,1-7.3.9c-7-.1-11.9-2.9-11.9-10.6v-35h-8.2Z"/>
+      <path d="M360.1,243.6c0-12.2,9-14.8,22.5-16.5,7.7-.8,12.6-2.1,12.6-7.4s-4-9.2-11.2-9.2-12.2,3.9-12.5,10.1h-8.8c.4-8.8,7.1-16.7,21.2-16.7,5,0,9.4.9,12.7,2.8s7,7.2,7,14.2v24.4c0,4.2.9,6.4,5.5,5.5h.4v6.3a15.1,15.1,0,0,1-4.9.8c-5.5,0-8.2-2.7-9.2-8.2h-.1c-3.3,4.6-8.6,8.7-17.5,8.7S360.1,253.6,360.1,243.6Zm35.2-5.5v-8.5c-2.6,1.6-7.2,2.9-11.5,3.7-8.5,1.4-14.1,3-14.1,10.2s5.1,8.3,10.4,8.3C390.5,251.8,395.3,244.2,395.3,238.1Z"/>
+      <path d="M413.7,234h9.8c1.2,10.8,8.4,16.9,21.5,16.9,9.6,0,16.6-4.3,16.6-13.1s-8.4-11.6-21-14.4-23.9-6.5-23.9-20.4c0-12.1,10.2-19.3,25.1-19.3,17.8,0,25.7,8.9,27.5,21.3h-9.6c-1.3-8.8-7.6-13.5-17.8-13.5s-15.8,3.9-15.8,11.1,7.9,10.1,18.8,12.3c14,2.8,26.7,6.4,26.7,22.6,0,13.7-11.3,21.3-26.9,21.3C424.5,258.8,414.5,247.8,413.7,234Z"/>
+      <path d="M498.6,229.9l-7.4,7v20.5h-9V185.1h9v34.3c0,1.8-.2,5.5-.3,8l22.6-22.2h11.3l-19.9,18.7,22.2,33.5H516.5Z"/>
+      <path d="M529.1,231.3c0-15.1,10.1-27.4,25-27.4,7.8,0,13.8,3,17.9,8.1s6.4,12.6,6.4,21.5h-40c.7,10.2,6.2,17.9,16.3,17.9,7.2,0,12.2-3.4,13.8-8.9h8.9c-2.4,9.7-10.7,16.3-22.8,16.3C538.6,258.8,529.1,246.6,529.1,231.3Zm9.5-4.3h30.2c-.5-10.1-5.6-16.1-14.7-16.1S539.7,217.7,538.6,227Z"/>
+      <path d="M583.9,205.2H592V188.8h9v16.4h10.8v7H601v32.9c0,3.8,2,4.9,5.3,4.9a18.6,18.6,0,0,0,4.6-.7h.3v7.6a31,31,0,0,1-7.3.9c-7-.1-11.9-2.9-11.9-10.6v-35h-8.1Z"/>
+      <path d="M617.9,231.3c0-15.1,9.8-27.4,25.5-27.4,12.5,0,20.7,7.1,22.5,18.3h-9c-1.3-6.8-6-11-13.5-11-10.7,0-16.3,8.9-16.3,20.1s5.6,20.1,16.3,20.1c8.1,0,13-4.7,13.7-12.5H666c-1.2,12.5-9.4,19.9-22.6,19.9C627.7,258.8,617.9,246.6,617.9,231.3Z"/>
+      <path d="M683.9,212.8h.3c3.9-5.6,9.1-8.9,16.7-8.9,10.9,0,17.6,6.1,17.6,17v36.5h-9V222c0-6.7-4.3-10.5-11.4-10.5s-13.9,5.7-13.9,14.1v31.8h-9.1V185.1h9.1V204C684.2,206.6,684,210.2,683.9,212.8Z"/>
+      <path d="M727.8,231.3c0-15.1,10-27.4,25-27.4,7.8,0,13.8,3,17.9,8.1s6.4,12.6,6.4,21.5h-40c.6,10.2,6.2,17.9,16.3,17.9,7.2,0,12.1-3.4,13.8-8.9H776c-2.3,9.7-10.7,16.3-22.7,16.3C737.2,258.8,727.8,246.6,727.8,231.3Zm9.4-4.3h30.3c-.5-10.1-5.7-16.1-14.7-16.1S738.4,217.7,737.2,227Z"/>
+      <path d="M783.4,241.5h9.2c1,7.6,6.9,10.1,14.3,10.1s11.8-3.6,11.8-8.2-4.4-7.2-13.6-9.1-19.4-4.2-19.4-15.7c0-8.9,6.9-14.6,19.1-14.6s19.6,6.1,20.8,15.2h-9c-.8-5.4-4.5-8.4-12-8.4s-10.1,3.3-10.1,7.3c0,5.5,5.1,6.5,13.9,8.3,10.4,2,19.3,4.3,19.3,16.5,0,10.6-8.7,16-21,16C792.4,258.9,784.2,252.1,783.4,241.5Z"/>
+    </g>
+    <g>
+      <path d="M248.5,135.7h6.9L268,170.4h-6.9l-2.7-8.3H245.2l-2.8,8.3h-6.5Zm-1.7,21.7h10l-2.7-8.1c-1.3-4.1-2.2-8.3-2.2-8.3h0s-1.2,5-2.3,8.3Z"/>
+      <path d="M271.4,145.5h5.8v3.7h.1a8.6,8.6,0,0,1,7.8-4.4c6.5,0,10.7,5.2,10.7,13.2s-4.2,13.2-10.9,13.2a8.7,8.7,0,0,1-7.6-4h-.1a47.2,47.2,0,0,1,.2,4.9v6.6h-6Zm18.4,12.6c0-4.9-2-8.5-6.1-8.5s-6.6,3.8-6.6,8.5,2.1,8.4,6.7,8.4S289.8,163,289.8,158.1Z"/>
+      <path d="M315.3,167.2h-.1a9.1,9.1,0,0,1-7.9,3.8c-4.8,0-8.5-2.5-8.5-7.4s4.3-7,10.3-7.7c4.1-.5,6.1-1.2,6.1-3.4s-1.5-3.6-4.5-3.6-4.9,1.6-5.1,4H300c.2-4.2,3.6-8.1,10.7-8.1,2.8,0,5,.4,6.7,1.5s3.5,3.7,3.5,7v13.2c0,2,.4,3.1.9,3.5v.4h-5.7A6.6,6.6,0,0,1,315.3,167.2Zm.1-5.9v-3.7a15.7,15.7,0,0,1-4.9,1.7c-3.6.7-5.7,1.4-5.7,4.2s2,3.4,4.3,3.4C313.1,166.9,315.4,164.1,315.4,161.3Z"/>
+      <path d="M325.1,158c0-7.4,4.9-13.2,12.6-13.2s10.3,3.6,11.2,9h-5.8a5.2,5.2,0,0,0-5.4-4.5c-4.3,0-6.6,3.6-6.6,8.7s2.3,8.5,6.6,8.5,5.2-1.9,5.6-5.2H349c-.3,5.8-4.6,9.8-11.3,9.8S325.1,165.3,325.1,158Z"/>
+      <path d="M358.7,149.1h.2a8.6,8.6,0,0,1,7.7-4.3c5.3,0,8.6,3.3,8.6,8.7v16.9h-6V154.5c0-3-1.7-4.8-4.7-4.8s-5.7,2.5-5.7,6.1v14.6h-5.9V135.7h5.9V145C358.8,145.7,358.8,147.6,358.7,149.1Z"/>
+      <path d="M379.1,158c0-7.4,5-13.2,12.4-13.2a11.5,11.5,0,0,1,8.6,3.5c2.4,2.6,3.6,6.5,3.5,11.1H385c.4,4.3,2.7,7.2,6.9,7.2s4.7-1.2,5.5-3.3h5.8c-1.3,4.5-5.3,7.8-11.4,7.8C383.9,171.1,379.1,165.3,379.1,158Zm6-2.3h12.4c-.2-4.1-2.4-6.6-6-6.6S385.6,151.8,385.1,155.7Z"/>
+    </g>
+  </g>
+</svg>
diff --git a/logos/svg/datasketches-HorizontalColor-TM.svg b/logos/svg/datasketches-HorizontalColor-TM.svg
new file mode 100644
index 0000000..fc64278
--- /dev/null
+++ b/logos/svg/datasketches-HorizontalColor-TM.svg
@@ -0,0 +1,101 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="845px" height="335px" viewBox="0 0 845 335" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <title>datasketches-HorizontalColor-1 copy</title>
+    <defs>
+        <linearGradient x1="-112.024291%" y1="-84.3319838%" x2="285.668016%" y2="245.769231%" id="linearGradient-1">
+            <stop stop-color="#C70000" offset="0%"></stop>
+            <stop stop-color="#FFA017" offset="0%"></stop>
+            <stop stop-color="#C70000" offset="100%"></stop>
+        </linearGradient>
+        <linearGradient x1="30.6029616%" y1="17.9793032%" x2="73.1668191%" y2="66.9161871%" id="linearGradient-2">
+            <stop stop-color="#C70000" offset="0%"></stop>
+            <stop stop-color="#FFA017" offset="0%"></stop>
+            <stop stop-color="#C90501" offset="71%"></stop>
+            <stop stop-color="#4D0000" offset="100%"></stop>
+        </linearGradient>
+        <linearGradient x1="-5.83644355%" y1="73.3288948%" x2="272.308914%" y2="-41.2250333%" id="linearGradient-3">
+            <stop stop-color="#C70000" offset="0%"></stop>
+            <stop stop-color="#FFA017" offset="0%"></stop>
+            <stop stop-color="#C90501" offset="71%"></stop>
+            <stop stop-color="#4D0000" offset="100%"></stop>
+        </linearGradient>
+        <linearGradient x1="-45.1634786%" y1="98.6168741%" x2="187.561432%" y2="-20.373444%" id="linearGradient-4">
+            <stop stop-color="#C70000" offset="0%"></stop>
+            <stop stop-color="#FFA017" offset="0%"></stop>
+            <stop stop-color="#C90501" offset="71%"></stop>
+            <stop stop-color="#4D0000" offset="100%"></stop>
+        </linearGradient>
+        <linearGradient x1="-199.247149%" y1="138.70674%" x2="243.927956%" y2="-17.996357%" id="linearGradient-5">
+            <stop stop-color="#C70000" offset="0%"></stop>
+            <stop stop-color="#FFA017" offset="0%"></stop>
+            <stop stop-color="#C90501" offset="71%"></stop>
+            <stop stop-color="#4D0000" offset="100%"></stop>
+        </linearGradient>
+        <linearGradient x1="-64.0671078%" y1="140.608696%" x2="94.7068053%" y2="15.9275362%" id="linearGradient-6">
+            <stop stop-color="#C70000" offset="0%"></stop>
+            <stop stop-color="#FFA017" offset="0%"></stop>
+            <stop stop-color="#C90501" offset="71%"></stop>
+            <stop stop-color="#4D0000" offset="100%"></stop>
+        </linearGradient>
+        <linearGradient x1="-320.94648%" y1="185.409836%" x2="111.441402%" y2="28.7067395%" id="linearGradient-7">
+            <stop stop-color="#C70000" offset="0%"></stop>
+            <stop stop-color="#FFA017" offset="0%"></stop>
+            <stop stop-color="#C90501" offset="71%"></stop>
+            <stop stop-color="#4D0000" offset="100%"></stop>
+        </linearGradient>
+        <linearGradient x1="-186.905854%" y1="175.283541%" x2="38.044283%" y2="56.2932227%" id="linearGradient-8">
+            <stop stop-color="#C70000" offset="0%"></stop>
+            <stop stop-color="#FFA017" offset="0%"></stop>
+            <stop stop-color="#C90501" offset="71%"></stop>
+            <stop stop-color="#4D0000" offset="100%"></stop>
+        </linearGradient>
+        <linearGradient x1="-494.490032%" y1="243.096539%" x2="-51.314926%" y2="86.3934426%" id="linearGradient-9">
+            <stop stop-color="#C70000" offset="0%"></stop>
+            <stop stop-color="#FFA017" offset="0%"></stop>
+            <stop stop-color="#C90501" offset="71%"></stop>
+            <stop stop-color="#4D0000" offset="100%"></stop>
+        </linearGradient>
+        <linearGradient x1="-510.185899%" y1="270.728597%" x2="-111.957558%" y2="114.025501%" id="linearGradient-10">
+            <stop stop-color="#C70000" offset="0%"></stop>
+            <stop stop-color="#FFA017" offset="0%"></stop>
+            <stop stop-color="#C90501" offset="71%"></stop>
+            <stop stop-color="#4D0000" offset="100%"></stop>
+        </linearGradient>
+    </defs>
+    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+        <g id="datasketches-HorizontalColor-1" fill-rule="nonzero">
+            <g id="Group">
+                <circle id="Oval" fill="url(#linearGradient-1)" cx="82.7" cy="161.4" r="24.7"></circle>
+                <path d="M188.1,70.5 C204.8,48 233.1,10.1 240.9,0.9 C240.9,0.7 222.7,6.3 222.7,6.3 C222.7,6.3 193.4,47.7 174.2,80.9 C155,114.1 139.4,141.4 101.2,219 C90.8,240 79,235.3 62.9,220.8 C46.8,206.3 8.2,169.7 8.2,145 C8.2,115.6 30.1,108.5 45.8,105.4 C54.6,103.6 57.9,106.6 57.9,108.9 C57.9,111.2 48.9,114.1 41.6,112.1 C39.5,111.5 43.6,117.2 52.9,117.2 C58.8,117.2 70.5,114.4 70.5,108.6 C70.5,105.1 67.2,100.8 54.5,100.8 C45.3,100.8 28.3,105.8 19.5,111.1 C10.7,116.4 0.3,125.2 0.3,138. [...]
+            </g>
+            <g id="Group" transform="translate(194.000000, 172.000000)">
+                <path d="M0.6,2.1 L27.3,2.1 C48.9,2.1 59.6,16.8 59.6,38.5 C59.6,60.2 48.3,74.4 26.6,74.4 L0.6,74.4 L0.6,2.1 Z M26.2,65.7 C42.6,65.7 49.3,55.1 49.3,38.5 C49.3,21.9 43.3,10.7 26.8,10.7 L10.6,10.7 L10.6,65.7 L26.2,65.7 Z" id="Shape" fill="#4D0000"></path>
+                <path d="M67.4,60.6 C67.4,48.4 76.3,45.8 89.8,44.1 C97.5,43.3 102.4,42 102.4,36.7 C102.4,31.4 98.5,27.5 91.3,27.5 C84.1,27.5 79,31.4 78.7,37.6 L70,37.6 C70.4,28.8 77.1,20.9 91.2,20.9 C96.1,20.9 100.5,21.8 103.8,23.7 C107.1,25.6 110.8,30.9 110.8,37.9 L110.8,62.3 C110.8,66.5 111.8,68.7 116.3,67.8 L116.7,67.8 L116.7,74.1 C115.15697,74.6370383 113.533798,74.9075669 111.9,74.9 C106.3,74.9 103.6,72.2 102.6,66.7 L102.5,66.7 C99.2,71.3 93.9,75.4 85,75.4 C76.1,75.4 67.4,70.6 67.4, [...]
+                <path d="M119.9,22.2 L128.1,22.2 L128.1,5.8 L137,5.8 L137,22.2 L147.8,22.2 L147.8,29.2 L137,29.2 L137,62.1 C137,65.9 139.1,67 142.4,67 C143.955864,66.9520573 145.500302,66.7170339 147,66.3 L147.3,66.3 L147.3,73.9 C144.909832,74.4822401 142.460012,74.7842727 140,74.8 C133,74.7 128.1,71.9 128.1,64.2 L128.1,29.2 L119.9,29.2 L119.9,22.2 Z" id="Path" fill="#4D0000"></path>
+                <path d="M155.1,60.6 C155.1,48.4 164.1,45.8 177.6,44.1 C185.3,43.3 190.2,42 190.2,36.7 C190.2,31.4 186.2,27.5 179,27.5 C171.8,27.5 166.8,31.4 166.5,37.6 L157.7,37.6 C158.1,28.8 164.8,20.9 178.9,20.9 C183.9,20.9 188.3,21.8 191.6,23.7 C194.9,25.6 198.6,30.9 198.6,37.9 L198.6,62.3 C198.6,66.5 199.5,68.7 204.1,67.8 L204.5,67.8 L204.5,74.1 C202.921995,74.6351992 201.266286,74.905519 199.6,74.9 C194.1,74.9 191.4,72.2 190.4,66.7 L190.3,66.7 C187,71.3 181.7,75.4 172.8,75.4 C163.9 [...]
+                <path d="M208.7,51 L218.5,51 C219.7,61.8 226.9,67.9 240,67.9 C249.6,67.9 256.6,63.6 256.6,54.8 C256.6,46 248.2,43.2 235.6,40.4 C223,37.6 211.7,33.9 211.7,20 C211.7,7.9 221.9,0.7 236.8,0.7 C254.6,0.7 262.5,9.6 264.3,22 L254.7,22 C253.4,13.2 247.1,8.5 236.9,8.5 C226.7,8.5 221.1,12.4 221.1,19.6 C221.1,26.8 229,29.7 239.9,31.9 C253.9,34.7 266.6,38.3 266.6,54.5 C266.6,68.2 255.3,75.8 239.7,75.8 C219.5,75.8 209.5,64.8 208.7,51 Z" id="Path" fill="url(#linearGradient-3)"></path>
+                <path d="M293.6,46.9 L286.2,53.9 L286.2,74.4 L277.2,74.4 L277.2,2.1 L286.2,2.1 L286.2,36.4 C286.2,38.2 286,41.9 285.9,44.4 L308.5,22.2 L319.8,22.2 L299.9,40.9 L322.1,74.4 L311.5,74.4 L293.6,46.9 Z" id="Path" fill="url(#linearGradient-4)"></path>
+                <path d="M324.1,48.3 C324.1,33.2 334.2,20.9 349.1,20.9 C356.9,20.9 362.9,23.9 367,29 C371.1,34.1 373.4,41.6 373.4,50.5 L333.4,50.5 C334.1,60.7 339.6,68.4 349.7,68.4 C356.9,68.4 361.9,65 363.5,59.5 L372.4,59.5 C370,69.2 361.7,75.8 349.6,75.8 C333.6,75.8 324.1,63.6 324.1,48.3 Z M333.6,44 L363.8,44 C363.3,33.9 358.2,27.9 349.1,27.9 C340,27.9 334.7,34.7 333.6,44 Z" id="Shape" fill="url(#linearGradient-5)"></path>
+                <path d="M378.9,22.2 L387,22.2 L387,5.8 L396,5.8 L396,22.2 L406.8,22.2 L406.8,29.2 L396,29.2 L396,62.1 C396,65.9 398,67 401.3,67 C402.856589,66.9601311 404.402012,66.7249581 405.9,66.3 L406.2,66.3 L406.2,73.9 C403.811005,74.4886345 401.360427,74.7907605 398.9,74.8 C391.9,74.7 387,71.9 387,64.2 L387,29.2 L378.9,29.2 L378.9,22.2 Z" id="Path" fill="url(#linearGradient-6)"></path>
+                <path d="M412.9,48.3 C412.9,33.2 422.7,20.9 438.4,20.9 C450.9,20.9 459.1,28 460.9,39.2 L451.9,39.2 C450.6,32.4 445.9,28.2 438.4,28.2 C427.7,28.2 422.1,37.1 422.1,48.3 C422.1,59.5 427.7,68.4 438.4,68.4 C446.5,68.4 451.4,63.7 452.1,55.9 L461,55.9 C459.8,68.4 451.6,75.8 438.4,75.8 C422.7,75.8 412.9,63.6 412.9,48.3 Z" id="Path" fill="url(#linearGradient-7)"></path>
+                <path d="M478.9,29.8 L479.2,29.8 C483.1,24.2 488.3,20.9 495.9,20.9 C506.8,20.9 513.5,27 513.5,37.9 L513.5,74.4 L504.5,74.4 L504.5,39 C504.5,32.3 500.2,28.5 493.1,28.5 C486,28.5 479.2,34.2 479.2,42.6 L479.2,74.4 L470.1,74.4 L470.1,2.1 L479.2,2.1 L479.2,21 C479.2,23.6 479,27.2 478.9,29.8 Z" id="Path" fill="url(#linearGradient-8)"></path>
+                <path d="M522.8,48.3 C522.8,33.2 532.8,20.9 547.8,20.9 C555.6,20.9 561.6,23.9 565.7,29 C569.8,34.1 572.1,41.6 572.1,50.5 L532.1,50.5 C532.7,60.7 538.3,68.4 548.4,68.4 C555.6,68.4 560.5,65 562.2,59.5 L571,59.5 C568.7,69.2 560.3,75.8 548.3,75.8 C532.2,75.8 522.8,63.6 522.8,48.3 Z M532.2,44 L562.5,44 C562,33.9 556.8,27.9 547.8,27.9 C538.8,27.9 533.4,34.7 532.2,44 L532.2,44 Z" id="Shape" fill="url(#linearGradient-9)"></path>
+                <path d="M578.4,58.5 L587.6,58.5 C588.6,66.1 594.5,68.6 601.9,68.6 C609.3,68.6 613.7,65 613.7,60.4 C613.7,55.8 609.3,53.2 600.1,51.3 C590.9,49.4 580.7,47.1 580.7,35.6 C580.7,26.7 587.6,21 599.8,21 C612,21 619.4,27.1 620.6,36.2 L611.6,36.2 C610.8,30.8 607.1,27.8 599.6,27.8 C592.1,27.8 589.5,31.1 589.5,35.1 C589.5,40.6 594.6,41.6 603.4,43.4 C613.8,45.4 622.7,47.7 622.7,59.9 C622.7,70.5 614,75.9 601.7,75.9 C587.4,75.9 579.2,69.1 578.4,58.5 Z" id="Path" fill="url(#linearGradi [...]
+            </g>
+            <g id="Group" transform="translate(224.000000, 124.000000)" fill="#4D0000">
+                <path d="M13.5,0.7 L20.4,0.7 L33,35.4 L26.1,35.4 L23.4,27.1 L10.2,27.1 L7.4,35.4 L0.9,35.4 L13.5,0.7 Z M11.8,22.4 L21.8,22.4 L19.1,14.3 C17.8,10.2 16.9,6 16.9,6 L16.9,6 C16.9,6 15.7,11 14.6,14.3 L11.8,22.4 Z" id="Shape"></path>
+                <path d="M36.4,10.5 L42.2,10.5 L42.2,14.2 L42.3,14.2 C43.8710069,11.3885126 46.8812237,9.69044155 50.1,9.8 C56.6,9.8 60.8,15 60.8,23 C60.8,31 56.6,36.2 49.9,36.2 C46.8392413,36.2971449 43.9528047,34.7779677 42.3,32.2 L42.2,32.2 C42.3515306,33.8287642 42.4182874,35.4643045 42.4,37.1 L42.4,43.7 L36.4,43.7 L36.4,10.5 Z M54.8,23.1 C54.8,18.2 52.8,14.6 48.7,14.6 C44.6,14.6 42.1,18.4 42.1,23.1 C42.1,27.8 44.2,31.5 48.8,31.5 C53.4,31.5 54.8,28 54.8,23.1 L54.8,23.1 Z" id="Shape"></path>
+                <path d="M80.3,32.2 L80.2,32.2 C78.3905203,34.7351814 75.410124,36.1687897 72.3,36 C67.5,36 63.8,33.5 63.8,28.6 C63.8,23.7 68.1,21.6 74.1,20.9 C78.2,20.4 80.2,19.7 80.2,17.5 C80.2,15.3 78.7,13.9 75.7,13.9 C72.7,13.9 70.8,15.5 70.6,17.9 L65,17.9 C65.2,13.7 68.6,9.8 75.7,9.8 C78.5,9.8 80.7,10.2 82.4,11.3 C84.1,12.4 85.9,15 85.9,18.3 L85.9,31.5 C85.9,33.5 86.3,34.6 86.8,35 L86.8,35.4 L81.1,35.4 C80.5667911,34.4182359 80.2915282,33.3171843 80.3,32.2 Z M80.4,26.3 L80.4,22.6 C7 [...]
+                <path d="M90.1,23 C90.1,15.6 95,9.8 102.7,9.8 C110.4,9.8 113,13.4 113.9,18.8 L108.1,18.8 C107.739864,16.1263127 105.394799,14.1720917 102.7,14.3 C98.4,14.3 96.1,17.9 96.1,23 C96.1,28.1 98.4,31.5 102.7,31.5 C107,31.5 107.9,29.6 108.3,26.3 L114,26.3 C113.7,32.1 109.4,36.1 102.7,36.1 C96,36.1 90.1,30.3 90.1,23 Z" id="Path"></path>
+                <path d="M123.7,14.1 L123.9,14.1 C125.480425,11.3595352 128.437813,9.70800656 131.6,9.8 C136.9,9.8 140.2,13.1 140.2,18.5 L140.2,35.4 L134.2,35.4 L134.2,19.5 C134.2,16.5 132.5,14.7 129.5,14.7 C126.5,14.7 123.8,17.2 123.8,20.8 L123.8,35.4 L117.9,35.4 L117.9,0.7 L123.8,0.7 L123.8,10 C123.8,10.7 123.8,12.6 123.7,14.1 Z" id="Path"></path>
+                <path d="M144.1,23 C144.1,15.6 149.1,9.8 156.5,9.8 C159.731168,9.70612997 162.852646,10.9764991 165.1,13.3 C167.5,15.9 168.7,19.8 168.6,24.4 L150,24.4 C150.4,28.7 152.7,31.6 156.9,31.6 C161.1,31.6 161.6,30.4 162.4,28.3 L168.2,28.3 C166.9,32.8 162.9,36.1 156.8,36.1 C148.9,36.1 144.1,30.3 144.1,23 Z M150.1,20.7 L162.5,20.7 C162.3,16.6 160.1,14.1 156.5,14.1 C152.9,14.1 150.6,16.8 150.1,20.7 Z" id="Shape"></path>
+            </g>
+        </g>
+        <text id="TM" font-family="Helvetica-Bold, Helvetica" font-size="24" font-weight="bold" fill="#4E0100">
+            <tspan x="810" y="189">TM</tspan>
+        </text>
+        <text id="®" font-family="Helvetica" font-size="24" font-weight="normal" fill="#4E0100">
+            <tspan x="395" y="134">®</tspan>
+        </text>
+    </g>
+</svg>
\ No newline at end of file
diff --git a/logos/svg/datasketches-HorizontalColor.svg b/logos/svg/datasketches-HorizontalColor.svg
new file mode 100755
index 0000000..66fc1dd
--- /dev/null
+++ b/logos/svg/datasketches-HorizontalColor.svg
@@ -0,0 +1,52 @@
+<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="839" height="357" viewBox="0 0 839 357">
+  <defs>
+    <linearGradient id="linear-gradient" x1="13.66" y1="106.04" x2="210.12" y2="269.11" gradientUnits="userSpaceOnUse">
+      <stop offset="0" stop-color="#c70000"/>
+      <stop offset="0" stop-color="#ffa017"/>
+      <stop offset="1" stop-color="#c70000"/>
+    </linearGradient>
+    <linearGradient id="linear-gradient-2" x1="42.07" y1="71.81" x2="238.53" y2="234.89" gradientUnits="userSpaceOnUse">
+      <stop offset="0" stop-color="#c70000"/>
+      <stop offset="0" stop-color="#ffa017"/>
+      <stop offset="0.71" stop-color="#c90501"/>
+      <stop offset="1" stop-color="#4d0000"/>
+    </linearGradient>
+    <linearGradient id="linear-gradient-3" x1="388.26" y1="238.77" x2="659.2" y2="152.74" xlink:href="#linear-gradient-2"/>
+    <linearGradient id="linear-gradient-4" x1="393.86" y1="256.4" x2="664.8" y2="170.37" xlink:href="#linear-gradient-2"/>
+    <linearGradient id="linear-gradient-5" x1="401.37" y1="280.05" x2="672.31" y2="194.02" xlink:href="#linear-gradient-2"/>
+    <linearGradient id="linear-gradient-6" x1="403.2" y1="285.82" x2="674.14" y2="199.79" xlink:href="#linear-gradient-2"/>
+    <linearGradient id="linear-gradient-7" x1="409.51" y1="305.69" x2="680.45" y2="219.66" xlink:href="#linear-gradient-2"/>
+    <linearGradient id="linear-gradient-8" x1="411.46" y1="311.83" x2="682.4" y2="225.8" xlink:href="#linear-gradient-2"/>
+    <linearGradient id="linear-gradient-9" x1="419.57" y1="337.36" x2="690.51" y2="251.33" xlink:href="#linear-gradient-2"/>
+    <linearGradient id="linear-gradient-10" x1="424.42" y1="352.63" x2="695.36" y2="266.6" xlink:href="#linear-gradient-2"/>
+  </defs>
+  <title>ApacheDataSketch_ColorHorizontal</title>
+  <g>
+    <g>
+      <circle cx="93.7" cy="172.4" r="24.7" fill="url(#linear-gradient)"/>
+      <path d="M199.1,81.5c16.7-22.5,45-60.4,52.8-69.6,0-.2-18.2,5.4-18.2,5.4s-29.3,41.4-48.5,74.6-34.8,60.5-73,138.1c-10.4,21-22.2,16.3-38.3,1.8S19.2,180.7,19.2,156c0-29.4,21.9-36.5,37.6-39.6,8.8-1.8,12.1,1.2,12.1,3.5s-9,5.2-16.3,3.2c-2.1-.6,2,5.1,11.3,5.1,5.9,0,17.6-2.8,17.6-8.6,0-3.5-3.3-7.8-16-7.8-9.2,0-26.2,5-35,10.3s-19.2,14.1-19.2,27.2c0,40,79.6,103.5,88.5,109.1,0-.2-13.4,38.3-13.4,59.4,0,15.3,2.4,26.2,2.9,27.3s27.7-20.6,51.6-27.8,46.8-14.1,92.8-13.9c0,0-47.4-7.3-85-23.9-40.8-18.1 [...]
+    </g>
+    <g>
+      <path d="M205.6,185.1h26.7c21.6,0,32.3,14.7,32.3,36.4s-11.3,35.9-33,35.9h-26Zm25.6,63.6c16.4,0,23.1-10.6,23.1-27.2s-6-27.8-22.5-27.8H215.6v55Z" fill="#4d0000"/>
+      <path d="M272.4,243.6c0-12.2,8.9-14.8,22.4-16.5,7.7-.8,12.6-2.1,12.6-7.4s-3.9-9.2-11.1-9.2-12.3,3.9-12.6,10.1H275c.4-8.8,7.1-16.7,21.2-16.7,4.9,0,9.3.9,12.6,2.8s7,7.2,7,14.2v24.4c0,4.2,1,6.4,5.5,5.5h.4v6.3a14.4,14.4,0,0,1-4.8.8c-5.6,0-8.3-2.7-9.3-8.2h-.1c-3.3,4.6-8.6,8.7-17.5,8.7S272.4,253.6,272.4,243.6Zm35.1-5.5v-8.5c-2.6,1.6-7.1,2.9-11.4,3.7-8.6,1.4-14.2,3-14.2,10.2s5.1,8.3,10.4,8.3C302.7,251.8,307.5,244.2,307.5,238.1Z" fill="#4d0000"/>
+      <path d="M324.9,205.2h8.2V188.8H342v16.4h10.8v7H342v32.9c0,3.8,2.1,4.9,5.4,4.9a19.4,19.4,0,0,0,4.6-.7h.3v7.6a31.7,31.7,0,0,1-7.3.9c-7-.1-11.9-2.9-11.9-10.6v-35h-8.2Z" fill="#4d0000"/>
+      <path d="M360.1,243.6c0-12.2,9-14.8,22.5-16.5,7.7-.8,12.6-2.1,12.6-7.4s-4-9.2-11.2-9.2-12.2,3.9-12.5,10.1h-8.8c.4-8.8,7.1-16.7,21.2-16.7,5,0,9.4.9,12.7,2.8s7,7.2,7,14.2v24.4c0,4.2.9,6.4,5.5,5.5h.4v6.3a15.1,15.1,0,0,1-4.9.8c-5.5,0-8.2-2.7-9.2-8.2h-.1c-3.3,4.6-8.6,8.7-17.5,8.7S360.1,253.6,360.1,243.6Zm35.2-5.5v-8.5c-2.6,1.6-7.2,2.9-11.5,3.7-8.5,1.4-14.1,3-14.1,10.2s5.1,8.3,10.4,8.3C390.5,251.8,395.3,244.2,395.3,238.1Z" fill="#4d0000"/>
+      <path d="M413.7,234h9.8c1.2,10.8,8.4,16.9,21.5,16.9,9.6,0,16.6-4.3,16.6-13.1s-8.4-11.6-21-14.4-23.9-6.5-23.9-20.4c0-12.1,10.2-19.3,25.1-19.3,17.8,0,25.7,8.9,27.5,21.3h-9.6c-1.3-8.8-7.6-13.5-17.8-13.5s-15.8,3.9-15.8,11.1,7.9,10.1,18.8,12.3c14,2.8,26.7,6.4,26.7,22.6,0,13.7-11.3,21.3-26.9,21.3C424.5,258.8,414.5,247.8,413.7,234Z" fill="url(#linear-gradient-3)"/>
+      <path d="M498.6,229.9l-7.4,7v20.5h-9V185.1h9v34.3c0,1.8-.2,5.5-.3,8l22.6-22.2h11.3l-19.9,18.7,22.2,33.5H516.5Z" fill="url(#linear-gradient-4)"/>
+      <path d="M529.1,231.3c0-15.1,10.1-27.4,25-27.4,7.8,0,13.8,3,17.9,8.1s6.4,12.6,6.4,21.5h-40c.7,10.2,6.2,17.9,16.3,17.9,7.2,0,12.2-3.4,13.8-8.9h8.9c-2.4,9.7-10.7,16.3-22.8,16.3C538.6,258.8,529.1,246.6,529.1,231.3Zm9.5-4.3h30.2c-.5-10.1-5.6-16.1-14.7-16.1S539.7,217.7,538.6,227Z" fill="url(#linear-gradient-5)"/>
+      <path d="M583.9,205.2H592V188.8h9v16.4h10.8v7H601v32.9c0,3.8,2,4.9,5.3,4.9a18.6,18.6,0,0,0,4.6-.7h.3v7.6a31,31,0,0,1-7.3.9c-7-.1-11.9-2.9-11.9-10.6v-35h-8.1Z" fill="url(#linear-gradient-6)"/>
+      <path d="M617.9,231.3c0-15.1,9.8-27.4,25.5-27.4,12.5,0,20.7,7.1,22.5,18.3h-9c-1.3-6.8-6-11-13.5-11-10.7,0-16.3,8.9-16.3,20.1s5.6,20.1,16.3,20.1c8.1,0,13-4.7,13.7-12.5H666c-1.2,12.5-9.4,19.9-22.6,19.9C627.7,258.8,617.9,246.6,617.9,231.3Z" fill="url(#linear-gradient-7)"/>
+      <path d="M683.9,212.8h.3c3.9-5.6,9.1-8.9,16.7-8.9,10.9,0,17.6,6.1,17.6,17v36.5h-9V222c0-6.7-4.3-10.5-11.4-10.5s-13.9,5.7-13.9,14.1v31.8h-9.1V185.1h9.1V204C684.2,206.6,684,210.2,683.9,212.8Z" fill="url(#linear-gradient-8)"/>
+      <path d="M727.8,231.3c0-15.1,10-27.4,25-27.4,7.8,0,13.8,3,17.9,8.1s6.4,12.6,6.4,21.5h-40c.6,10.2,6.2,17.9,16.3,17.9,7.2,0,12.1-3.4,13.8-8.9H776c-2.3,9.7-10.7,16.3-22.7,16.3C737.2,258.8,727.8,246.6,727.8,231.3Zm9.4-4.3h30.3c-.5-10.1-5.7-16.1-14.7-16.1S738.4,217.7,737.2,227Z" fill="url(#linear-gradient-9)"/>
+      <path d="M783.4,241.5h9.2c1,7.6,6.9,10.1,14.3,10.1s11.8-3.6,11.8-8.2-4.4-7.2-13.6-9.1-19.4-4.2-19.4-15.7c0-8.9,6.9-14.6,19.1-14.6s19.6,6.1,20.8,15.2h-9c-.8-5.4-4.5-8.4-12-8.4s-10.1,3.3-10.1,7.3c0,5.5,5.1,6.5,13.9,8.3,10.4,2,19.3,4.3,19.3,16.5,0,10.6-8.7,16-21,16C792.4,258.9,784.2,252.1,783.4,241.5Z" fill="url(#linear-gradient-10)"/>
+    </g>
+    <g>
+      <path d="M248.5,135.7h6.9L268,170.4h-6.9l-2.7-8.3H245.2l-2.8,8.3h-6.5Zm-1.7,21.7h10l-2.7-8.1c-1.3-4.1-2.2-8.3-2.2-8.3h0s-1.2,5-2.3,8.3Z" fill="#4d0000"/>
+      <path d="M271.4,145.5h5.8v3.7h.1a8.6,8.6,0,0,1,7.8-4.4c6.5,0,10.7,5.2,10.7,13.2s-4.2,13.2-10.9,13.2a8.7,8.7,0,0,1-7.6-4h-.1a47.2,47.2,0,0,1,.2,4.9v6.6h-6Zm18.4,12.6c0-4.9-2-8.5-6.1-8.5s-6.6,3.8-6.6,8.5,2.1,8.4,6.7,8.4S289.8,163,289.8,158.1Z" fill="#4d0000"/>
+      <path d="M315.3,167.2h-.1a9.1,9.1,0,0,1-7.9,3.8c-4.8,0-8.5-2.5-8.5-7.4s4.3-7,10.3-7.7c4.1-.5,6.1-1.2,6.1-3.4s-1.5-3.6-4.5-3.6-4.9,1.6-5.1,4H300c.2-4.2,3.6-8.1,10.7-8.1,2.8,0,5,.4,6.7,1.5s3.5,3.7,3.5,7v13.2c0,2,.4,3.1.9,3.5v.4h-5.7A6.6,6.6,0,0,1,315.3,167.2Zm.1-5.9v-3.7a15.7,15.7,0,0,1-4.9,1.7c-3.6.7-5.7,1.4-5.7,4.2s2,3.4,4.3,3.4C313.1,166.9,315.4,164.1,315.4,161.3Z" fill="#4d0000"/>
+      <path d="M325.1,158c0-7.4,4.9-13.2,12.6-13.2s10.3,3.6,11.2,9h-5.8a5.2,5.2,0,0,0-5.4-4.5c-4.3,0-6.6,3.6-6.6,8.7s2.3,8.5,6.6,8.5,5.2-1.9,5.6-5.2H349c-.3,5.8-4.6,9.8-11.3,9.8S325.1,165.3,325.1,158Z" fill="#4d0000"/>
+      <path d="M358.7,149.1h.2a8.6,8.6,0,0,1,7.7-4.3c5.3,0,8.6,3.3,8.6,8.7v16.9h-6V154.5c0-3-1.7-4.8-4.7-4.8s-5.7,2.5-5.7,6.1v14.6h-5.9V135.7h5.9V145C358.8,145.7,358.8,147.6,358.7,149.1Z" fill="#4d0000"/>
+      <path d="M379.1,158c0-7.4,5-13.2,12.4-13.2a11.5,11.5,0,0,1,8.6,3.5c2.4,2.6,3.6,6.5,3.5,11.1H385c.4,4.3,2.7,7.2,6.9,7.2s4.7-1.2,5.5-3.3h5.8c-1.3,4.5-5.3,7.8-11.4,7.8C383.9,171.1,379.1,165.3,379.1,158Zm6-2.3h12.4c-.2-4.1-2.4-6.6-6-6.6S385.6,151.8,385.1,155.7Z" fill="#4d0000"/>
+    </g>
+  </g>
+</svg>
diff --git a/logos/svg/datasketches-HorizontalWhite.svg b/logos/svg/datasketches-HorizontalWhite.svg
new file mode 100755
index 0000000..69a0e4a
--- /dev/null
+++ b/logos/svg/datasketches-HorizontalWhite.svg
@@ -0,0 +1,31 @@
+<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="839" height="357" viewBox="0 0 839 357">
+  <title>ApacheDataSketch_HorizontalWhite</title>
+  <g>
+    <g>
+      <circle cx="93.7" cy="172.4" r="24.7" fill="#fff"/>
+      <path d="M199.1,81.5c16.7-22.5,45-60.4,52.8-69.6,0-.2-18.2,5.4-18.2,5.4s-29.3,41.4-48.5,74.6-34.8,60.5-73,138.1c-10.4,21-22.2,16.3-38.3,1.8S19.2,180.7,19.2,156c0-29.4,21.9-36.5,37.6-39.6,8.8-1.8,12.1,1.2,12.1,3.5s-9,5.2-16.3,3.2c-2.1-.6,2,5.1,11.3,5.1,5.9,0,17.6-2.8,17.6-8.6,0-3.5-3.3-7.8-16-7.8-9.2,0-26.2,5-35,10.3s-19.2,14.1-19.2,27.2c0,40,79.6,103.5,88.5,109.1,0-.2-13.4,38.3-13.4,59.4,0,15.3,2.4,26.2,2.9,27.3s27.7-20.6,51.6-27.8,46.8-14.1,92.8-13.9c0,0-47.4-7.3-85-23.9-40.8-18.1 [...]
+    </g>
+    <g>
+      <path d="M205.6,185.1h26.7c21.6,0,32.3,14.7,32.3,36.4s-11.3,35.9-33,35.9h-26Zm25.6,63.6c16.4,0,23.1-10.6,23.1-27.2s-6-27.8-22.5-27.8H215.6v55Z" fill="#fff"/>
+      <path d="M272.4,243.6c0-12.2,8.9-14.8,22.4-16.5,7.7-.8,12.6-2.1,12.6-7.4s-3.9-9.2-11.1-9.2-12.3,3.9-12.6,10.1H275c.4-8.8,7.1-16.7,21.2-16.7,4.9,0,9.3.9,12.6,2.8s7,7.2,7,14.2v24.4c0,4.2,1,6.4,5.5,5.5h.4v6.3a14.4,14.4,0,0,1-4.8.8c-5.6,0-8.3-2.7-9.3-8.2h-.1c-3.3,4.6-8.6,8.7-17.5,8.7S272.4,253.6,272.4,243.6Zm35.1-5.5v-8.5c-2.6,1.6-7.1,2.9-11.4,3.7-8.6,1.4-14.2,3-14.2,10.2s5.1,8.3,10.4,8.3C302.7,251.8,307.5,244.2,307.5,238.1Z" fill="#fff"/>
+      <path d="M324.9,205.2h8.2V188.8H342v16.4h10.8v7H342v32.9c0,3.8,2.1,4.9,5.4,4.9a19.4,19.4,0,0,0,4.6-.7h.3v7.6a31.7,31.7,0,0,1-7.3.9c-7-.1-11.9-2.9-11.9-10.6v-35h-8.2Z" fill="#fff"/>
+      <path d="M360.1,243.6c0-12.2,9-14.8,22.5-16.5,7.7-.8,12.6-2.1,12.6-7.4s-4-9.2-11.2-9.2-12.2,3.9-12.5,10.1h-8.8c.4-8.8,7.1-16.7,21.2-16.7,5,0,9.4.9,12.7,2.8s7,7.2,7,14.2v24.4c0,4.2.9,6.4,5.5,5.5h.4v6.3a15.1,15.1,0,0,1-4.9.8c-5.5,0-8.2-2.7-9.2-8.2h-.1c-3.3,4.6-8.6,8.7-17.5,8.7S360.1,253.6,360.1,243.6Zm35.2-5.5v-8.5c-2.6,1.6-7.2,2.9-11.5,3.7-8.5,1.4-14.1,3-14.1,10.2s5.1,8.3,10.4,8.3C390.5,251.8,395.3,244.2,395.3,238.1Z" fill="#fff"/>
+      <path d="M413.7,234h9.8c1.2,10.8,8.4,16.9,21.5,16.9,9.6,0,16.6-4.3,16.6-13.1s-8.4-11.6-21-14.4-23.9-6.5-23.9-20.4c0-12.1,10.2-19.3,25.1-19.3,17.8,0,25.7,8.9,27.5,21.3h-9.6c-1.3-8.8-7.6-13.5-17.8-13.5s-15.8,3.9-15.8,11.1,7.9,10.1,18.8,12.3c14,2.8,26.7,6.4,26.7,22.6,0,13.7-11.3,21.3-26.9,21.3C424.5,258.8,414.5,247.8,413.7,234Z" fill="#fff"/>
+      <path d="M498.6,229.9l-7.4,7v20.5h-9V185.1h9v34.3c0,1.8-.2,5.5-.3,8l22.6-22.2h11.3l-19.9,18.7,22.2,33.5H516.5Z" fill="#fff"/>
+      <path d="M529.1,231.3c0-15.1,10.1-27.4,25-27.4,7.8,0,13.8,3,17.9,8.1s6.4,12.6,6.4,21.5h-40c.7,10.2,6.2,17.9,16.3,17.9,7.2,0,12.2-3.4,13.8-8.9h8.9c-2.4,9.7-10.7,16.3-22.8,16.3C538.6,258.8,529.1,246.6,529.1,231.3Zm9.5-4.3h30.2c-.5-10.1-5.6-16.1-14.7-16.1S539.7,217.7,538.6,227Z" fill="#fff"/>
+      <path d="M583.9,205.2H592V188.8h9v16.4h10.8v7H601v32.9c0,3.8,2,4.9,5.3,4.9a18.6,18.6,0,0,0,4.6-.7h.3v7.6a31,31,0,0,1-7.3.9c-7-.1-11.9-2.9-11.9-10.6v-35h-8.1Z" fill="#fff"/>
+      <path d="M617.9,231.3c0-15.1,9.8-27.4,25.5-27.4,12.5,0,20.7,7.1,22.5,18.3h-9c-1.3-6.8-6-11-13.5-11-10.7,0-16.3,8.9-16.3,20.1s5.6,20.1,16.3,20.1c8.1,0,13-4.7,13.7-12.5H666c-1.2,12.5-9.4,19.9-22.6,19.9C627.7,258.8,617.9,246.6,617.9,231.3Z" fill="#fff"/>
+      <path d="M683.9,212.8h.3c3.9-5.6,9.1-8.9,16.7-8.9,10.9,0,17.6,6.1,17.6,17v36.5h-9V222c0-6.7-4.3-10.5-11.4-10.5s-13.9,5.7-13.9,14.1v31.8h-9.1V185.1h9.1V204C684.2,206.6,684,210.2,683.9,212.8Z" fill="#fff"/>
+      <path d="M727.8,231.3c0-15.1,10-27.4,25-27.4,7.8,0,13.8,3,17.9,8.1s6.4,12.6,6.4,21.5h-40c.6,10.2,6.2,17.9,16.3,17.9,7.2,0,12.1-3.4,13.8-8.9H776c-2.3,9.7-10.7,16.3-22.7,16.3C737.2,258.8,727.8,246.6,727.8,231.3Zm9.4-4.3h30.3c-.5-10.1-5.7-16.1-14.7-16.1S738.4,217.7,737.2,227Z" fill="#fff"/>
+      <path d="M783.4,241.5h9.2c1,7.6,6.9,10.1,14.3,10.1s11.8-3.6,11.8-8.2-4.4-7.2-13.6-9.1-19.4-4.2-19.4-15.7c0-8.9,6.9-14.6,19.1-14.6s19.6,6.1,20.8,15.2h-9c-.8-5.4-4.5-8.4-12-8.4s-10.1,3.3-10.1,7.3c0,5.5,5.1,6.5,13.9,8.3,10.4,2,19.3,4.3,19.3,16.5,0,10.6-8.7,16-21,16C792.4,258.9,784.2,252.1,783.4,241.5Z" fill="#fff"/>
+    </g>
+    <g>
+      <path d="M248.5,135.7h6.9L268,170.4h-6.9l-2.7-8.3H245.2l-2.8,8.3h-6.5Zm-1.7,21.7h10l-2.7-8.1c-1.3-4.1-2.2-8.3-2.2-8.3h0s-1.2,5-2.3,8.3Z" fill="#fff"/>
+      <path d="M271.4,145.5h5.8v3.7h.1a8.6,8.6,0,0,1,7.8-4.4c6.5,0,10.7,5.2,10.7,13.2s-4.2,13.2-10.9,13.2a8.7,8.7,0,0,1-7.6-4h-.1a47.2,47.2,0,0,1,.2,4.9v6.6h-6Zm18.4,12.6c0-4.9-2-8.5-6.1-8.5s-6.6,3.8-6.6,8.5,2.1,8.4,6.7,8.4S289.8,163,289.8,158.1Z" fill="#fff"/>
+      <path d="M315.3,167.2h-.1a9.1,9.1,0,0,1-7.9,3.8c-4.8,0-8.5-2.5-8.5-7.4s4.3-7,10.3-7.7c4.1-.5,6.1-1.2,6.1-3.4s-1.5-3.6-4.5-3.6-4.9,1.6-5.1,4H300c.2-4.2,3.6-8.1,10.7-8.1,2.8,0,5,.4,6.7,1.5s3.5,3.7,3.5,7v13.2c0,2,.4,3.1.9,3.5v.4h-5.7A6.6,6.6,0,0,1,315.3,167.2Zm.1-5.9v-3.7a15.7,15.7,0,0,1-4.9,1.7c-3.6.7-5.7,1.4-5.7,4.2s2,3.4,4.3,3.4C313.1,166.9,315.4,164.1,315.4,161.3Z" fill="#fff"/>
+      <path d="M325.1,158c0-7.4,4.9-13.2,12.6-13.2s10.3,3.6,11.2,9h-5.8a5.2,5.2,0,0,0-5.4-4.5c-4.3,0-6.6,3.6-6.6,8.7s2.3,8.5,6.6,8.5,5.2-1.9,5.6-5.2H349c-.3,5.8-4.6,9.8-11.3,9.8S325.1,165.3,325.1,158Z" fill="#fff"/>
+      <path d="M358.7,149.1h.2a8.6,8.6,0,0,1,7.7-4.3c5.3,0,8.6,3.3,8.6,8.7v16.9h-6V154.5c0-3-1.7-4.8-4.7-4.8s-5.7,2.5-5.7,6.1v14.6h-5.9V135.7h5.9V145C358.8,145.7,358.8,147.6,358.7,149.1Z" fill="#fff"/>
+      <path d="M379.1,158c0-7.4,5-13.2,12.4-13.2a11.5,11.5,0,0,1,8.6,3.5c2.4,2.6,3.6,6.5,3.5,11.1H385c.4,4.3,2.7,7.2,6.9,7.2s4.7-1.2,5.5-3.3h5.8c-1.3,4.5-5.3,7.8-11.4,7.8C383.9,171.1,379.1,165.3,379.1,158Zm6-2.3h12.4c-.2-4.1-2.4-6.6-6-6.6S385.6,151.8,385.1,155.7Z" fill="#fff"/>
+    </g>
+  </g>
+</svg>
diff --git a/logos/svg/datasketches-HorizontalWhite2.svg b/logos/svg/datasketches-HorizontalWhite2.svg
new file mode 100644
index 0000000..729ef38
--- /dev/null
+++ b/logos/svg/datasketches-HorizontalWhite2.svg
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="817px" height="335px" viewBox="0 0 817 335" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <!-- Generator: Sketch 63.1 (92452) - https://sketch.com -->
+    <title>datasketches_HorizontalWhite</title>
+    <desc>Created with Sketch.</desc>
+    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+        <g id="datasketches_HorizontalWhite" fill="#FFFFFF" fill-rule="nonzero">
+            <g id="Group">
+                <circle id="Oval" cx="82.7" cy="161.4" r="24.7"></circle>
+                <path d="M188.1,70.5 C204.8,48 233.1,10.1 240.9,0.9 C240.9,0.7 222.7,6.3 222.7,6.3 C222.7,6.3 193.4,47.7 174.2,80.9 C155,114.1 139.4,141.4 101.2,219 C90.8,240 79,235.3 62.9,220.8 C46.8,206.3 8.2,169.7 8.2,145 C8.2,115.6 30.1,108.5 45.8,105.4 C54.6,103.6 57.9,106.6 57.9,108.9 C57.9,111.2 48.9,114.1 41.6,112.1 C39.5,111.5 43.6,117.2 52.9,117.2 C58.8,117.2 70.5,114.4 70.5,108.6 C70.5,105.1 67.2,100.8 54.5,100.8 C45.3,100.8 28.3,105.8 19.5,111.1 C10.7,116.4 0.3,125.2 0.3,138. [...]
+            </g>
+            <g id="Group" transform="translate(194.000000, 172.000000)">
+                <path d="M0.6,2.1 L27.3,2.1 C48.9,2.1 59.6,16.8 59.6,38.5 C59.6,60.2 48.3,74.4 26.6,74.4 L0.6,74.4 L0.6,2.1 Z M26.2,65.7 C42.6,65.7 49.3,55.1 49.3,38.5 C49.3,21.9 43.3,10.7 26.8,10.7 L10.6,10.7 L10.6,65.7 L26.2,65.7 Z" id="Shape"></path>
+                <path d="M67.4,60.6 C67.4,48.4 76.3,45.8 89.8,44.1 C97.5,43.3 102.4,42 102.4,36.7 C102.4,31.4 98.5,27.5 91.3,27.5 C84.1,27.5 79,31.4 78.7,37.6 L70,37.6 C70.4,28.8 77.1,20.9 91.2,20.9 C96.1,20.9 100.5,21.8 103.8,23.7 C107.1,25.6 110.8,30.9 110.8,37.9 L110.8,62.3 C110.8,66.5 111.8,68.7 116.3,67.8 L116.7,67.8 L116.7,74.1 C115.15697,74.6370383 113.533798,74.9075669 111.9,74.9 C106.3,74.9 103.6,72.2 102.6,66.7 L102.5,66.7 C99.2,71.3 93.9,75.4 85,75.4 C76.1,75.4 67.4,70.6 67.4, [...]
+                <path d="M119.9,22.2 L128.1,22.2 L128.1,5.8 L137,5.8 L137,22.2 L147.8,22.2 L147.8,29.2 L137,29.2 L137,62.1 C137,65.9 139.1,67 142.4,67 C143.955864,66.9520573 145.500302,66.7170339 147,66.3 L147.3,66.3 L147.3,73.9 C144.909832,74.4822401 142.460012,74.7842727 140,74.8 C133,74.7 128.1,71.9 128.1,64.2 L128.1,29.2 L119.9,29.2 L119.9,22.2 Z" id="Path"></path>
+                <path d="M155.1,60.6 C155.1,48.4 164.1,45.8 177.6,44.1 C185.3,43.3 190.2,42 190.2,36.7 C190.2,31.4 186.2,27.5 179,27.5 C171.8,27.5 166.8,31.4 166.5,37.6 L157.7,37.6 C158.1,28.8 164.8,20.9 178.9,20.9 C183.9,20.9 188.3,21.8 191.6,23.7 C194.9,25.6 198.6,30.9 198.6,37.9 L198.6,62.3 C198.6,66.5 199.5,68.7 204.1,67.8 L204.5,67.8 L204.5,74.1 C202.921995,74.6351992 201.266286,74.905519 199.6,74.9 C194.1,74.9 191.4,72.2 190.4,66.7 L190.3,66.7 C187,71.3 181.7,75.4 172.8,75.4 C163.9 [...]
+                <path d="M208.7,51 L218.5,51 C219.7,61.8 226.9,67.9 240,67.9 C249.6,67.9 256.6,63.6 256.6,54.8 C256.6,46 248.2,43.2 235.6,40.4 C223,37.6 211.7,33.9 211.7,20 C211.7,7.9 221.9,0.7 236.8,0.7 C254.6,0.7 262.5,9.6 264.3,22 L254.7,22 C253.4,13.2 247.1,8.5 236.9,8.5 C226.7,8.5 221.1,12.4 221.1,19.6 C221.1,26.8 229,29.7 239.9,31.9 C253.9,34.7 266.6,38.3 266.6,54.5 C266.6,68.2 255.3,75.8 239.7,75.8 C219.5,75.8 209.5,64.8 208.7,51 Z" id="Path"></path>
+                <path d="M293.6,46.9 L286.2,53.9 L286.2,74.4 L277.2,74.4 L277.2,2.1 L286.2,2.1 L286.2,36.4 C286.2,38.2 286,41.9 285.9,44.4 L308.5,22.2 L319.8,22.2 L299.9,40.9 L322.1,74.4 L311.5,74.4 L293.6,46.9 Z" id="Path"></path>
+                <path d="M324.1,48.3 C324.1,33.2 334.2,20.9 349.1,20.9 C356.9,20.9 362.9,23.9 367,29 C371.1,34.1 373.4,41.6 373.4,50.5 L333.4,50.5 C334.1,60.7 339.6,68.4 349.7,68.4 C356.9,68.4 361.9,65 363.5,59.5 L372.4,59.5 C370,69.2 361.7,75.8 349.6,75.8 C333.6,75.8 324.1,63.6 324.1,48.3 Z M333.6,44 L363.8,44 C363.3,33.9 358.2,27.9 349.1,27.9 C340,27.9 334.7,34.7 333.6,44 Z" id="Shape"></path>
+                <path d="M378.9,22.2 L387,22.2 L387,5.8 L396,5.8 L396,22.2 L406.8,22.2 L406.8,29.2 L396,29.2 L396,62.1 C396,65.9 398,67 401.3,67 C402.856589,66.9601311 404.402012,66.7249581 405.9,66.3 L406.2,66.3 L406.2,73.9 C403.811005,74.4886345 401.360427,74.7907605 398.9,74.8 C391.9,74.7 387,71.9 387,64.2 L387,29.2 L378.9,29.2 L378.9,22.2 Z" id="Path"></path>
+                <path d="M412.9,48.3 C412.9,33.2 422.7,20.9 438.4,20.9 C450.9,20.9 459.1,28 460.9,39.2 L451.9,39.2 C450.6,32.4 445.9,28.2 438.4,28.2 C427.7,28.2 422.1,37.1 422.1,48.3 C422.1,59.5 427.7,68.4 438.4,68.4 C446.5,68.4 451.4,63.7 452.1,55.9 L461,55.9 C459.8,68.4 451.6,75.8 438.4,75.8 C422.7,75.8 412.9,63.6 412.9,48.3 Z" id="Path"></path>
+                <path d="M478.9,29.8 L479.2,29.8 C483.1,24.2 488.3,20.9 495.9,20.9 C506.8,20.9 513.5,27 513.5,37.9 L513.5,74.4 L504.5,74.4 L504.5,39 C504.5,32.3 500.2,28.5 493.1,28.5 C486,28.5 479.2,34.2 479.2,42.6 L479.2,74.4 L470.1,74.4 L470.1,2.1 L479.2,2.1 L479.2,21 C479.2,23.6 479,27.2 478.9,29.8 Z" id="Path"></path>
+                <path d="M522.8,48.3 C522.8,33.2 532.8,20.9 547.8,20.9 C555.6,20.9 561.6,23.9 565.7,29 C569.8,34.1 572.1,41.6 572.1,50.5 L532.1,50.5 C532.7,60.7 538.3,68.4 548.4,68.4 C555.6,68.4 560.5,65 562.2,59.5 L571,59.5 C568.7,69.2 560.3,75.8 548.3,75.8 C532.2,75.8 522.8,63.6 522.8,48.3 Z M532.2,44 L562.5,44 C562,33.9 556.8,27.9 547.8,27.9 C538.8,27.9 533.4,34.7 532.2,44 L532.2,44 Z" id="Shape"></path>
+                <path d="M578.4,58.5 L587.6,58.5 C588.6,66.1 594.5,68.6 601.9,68.6 C609.3,68.6 613.7,65 613.7,60.4 C613.7,55.8 609.3,53.2 600.1,51.3 C590.9,49.4 580.7,47.1 580.7,35.6 C580.7,26.7 587.6,21 599.8,21 C612,21 619.4,27.1 620.6,36.2 L611.6,36.2 C610.8,30.8 607.1,27.8 599.6,27.8 C592.1,27.8 589.5,31.1 589.5,35.1 C589.5,40.6 594.6,41.6 603.4,43.4 C613.8,45.4 622.7,47.7 622.7,59.9 C622.7,70.5 614,75.9 601.7,75.9 C587.4,75.9 579.2,69.1 578.4,58.5 Z" id="Path"></path>
+            </g>
+            <g id="Group" transform="translate(224.000000, 124.000000)">
+                <path d="M13.5,0.7 L20.4,0.7 L33,35.4 L26.1,35.4 L23.4,27.1 L10.2,27.1 L7.4,35.4 L0.9,35.4 L13.5,0.7 Z M11.8,22.4 L21.8,22.4 L19.1,14.3 C17.8,10.2 16.9,6 16.9,6 L16.9,6 C16.9,6 15.7,11 14.6,14.3 L11.8,22.4 Z" id="Shape"></path>
+                <path d="M36.4,10.5 L42.2,10.5 L42.2,14.2 L42.3,14.2 C43.8710069,11.3885126 46.8812237,9.69044155 50.1,9.8 C56.6,9.8 60.8,15 60.8,23 C60.8,31 56.6,36.2 49.9,36.2 C46.8392413,36.2971449 43.9528047,34.7779677 42.3,32.2 L42.2,32.2 C42.3515306,33.8287642 42.4182874,35.4643045 42.4,37.1 L42.4,43.7 L36.4,43.7 L36.4,10.5 Z M54.8,23.1 C54.8,18.2 52.8,14.6 48.7,14.6 C44.6,14.6 42.1,18.4 42.1,23.1 C42.1,27.8 44.2,31.5 48.8,31.5 C53.4,31.5 54.8,28 54.8,23.1 L54.8,23.1 Z" id="Shape"></path>
+                <path d="M80.3,32.2 L80.2,32.2 C78.3905203,34.7351814 75.410124,36.1687897 72.3,36 C67.5,36 63.8,33.5 63.8,28.6 C63.8,23.7 68.1,21.6 74.1,20.9 C78.2,20.4 80.2,19.7 80.2,17.5 C80.2,15.3 78.7,13.9 75.7,13.9 C72.7,13.9 70.8,15.5 70.6,17.9 L65,17.9 C65.2,13.7 68.6,9.8 75.7,9.8 C78.5,9.8 80.7,10.2 82.4,11.3 C84.1,12.4 85.9,15 85.9,18.3 L85.9,31.5 C85.9,33.5 86.3,34.6 86.8,35 L86.8,35.4 L81.1,35.4 C80.5667911,34.4182359 80.2915282,33.3171843 80.3,32.2 Z M80.4,26.3 L80.4,22.6 C7 [...]
+                <path d="M90.1,23 C90.1,15.6 95,9.8 102.7,9.8 C110.4,9.8 113,13.4 113.9,18.8 L108.1,18.8 C107.739864,16.1263127 105.394799,14.1720917 102.7,14.3 C98.4,14.3 96.1,17.9 96.1,23 C96.1,28.1 98.4,31.5 102.7,31.5 C107,31.5 107.9,29.6 108.3,26.3 L114,26.3 C113.7,32.1 109.4,36.1 102.7,36.1 C96,36.1 90.1,30.3 90.1,23 Z" id="Path"></path>
+                <path d="M123.7,14.1 L123.9,14.1 C125.480425,11.3595352 128.437813,9.70800656 131.6,9.8 C136.9,9.8 140.2,13.1 140.2,18.5 L140.2,35.4 L134.2,35.4 L134.2,19.5 C134.2,16.5 132.5,14.7 129.5,14.7 C126.5,14.7 123.8,17.2 123.8,20.8 L123.8,35.4 L117.9,35.4 L117.9,0.7 L123.8,0.7 L123.8,10 C123.8,10.7 123.8,12.6 123.7,14.1 Z" id="Path"></path>
+                <path d="M144.1,23 C144.1,15.6 149.1,9.8 156.5,9.8 C159.731168,9.70612997 162.852646,10.9764991 165.1,13.3 C167.5,15.9 168.7,19.8 168.6,24.4 L150,24.4 C150.4,28.7 152.7,31.6 156.9,31.6 C161.1,31.6 161.6,30.4 162.4,28.3 L168.2,28.3 C166.9,32.8 162.9,36.1 156.8,36.1 C148.9,36.1 144.1,30.3 144.1,23 Z M150.1,20.7 L162.5,20.7 C162.3,16.6 160.1,14.1 156.5,14.1 C152.9,14.1 150.6,16.8 150.1,20.7 Z" id="Shape"></path>
+            </g>
+        </g>
+    </g>
+</svg>
\ No newline at end of file
diff --git a/logos/svg/datasketches-ManBlack.svg b/logos/svg/datasketches-ManBlack.svg
new file mode 100644
index 0000000..56c1721
--- /dev/null
+++ b/logos/svg/datasketches-ManBlack.svg
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="239px" height="332px" viewBox="0 0 239 332" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
+    <title>ManBlack</title>
+    <desc>Created with Sketch.</desc>
+    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+        <g id="ApacheDataSketch_VerticalBlack" fill="#000000">
+            <g id="Group">
+                <circle id="Oval" cx="81.7" cy="159.9" r="24.5"></circle>
+                <path d="M186.3,69.7 C202.8,47.3 230.9,9.8 238.6,0.7 C238.6,0.4 220.6,6 220.6,6 C220.6,6 191.5,47 172.5,80 C153.5,113 138,140 100.1,217 C89.8,237.8 78,233.2 62.1,218.7 C46.2,204.2 7.9,168.1 7.9,143.5 C7.9,114.4 29.6,107.4 45.1,104.3 C53.9,102.5 57.2,105.5 57.2,107.8 C57.2,110.1 48.2,113 41,110.9 C38.9,110.3 43,116 52.2,116 C58,116 69.6,113.3 69.6,107.4 C69.6,104 66.4,99.7 53.8,99.7 C44.6,99.7 27.8,104.7 19.1,109.9 C10.4,115.1 0,124 0,136.9 C0,176.6 78.9,239.6 87.8,245.1 C [...]
+            </g>
+        </g>
+    </g>
+</svg>
\ No newline at end of file
diff --git a/logos/svg/datasketches-ManColor-3.svg b/logos/svg/datasketches-ManColor-3.svg
new file mode 100644
index 0000000..3ff3621
--- /dev/null
+++ b/logos/svg/datasketches-ManColor-3.svg
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="239px" height="332px" viewBox="0 0 239 332" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
+    <title>ManColor</title>
+    <desc>Created with Sketch.</desc>
+    <defs>
+        <linearGradient x1="-111.918367%" y1="-84.4285714%" x2="285.693878%" y2="245.612245%" id="linearGradient-1">
+            <stop stop-color="#C62026" offset="0%"></stop>
+            <stop stop-color="#F9A01F" offset="0%"></stop>
+            <stop stop-color="#C62026" offset="100%"></stop>
+        </linearGradient>
+        <linearGradient x1="12.7996647%" y1="17.9758561%" x2="94.450964%" y2="66.9148346%" id="linearGradient-2">
+            <stop stop-color="#C62026" offset="0%"></stop>
+            <stop stop-color="#F9A01F" offset="0%"></stop>
+            <stop stop-color="#C82027" offset="71%"></stop>
+            <stop stop-color="#481211" offset="100%"></stop>
+        </linearGradient>
+    </defs>
+    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+        <g id="ApacheDataSketch_VerticalColor">
+            <g id="Group">
+                <circle id="Oval" fill="url(#linearGradient-1)" cx="81.7" cy="159.9" r="24.5"></circle>
+                <path d="M186.3,69.7 C202.8,47.3 230.9,9.8 238.6,0.7 C238.6,0.4 220.6,6 220.6,6 C220.6,6 191.5,47 172.5,80 C153.5,113 138,140 100.1,217 C89.8,237.8 78,233.2 62.1,218.7 C46.2,204.2 7.9,168.1 7.9,143.5 C7.9,114.4 29.6,107.4 45.1,104.3 C53.9,102.5 57.2,105.5 57.2,107.8 C57.2,110.1 48.2,113 41,110.9 C38.9,110.3 43,116 52.2,116 C58,116 69.6,113.3 69.6,107.4 C69.6,104 66.4,99.7 53.8,99.7 C44.6,99.7 27.8,104.7 19.1,109.9 C10.4,115.1 0,124 0,136.9 C0,176.6 78.9,239.6 87.8,245.1 C [...]
+            </g>
+        </g>
+    </g>
+</svg>
\ No newline at end of file
diff --git a/logos/svg/datasketches-ManWhite.svg b/logos/svg/datasketches-ManWhite.svg
new file mode 100644
index 0000000..56c1721
--- /dev/null
+++ b/logos/svg/datasketches-ManWhite.svg
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="239px" height="332px" viewBox="0 0 239 332" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
+    <title>ManBlack</title>
+    <desc>Created with Sketch.</desc>
+    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+        <g id="ApacheDataSketch_VerticalBlack" fill="#000000">
+            <g id="Group">
+                <circle id="Oval" cx="81.7" cy="159.9" r="24.5"></circle>
+                <path d="M186.3,69.7 C202.8,47.3 230.9,9.8 238.6,0.7 C238.6,0.4 220.6,6 220.6,6 C220.6,6 191.5,47 172.5,80 C153.5,113 138,140 100.1,217 C89.8,237.8 78,233.2 62.1,218.7 C46.2,204.2 7.9,168.1 7.9,143.5 C7.9,114.4 29.6,107.4 45.1,104.3 C53.9,102.5 57.2,105.5 57.2,107.8 C57.2,110.1 48.2,113 41,110.9 C38.9,110.3 43,116 52.2,116 C58,116 69.6,113.3 69.6,107.4 C69.6,104 66.4,99.7 53.8,99.7 C44.6,99.7 27.8,104.7 19.1,109.9 C10.4,115.1 0,124 0,136.9 C0,176.6 78.9,239.6 87.8,245.1 C [...]
+            </g>
+        </g>
+    </g>
+</svg>
\ No newline at end of file
diff --git a/logos/svg/datasketches-ManWhite2.svg b/logos/svg/datasketches-ManWhite2.svg
new file mode 100644
index 0000000..a0c9bed
--- /dev/null
+++ b/logos/svg/datasketches-ManWhite2.svg
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="239px" height="332px" viewBox="0 0 239 332" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
+    <title>Slice 1</title>
+    <desc>Created with Sketch.</desc>
+    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+        <g id="datasketches-ManWhite" fill="#FFFFFF">
+            <circle id="Oval" cx="81.7" cy="159.9" r="24.5"></circle>
+            <path d="M186.3,69.7 C202.8,47.3 230.9,9.8 238.6,0.7 C238.6,0.4 220.6,6 220.6,6 C220.6,6 191.5,47 172.5,80 C153.5,113 138,140 100.1,217 C89.8,237.8 78,233.2 62.1,218.7 C46.2,204.2 7.9,168.1 7.9,143.5 C7.9,114.4 29.6,107.4 45.1,104.3 C53.9,102.5 57.2,105.5 57.2,107.8 C57.2,110.1 48.2,113 41,110.9 C38.9,110.3 43,116 52.2,116 C58,116 69.6,113.3 69.6,107.4 C69.6,104 66.4,99.7 53.8,99.7 C44.6,99.7 27.8,104.7 19.1,109.9 C10.4,115.1 0,124 0,136.9 C0,176.6 78.9,239.6 87.8,245.1 C87.8 [...]
+        </g>
+    </g>
+</svg>
\ No newline at end of file
diff --git a/logos/svg/datasketches-VerticalBlack.svg b/logos/svg/datasketches-VerticalBlack.svg
new file mode 100755
index 0000000..5c0aa38
--- /dev/null
+++ b/logos/svg/datasketches-VerticalBlack.svg
@@ -0,0 +1,33 @@
+<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="442" height="420" viewBox="0 0 442 420">
+  <title>ApacheDataSketch_ColorVertical</title>
+  <g>
+    <g>
+      <circle cx="175.7" cy="166.9" r="24.5"/>
+      <path d="M280.3,76.7c16.5-22.4,44.6-59.9,52.3-69,0-.3-18,5.3-18,5.3s-29.1,41-48.1,74S232,147,194.1,224c-10.3,20.8-22.1,16.2-38,1.7s-54.2-50.6-54.2-75.2c0-29.1,21.7-36.1,37.2-39.2,8.8-1.8,12.1,1.2,12.1,3.5s-9,5.2-16.2,3.1c-2.1-.6,2,5.1,11.2,5.1,5.8,0,17.4-2.7,17.4-8.6,0-3.4-3.2-7.7-15.8-7.7-9.2,0-26,5-34.7,10.2S94,131,94,143.9c0,39.7,78.9,102.7,87.8,108.2,0-.1-13.3,38-13.3,59,0,15.1,2.4,25.9,2.9,27s27.4-20.4,51.1-27.6,46.5-14,92.1-13.7c0,0-47.1-7.3-84.3-23.8-40.5-17.9-41.2-20.2-43.9 [...]
+    </g>
+    <g>
+      <g>
+        <path d="M7.9,361.7H26.2c14.8,0,22.1,10.1,22.1,25s-7.7,24.5-22.6,24.5H7.9Zm17.5,43.6c11.2,0,15.8-7.2,15.8-18.6s-4.1-19.1-15.4-19.1H14.7v37.7Z"/>
+        <path d="M53.6,401.8c0-8.3,6.1-10.1,15.4-11.3,5.3-.6,8.7-1.4,8.7-5.1s-2.8-6.3-7.7-6.3-8.4,2.7-8.6,7h-6c.3-6.1,4.9-11.5,14.5-11.5a17.8,17.8,0,0,1,8.7,1.9c3,1.8,4.8,5,4.8,9.8V403c0,2.9.6,4.4,3.8,3.7h.2V411a8.8,8.8,0,0,1-3.3.6c-3.8,0-5.6-1.8-6.3-5.6h-.1a14,14,0,0,1-12,6C58.9,412,53.6,408.6,53.6,401.8Zm24.1-3.7v-5.9a24.7,24.7,0,0,1-7.8,2.5c-5.9,1-9.8,2.1-9.8,7s3.6,5.7,7.2,5.7C74.4,407.4,77.7,402.2,77.7,398.1Z"/>
+        <path d="M89.6,375.5h5.6V364.2h6.2v11.3h7.4v4.8h-7.4v22.6c0,2.6,1.4,3.3,3.6,3.3a13.4,13.4,0,0,0,3.2-.5h.2v5.2a22,22,0,0,1-5,.6c-4.8-.1-8.2-2-8.2-7.2v-24H89.6Z"/>
+        <path d="M113.7,401.8c0-8.3,6.2-10.1,15.4-11.3,5.3-.6,8.7-1.4,8.7-5.1s-2.7-6.3-7.7-6.3-8.4,2.7-8.6,7h-6c.3-6.1,4.9-11.5,14.6-11.5a17.1,17.1,0,0,1,8.6,1.9c3,1.8,4.8,5,4.8,9.8V403c0,2.9.7,4.4,3.8,3.7h.3V411a9.7,9.7,0,0,1-3.3.6c-3.8,0-5.7-1.8-6.4-5.6h0a14.2,14.2,0,0,1-12,6C119.1,412,113.7,408.6,113.7,401.8Zm24.2-3.7v-5.9a25.3,25.3,0,0,1-7.9,2.5c-5.9,1-9.7,2.1-9.7,7s3.5,5.7,7.1,5.7C134.5,407.4,137.9,402.2,137.9,398.1Z"/>
+        <path d="M150.4,395.2h6.8c.8,7.5,5.7,11.6,14.7,11.6,6.6,0,11.4-2.9,11.4-8.9s-5.8-8-14.4-10-16.4-4.4-16.4-13.9,7-13.2,17.2-13.2c12.2,0,17.6,6.1,18.8,14.5h-6.6c-.8-5.9-5.2-9.2-12.1-9.2s-10.8,2.7-10.8,7.6,5.4,6.9,12.8,8.4c9.6,2,18.3,4.4,18.3,15.5,0,9.4-7.7,14.6-18.4,14.6C157.8,412.2,151,404.7,150.4,395.2Z"/>
+        <path d="M208.6,392.4l-5,4.8v14h-6.2V361.7h6.2v23.5c0,1.3-.1,3.8-.3,5.5l15.5-15.2h7.8l-13.7,12.8,15.3,22.9h-7.3Z"/>
+        <path d="M229.6,393.4c0-10.4,6.8-18.8,17.1-18.8a15.2,15.2,0,0,1,12.2,5.5c3,3.6,4.4,8.7,4.4,14.8H235.9c.4,7,4.2,12.3,11.2,12.3,4.9,0,8.3-2.3,9.4-6.1h6.1c-1.6,6.6-7.3,11.1-15.6,11.1C236,412.2,229.6,403.9,229.6,393.4Zm6.4-3h20.7c-.3-6.9-3.8-11-10-11S236.8,384.1,236,390.4Z"/>
+        <path d="M267,375.5h5.6V364.2h6.2v11.3h7.4v4.8h-7.4v22.6c0,2.6,1.4,3.3,3.6,3.3a13.4,13.4,0,0,0,3.2-.5h.2v5.2a22,22,0,0,1-5,.6c-4.8-.1-8.2-2-8.2-7.2v-24H267Z"/>
+        <path d="M290.4,393.4c0-10.4,6.7-18.8,17.4-18.8,8.6,0,14.2,4.9,15.5,12.5h-6.2c-.9-4.6-4.1-7.5-9.3-7.5-7.3,0-11.1,6.1-11.1,13.8s3.8,13.8,11.1,13.8c5.6,0,8.9-3.3,9.4-8.6h6.1c-.8,8.5-6.4,13.6-15.5,13.6C297.1,412.2,290.4,403.9,290.4,393.4Z"/>
+        <path d="M335.6,380.7h.2a13,13,0,0,1,11.4-6.1c7.5,0,12.1,4.2,12.1,11.7v24.9h-6.1V387c0-4.6-3-7.2-7.9-7.2s-9.5,3.9-9.5,9.7v21.7h-6.2V361.7h6.2v13C335.8,376.5,335.6,378.9,335.6,380.7Z"/>
+        <path d="M365.7,393.4c0-10.4,6.8-18.8,17.1-18.8a15.2,15.2,0,0,1,12.2,5.5c3,3.6,4.4,8.7,4.4,14.8H372c.5,7,4.3,12.3,11.2,12.3,4.9,0,8.3-2.3,9.4-6.1h6.1c-1.6,6.6-7.3,11.1-15.6,11.1C372.1,412.2,365.7,403.9,365.7,393.4Zm6.4-3h20.7c-.3-6.9-3.8-11-10-11S372.9,384.1,372.1,390.4Z"/>
+        <path d="M403.8,400.4H410c.8,5.2,4.8,6.9,9.9,6.9s8-2.4,8-5.6-3-5-9.3-6.2-13.3-3-13.3-10.8c0-6.2,4.8-10,13.1-10s13.5,4.2,14.3,10.4h-6.2c-.6-3.7-3.1-5.8-8.2-5.8s-6.9,2.3-6.9,5,3.4,4.5,9.5,5.7,13.2,3,13.2,11.3-6,11-14.3,11C409.9,412.3,404.3,407.6,403.8,400.4Z"/>
+      </g>
+      <g>
+        <path d="M36.7,327.9h4.7l8.7,23.7H45.3L43.4,346h-9l-1.9,5.6H28Zm-1.2,14.8h6.9l-1.9-5.5c-.9-2.8-1.5-5.7-1.5-5.7h0s-.8,3.5-1.6,5.7Z"/>
+        <path d="M52.4,334.6h3.9v2.5h.1a5.7,5.7,0,0,1,5.3-3c4.5,0,7.4,3.6,7.4,9s-2.9,9.1-7.5,9.1a5.9,5.9,0,0,1-5.2-2.7h-.1a21.6,21.6,0,0,1,.2,3.3v4.6H52.4ZM65,343.2c0-3.4-1.4-5.8-4.2-5.8s-4.5,2.6-4.5,5.8,1.4,5.8,4.5,5.8S65,346.6,65,343.2Z"/>
+        <path d="M82.4,349.4h-.1a6.1,6.1,0,0,1-5.3,2.7c-3.3,0-5.8-1.8-5.8-5.1s2.9-4.8,7-5.3,4.2-.8,4.2-2.3-1-2.5-3.1-2.5-3.4,1.1-3.5,2.8H72c.1-2.9,2.4-5.6,7.3-5.6a9,9,0,0,1,4.6,1,5.5,5.5,0,0,1,2.4,4.9v9c0,1.4.2,2.1.6,2.4v.2H83A3.8,3.8,0,0,1,82.4,349.4Zm.1-4v-2.5a9.9,9.9,0,0,1-3.3,1.1c-2.5.5-4,1-4,2.9s1.4,2.4,3,2.4A4,4,0,0,0,82.5,345.4Z"/>
+        <path d="M89.2,343.1c0-5,3.3-9,8.6-9s7.1,2.5,7.7,6.2h-4a3.6,3.6,0,0,0-3.7-3.1c-3,0-4.5,2.5-4.5,5.9s1.5,5.9,4.5,5.9a3.6,3.6,0,0,0,3.8-3.6h4c-.3,4-3.2,6.8-7.8,6.8S89.2,348.2,89.2,343.1Z"/>
+        <path d="M112.2,337h.1a5.9,5.9,0,0,1,5.3-2.9c3.6,0,5.9,2.3,5.9,6v11.5h-4.1V340.7a3,3,0,0,0-3.3-3.2,3.8,3.8,0,0,0-3.8,4.1v10h-4.1V327.9h4.1v6.3C112.3,334.7,112.2,336,112.2,337Z"/>
+        <path d="M126.2,343.1c0-5,3.4-9,8.4-9a7.8,7.8,0,0,1,5.9,2.4c1.7,1.8,2.5,4.5,2.5,7.6H130.2c.3,3,1.9,5,4.7,5a3.9,3.9,0,0,0,3.8-2.3h3.9c-.8,3.1-3.5,5.4-7.7,5.4S126.2,348.2,126.2,343.1Zm4.1-1.5h8.5c-.2-2.8-1.7-4.5-4.2-4.5S130.6,338.9,130.3,341.6Z"/>
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/logos/svg/datasketches-VerticalColor-TM.svg b/logos/svg/datasketches-VerticalColor-TM.svg
new file mode 100644
index 0000000..3a53ad4
--- /dev/null
+++ b/logos/svg/datasketches-VerticalColor-TM.svg
@@ -0,0 +1,103 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="458px" height="406px" viewBox="0 0 458 406" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <title>datasketches-VerticalColor</title>
+    <defs>
+        <linearGradient x1="-111.918367%" y1="-84.4285714%" x2="285.693878%" y2="245.612245%" id="linearGradient-1">
+            <stop stop-color="#C62026" offset="0%"></stop>
+            <stop stop-color="#F9A01F" offset="0%"></stop>
+            <stop stop-color="#C62026" offset="100%"></stop>
+        </linearGradient>
+        <linearGradient x1="30.6058804%" y1="17.9758561%" x2="73.1741812%" y2="66.9148346%" id="linearGradient-2">
+            <stop stop-color="#C62026" offset="0%"></stop>
+            <stop stop-color="#F9A01F" offset="0%"></stop>
+            <stop stop-color="#C82027" offset="71%"></stop>
+            <stop stop-color="#481211" offset="100%"></stop>
+        </linearGradient>
+        <linearGradient x1="8.00031038%" y1="69.0466926%" x2="319.894964%" y2="-69.688716%" id="linearGradient-3">
+            <stop stop-color="#C62026" offset="0%"></stop>
+            <stop stop-color="#F9A01F" offset="0%"></stop>
+            <stop stop-color="#C82027" offset="71%"></stop>
+            <stop stop-color="#481211" offset="100%"></stop>
+        </linearGradient>
+        <linearGradient x1="-33.0635241%" y1="95.8787879%" x2="227.842424%" y2="-48.1818182%" id="linearGradient-4">
+            <stop stop-color="#C62026" offset="0%"></stop>
+            <stop stop-color="#F9A01F" offset="0%"></stop>
+            <stop stop-color="#C82027" offset="71%"></stop>
+            <stop stop-color="#481211" offset="100%"></stop>
+        </linearGradient>
+        <linearGradient x1="-173.903006%" y1="136.481653%" x2="320.651723%" y2="-53.1325367%" id="linearGradient-5">
+            <stop stop-color="#C62026" offset="0%"></stop>
+            <stop stop-color="#F9A01F" offset="0%"></stop>
+            <stop stop-color="#C82027" offset="71%"></stop>
+            <stop stop-color="#481211" offset="100%"></stop>
+        </linearGradient>
+        <linearGradient x1="-55.1529306%" y1="140.295983%" x2="122.979721%" y2="-10.4651163%" id="linearGradient-6">
+            <stop stop-color="#C62026" offset="0%"></stop>
+            <stop stop-color="#F9A01F" offset="0%"></stop>
+            <stop stop-color="#C82027" offset="71%"></stop>
+            <stop stop-color="#481211" offset="100%"></stop>
+        </linearGradient>
+        <linearGradient x1="-294.275266%" y1="186.25%" x2="188.743351%" y2="-3.40425532%" id="linearGradient-7">
+            <stop stop-color="#C62026" offset="0%"></stop>
+            <stop stop-color="#F9A01F" offset="0%"></stop>
+            <stop stop-color="#C82027" offset="71%"></stop>
+            <stop stop-color="#481211" offset="100%"></stop>
+        </linearGradient>
+        <linearGradient x1="-172.824242%" y1="177.616162%" x2="78.7636364%" y2="33.5555556%" id="linearGradient-8">
+            <stop stop-color="#C62026" offset="0%"></stop>
+            <stop stop-color="#F9A01F" offset="0%"></stop>
+            <stop stop-color="#C82027" offset="71%"></stop>
+            <stop stop-color="#481211" offset="100%"></stop>
+        </linearGradient>
+        <linearGradient x1="-463.949967%" y1="247.708151%" x2="30.6047625%" y2="58.0939611%" id="linearGradient-9">
+            <stop stop-color="#C62026" offset="0%"></stop>
+            <stop stop-color="#F9A01F" offset="0%"></stop>
+            <stop stop-color="#C82027" offset="71%"></stop>
+            <stop stop-color="#481211" offset="100%"></stop>
+        </linearGradient>
+        <linearGradient x1="-482.097456%" y1="277.101064%" x2="-37.2505234%" y2="87.4468085%" id="linearGradient-10">
+            <stop stop-color="#C62026" offset="0%"></stop>
+            <stop stop-color="#F9A01F" offset="0%"></stop>
+            <stop stop-color="#C82027" offset="71%"></stop>
+            <stop stop-color="#481211" offset="100%"></stop>
+        </linearGradient>
+    </defs>
+    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+        <g id="datasketches-VerticalColor-2" fill-rule="nonzero">
+            <g id="Group" transform="translate(87.000000, 0.000000)">
+                <circle id="Oval" fill="url(#linearGradient-1)" cx="81.7" cy="159.9" r="24.5"></circle>
+                <path d="M186.3,69.7 C202.8,47.3 230.9,9.8 238.6,0.7 C238.6,0.4 220.6,6 220.6,6 C220.6,6 191.5,47 172.5,80 C153.5,113 138,140 100.1,217 C89.8,237.8 78,233.2 62.1,218.7 C46.2,204.2 7.9,168.1 7.9,143.5 C7.9,114.4 29.6,107.4 45.1,104.3 C53.9,102.5 57.2,105.5 57.2,107.8 C57.2,110.1 48.2,113 41,110.9 C38.9,110.3 43,116 52.2,116 C58,116 69.6,113.3 69.6,107.4 C69.6,104 66.4,99.7 53.8,99.7 C44.6,99.7 27.8,104.7 19.1,109.9 C10.4,115.1 0,124 0,136.9 C0,176.6 78.9,239.6 87.8,245.1 C [...]
+            </g>
+            <g id="Group" transform="translate(0.000000, 320.000000)">
+                <g transform="translate(0.000000, 33.000000)">
+                    <path d="M0.9,1.7 L19.2,1.7 C34,1.7 41.3,11.8 41.3,26.7 C41.3,41.6 33.6,51.2 18.7,51.2 L0.9,51.2 L0.9,1.7 Z M18.4,45.3 C29.6,45.3 34.2,38.1 34.2,26.7 C34.2,15.3 30.1,7.6 18.8,7.6 L7.7,7.6 L7.7,45.3 L18.4,45.3 Z" id="Shape" fill="#481211"></path>
+                    <path d="M46.6,41.8 C46.6,33.5 52.7,31.7 62,30.5 C67.3,29.9 70.7,29.1 70.7,25.4 C70.7,21.7 67.9,19.1 63,19.1 C58.1,19.1 54.6,21.8 54.4,26.1 L48.4,26.1 C48.7,20 53.3,14.6 62.9,14.6 C65.9141409,14.4859749 68.9078234,15.1397676 71.6,16.5 C74.6,18.3 76.4,21.5 76.4,26.3 L76.4,43 C76.4,45.9 77,47.4 80.2,46.7 L80.4,46.7 L80.4,51 C79.3486405,51.4097204 78.2282941,51.6134198 77.1,51.6 C73.3,51.6 71.5,49.8 70.8,46 L70.7,46 C67.9811826,49.9112009 63.4602512,52.1716667 58.7,52 C5 [...]
+                    <path d="M82.6,15.5 L88.2,15.5 L88.2,4.2 L94.4,4.2 L94.4,15.5 L101.8,15.5 L101.8,20.3 L94.4,20.3 L94.4,42.9 C94.4,45.5 95.8,46.2 98,46.2 C99.0829593,46.1633291 100.157473,45.9954363 101.2,45.7 L101.4,45.7 L101.4,50.9 C99.7617931,51.2907222 98.0841384,51.4920408 96.4,51.5 C91.6,51.4 88.2,49.5 88.2,44.3 L88.2,20.3 L82.6,20.3 L82.6,15.5 Z" id="Path" fill="#481211"></path>
+                    <path d="M106.7,41.8 C106.7,33.5 112.9,31.7 122.1,30.5 C127.4,29.9 130.8,29.1 130.8,25.4 C130.8,21.7 128.1,19.1 123.1,19.1 C118.1,19.1 114.7,21.8 114.5,26.1 L108.5,26.1 C108.8,20 113.4,14.6 123.1,14.6 C126.083391,14.4715652 129.048404,15.1266264 131.7,16.5 C134.7,18.3 136.5,21.5 136.5,26.3 L136.5,43 C136.5,45.9 137.2,47.4 140.3,46.7 L140.6,46.7 L140.6,51 C139.543186,51.3901065 138.426495,51.5931412 137.3,51.6 C133.5,51.6 131.6,49.8 130.9,46 L130.9,46 C128.156587,49.88 [...]
+                    <path d="M143.4,35.2 L150.2,35.2 C151,42.7 155.9,46.8 164.9,46.8 C171.5,46.8 176.3,43.9 176.3,37.9 C176.3,31.9 170.5,29.9 161.9,27.9 C153.3,25.9 145.5,23.5 145.5,14 C145.5,4.5 152.5,0.8 162.7,0.8 C174.9,0.8 180.3,6.9 181.5,15.3 L174.9,15.3 C174.1,9.4 169.7,6.1 162.8,6.1 C155.9,6.1 152,8.8 152,13.7 C152,18.6 157.4,20.6 164.8,22.1 C174.4,24.1 183.1,26.5 183.1,37.6 C183.1,47 175.4,52.2 164.7,52.2 C150.8,52.2 144,44.7 143.4,35.2 Z" id="Path" fill="url(#linearGradient-3)"></path>
+                    <path d="M201.6,32.4 L196.6,37.2 L196.6,51.2 L190.4,51.2 L190.4,1.7 L196.6,1.7 L196.6,25.2 C196.6,26.5 196.5,29 196.3,30.7 L211.8,15.5 L219.6,15.5 L205.9,28.3 L221.2,51.2 L213.9,51.2 L201.6,32.4 Z" id="Path" fill="url(#linearGradient-4)"></path>
+                    <path d="M222.6,33.4 C222.6,23 229.4,14.6 239.7,14.6 C244.398356,14.448192 248.902594,16.4787911 251.9,20.1 C254.9,23.7 256.3,28.8 256.3,34.9 L228.9,34.9 C229.3,41.9 233.1,47.2 240.1,47.2 C245,47.2 248.4,44.9 249.5,41.1 L255.6,41.1 C254,47.7 248.3,52.2 240,52.2 C229,52.2 222.6,43.9 222.6,33.4 Z M229,30.4 L249.7,30.4 C249.4,23.5 245.9,19.4 239.7,19.4 C233.5,19.4 229.8,24.1 229,30.4 Z" id="Shape" fill="url(#linearGradient-5)"></path>
+                    <path d="M260,15.5 L265.6,15.5 L265.6,4.2 L271.8,4.2 L271.8,15.5 L279.2,15.5 L279.2,20.3 L271.8,20.3 L271.8,42.9 C271.8,45.5 273.2,46.2 275.4,46.2 C276.482959,46.1633291 277.557473,45.9954363 278.6,45.7 L278.8,45.7 L278.8,50.9 C277.161793,51.2907222 275.484138,51.4920408 273.8,51.5 C269,51.4 265.6,49.5 265.6,44.3 L265.6,20.3 L260,20.3 L260,15.5 Z" id="Path" fill="url(#linearGradient-6)"></path>
+                    <path d="M283.4,33.4 C283.4,23 290.1,14.6 300.8,14.6 C309.4,14.6 315,19.5 316.3,27.1 L310.1,27.1 C309.2,22.5 306,19.6 300.8,19.6 C293.5,19.6 289.7,25.7 289.7,33.4 C289.7,41.1 293.5,47.2 300.8,47.2 C306.4,47.2 309.7,43.9 310.2,38.6 L316.3,38.6 C315.5,47.1 309.9,52.2 300.8,52.2 C290.1,52.2 283.4,43.9 283.4,33.4 Z" id="Path" fill="url(#linearGradient-7)"></path>
+                    <path d="M328.6,20.7 L328.8,20.7 C331.247739,16.7871664 335.586584,14.4655039 340.2,14.6 C347.7,14.6 352.3,18.8 352.3,26.3 L352.3,51.2 L346.2,51.2 L346.2,27 C346.2,22.4 343.2,19.8 338.3,19.8 C333.4,19.8 328.8,23.7 328.8,29.5 L328.8,51.2 L322.6,51.2 L322.6,1.7 L328.8,1.7 L328.8,14.7 C328.8,16.5 328.6,18.9 328.6,20.7 Z" id="Path" fill="url(#linearGradient-8)"></path>
+                    <path d="M358.7,33.4 C358.7,23 365.5,14.6 375.8,14.6 C380.498356,14.448192 385.002594,16.4787911 388,20.1 C391,23.7 392.4,28.8 392.4,34.9 L365,34.9 C365.5,41.9 369.3,47.2 376.2,47.2 C381.1,47.2 384.5,44.9 385.6,41.1 L391.7,41.1 C390.1,47.7 384.4,52.2 376.1,52.2 C365.1,52.2 358.7,43.9 358.7,33.4 Z M365.1,30.4 L385.8,30.4 C385.5,23.5 382,19.4 375.8,19.4 C369.6,19.4 365.9,24.1 365.1,30.4 L365.1,30.4 Z" id="Shape" fill="url(#linearGradient-9)"></path>
+                    <path d="M396.8,40.4 L403,40.4 C403.8,45.6 407.8,47.3 412.9,47.3 C418,47.3 420.9,44.9 420.9,41.7 C420.9,38.5 417.9,36.7 411.6,35.5 C405.3,34.3 398.3,32.5 398.3,24.7 C398.3,18.5 403.1,14.7 411.4,14.7 C419.7,14.7 424.9,18.9 425.7,25.1 L419.5,25.1 C418.9,21.4 416.4,19.3 411.3,19.3 C406.2,19.3 404.4,21.6 404.4,24.3 C404.4,27 407.8,28.8 413.9,30 C420,31.2 427.1,33 427.1,41.3 C427.1,49.6 421.1,52.3 412.8,52.3 C402.9,52.3 397.3,47.6 396.8,40.4 Z" id="Path" fill="url(#linearG [...]
+                </g>
+                <g transform="translate(21.000000, 0.000000)" fill="#481211">
+                    <path d="M8.7,0.9 L13.4,0.9 L22.1,24.6 L17.3,24.6 L15.4,19 L6.4,19 L4.5,24.6 L0,24.6 L8.7,0.9 Z M7.5,15.7 L14.4,15.7 L12.5,10.2 C11.6,7.4 11,4.5 11,4.5 L11,4.5 C11,4.5 10.2,8 9.4,10.2 L7.5,15.7 Z" id="Shape"></path>
+                    <path d="M24.4,7.6 L28.3,7.6 L28.3,10.1 L28.4,10.1 C29.439606,8.16091431 31.5023995,6.99329541 33.7,7.1 C38.2,7.1 41.1,10.7 41.1,16.1 C41.1,21.5 38.2,25.2 33.6,25.2 C31.5106753,25.2850728 29.5324008,24.2578918 28.4,22.5 L28.3,22.5 C28.4508743,23.5932752 28.5177368,24.6965059 28.5,25.8 L28.5,30.4 L24.4,30.4 L24.4,7.6 Z M37,16.2 C37,12.8 35.6,10.4 32.8,10.4 C30,10.4 28.3,13 28.3,16.2 C28.3,19.4 29.7,22 32.8,22 C35.9,22 37,19.6 37,16.2 Z" id="Shape"></path>
+                    <path d="M54.4,22.4 L54.3,22.4 C53.1215514,24.1587188 51.1154964,25.1806714 49,25.1 C45.7,25.1 43.2,23.3 43.2,20 C43.2,16.7 46.1,15.2 50.2,14.7 C54.3,14.2 54.4,13.9 54.4,12.4 C54.4,10.9 53.4,9.9 51.3,9.9 C49.2,9.9 47.9,11 47.8,12.7 L44,12.7 C44.1,9.8 46.4,7.1 51.3,7.1 C52.894897,7.01932417 54.4825403,7.36446401 55.9,8.1 C57.5108776,9.19342544 58.423653,11.0570085 58.3,13 L58.3,22 C58.3,23.4 58.5,24.1 58.9,24.4 L58.9,24.6 L55,24.6 C54.5794937,23.9453836 54.3700614,23.1 [...]
+                    <path d="M61.2,16.1 C61.2,11.1 64.5,7.1 69.8,7.1 C75.1,7.1 76.9,9.6 77.5,13.3 L73.5,13.3 C73.244718,11.4704019 71.6460313,10.1309617 69.8,10.2 C66.8,10.2 65.3,12.7 65.3,16.1 C65.3,19.5 66.8,22 69.8,22 C70.7889351,22.055027 71.7568544,21.7001766 72.475885,21.0189897 C73.1949156,20.3378029 73.6015297,19.3904636 73.6,18.4 L77.6,18.4 C77.3,22.4 74.4,25.2 69.8,25.2 C65.2,25.2 61.2,21.2 61.2,16.1 Z" id="Path"></path>
+                    <path d="M84.2,10 L84.3,10 C85.4001901,8.13352543 87.4348721,7.02020886 89.6,7.1 C93.2,7.1 95.5,9.4 95.5,13.1 L95.5,24.6 L91.4,24.6 L91.4,13.7 C91.4638068,12.8153913 91.1329221,11.9478861 90.4962113,11.3304696 C89.8595005,10.7130531 88.9822272,10.4090111 88.1,10.5 C87.037979,10.4966848 86.0230307,10.9379536 85.3011028,11.7168758 C84.5791749,12.4957979 84.2161507,13.541289 84.3,14.6 L84.3,24.6 L80.2,24.6 L80.2,0.9 L84.3,0.9 L84.3,7.2 C84.3,7.7 84.2,9 84.2,10 Z" id="Pat [...]
+                    <path d="M98.2,16.1 C98.2,11.1 101.6,7.1 106.6,7.1 C108.818584,7.02397878 110.964458,7.89687662 112.5,9.5 C114.2,11.3 115,14 115,17.1 L102.2,17.1 C102.5,20.1 104.1,22.1 106.9,22.1 C108.522171,22.2000156 110.03631,21.2835629 110.7,19.8 L114.6,19.8 C113.8,22.9 111.1,25.2 106.9,25.2 C102.7,25.2 98.2,21.2 98.2,16.1 Z M102.3,14.6 L110.8,14.6 C110.6,11.8 109.1,10.1 106.6,10.1 C104.1,10.1 102.6,11.9 102.3,14.6 Z" id="Shape"></path>
+                </g>
+            </g>
+        </g>
+        <text id="TM" font-family="Helvetica" font-size="24" font-weight="normal" fill="#4E0100">
+            <tspan x="423" y="365">TM</tspan>
+        </text>
+        <text id="®" font-family="Helvetica" font-size="24" font-weight="normal" fill="#4E0100">
+            <tspan x="136" y="332">®</tspan>
+        </text>
+    </g>
+</svg>
\ No newline at end of file
diff --git a/logos/svg/datasketches-VerticalColor.svg b/logos/svg/datasketches-VerticalColor.svg
new file mode 100755
index 0000000..3ddb966
--- /dev/null
+++ b/logos/svg/datasketches-VerticalColor.svg
@@ -0,0 +1,54 @@
+<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="442" height="420" viewBox="0 0 442 420">
+  <defs>
+    <linearGradient id="linear-gradient" x1="96.36" y1="101.03" x2="291.19" y2="262.75" gradientUnits="userSpaceOnUse">
+      <stop offset="0" stop-color="#c62026"/>
+      <stop offset="0" stop-color="#f9a01f"/>
+      <stop offset="1" stop-color="#c62026"/>
+    </linearGradient>
+    <linearGradient id="linear-gradient-2" x1="124.54" y1="67.09" x2="319.36" y2="228.81" gradientUnits="userSpaceOnUse">
+      <stop offset="0" stop-color="#c62026"/>
+      <stop offset="0" stop-color="#f9a01f"/>
+      <stop offset="0.71" stop-color="#c82027"/>
+      <stop offset="1" stop-color="#481211"/>
+    </linearGradient>
+    <linearGradient id="linear-gradient-3" x1="142.3" y1="396.29" x2="349.86" y2="324.98" xlink:href="#linear-gradient-2"/>
+    <linearGradient id="linear-gradient-4" x1="146.72" y1="409.16" x2="354.28" y2="337.85" xlink:href="#linear-gradient-2"/>
+    <linearGradient id="linear-gradient-5" x1="152.48" y1="425.92" x2="360.04" y2="354.61" xlink:href="#linear-gradient-2"/>
+    <linearGradient id="linear-gradient-6" x1="154.07" y1="430.56" x2="361.64" y2="359.25" xlink:href="#linear-gradient-2"/>
+    <linearGradient id="linear-gradient-7" x1="158.91" y1="444.63" x2="366.47" y2="373.32" xlink:href="#linear-gradient-2"/>
+    <linearGradient id="linear-gradient-8" x1="160.62" y1="449.62" x2="368.18" y2="378.31" xlink:href="#linear-gradient-2"/>
+    <linearGradient id="linear-gradient-9" x1="166.85" y1="467.75" x2="374.41" y2="396.44" xlink:href="#linear-gradient-2"/>
+    <linearGradient id="linear-gradient-10" x1="170.68" y1="478.89" x2="378.24" y2="407.58" xlink:href="#linear-gradient-2"/>
+  </defs>
+  <title>ApacheDataSketch_ColorVertical</title>
+  <g>
+    <g>
+      <circle cx="175.7" cy="166.9" r="24.5" fill="url(#linear-gradient)"/>
+      <path d="M280.3,76.7c16.5-22.4,44.6-59.9,52.3-69,0-.3-18,5.3-18,5.3s-29.1,41-48.1,74S232,147,194.1,224c-10.3,20.8-22.1,16.2-38,1.7s-54.2-50.6-54.2-75.2c0-29.1,21.7-36.1,37.2-39.2,8.8-1.8,12.1,1.2,12.1,3.5s-9,5.2-16.2,3.1c-2.1-.6,2,5.1,11.2,5.1,5.8,0,17.4-2.7,17.4-8.6,0-3.4-3.2-7.7-15.8-7.7-9.2,0-26,5-34.7,10.2S94,131,94,143.9c0,39.7,78.9,102.7,87.8,108.2,0-.1-13.3,38-13.3,59,0,15.1,2.4,25.9,2.9,27s27.4-20.4,51.1-27.6,46.5-14,92.1-13.7c0,0-47.1-7.3-84.3-23.8-40.5-17.9-41.2-20.2-43.9 [...]
+    </g>
+    <g>
+      <g>
+        <path d="M7.9,361.7H26.2c14.8,0,22.1,10.1,22.1,25s-7.7,24.5-22.6,24.5H7.9Zm17.5,43.6c11.2,0,15.8-7.2,15.8-18.6s-4.1-19.1-15.4-19.1H14.7v37.7Z" fill="#481211"/>
+        <path d="M53.6,401.8c0-8.3,6.1-10.1,15.4-11.3,5.3-.6,8.7-1.4,8.7-5.1s-2.8-6.3-7.7-6.3-8.4,2.7-8.6,7h-6c.3-6.1,4.9-11.5,14.5-11.5a17.8,17.8,0,0,1,8.7,1.9c3,1.8,4.8,5,4.8,9.8V403c0,2.9.6,4.4,3.8,3.7h.2V411a8.8,8.8,0,0,1-3.3.6c-3.8,0-5.6-1.8-6.3-5.6h-.1a14,14,0,0,1-12,6C58.9,412,53.6,408.6,53.6,401.8Zm24.1-3.7v-5.9a24.7,24.7,0,0,1-7.8,2.5c-5.9,1-9.8,2.1-9.8,7s3.6,5.7,7.2,5.7C74.4,407.4,77.7,402.2,77.7,398.1Z" fill="#481211"/>
+        <path d="M89.6,375.5h5.6V364.2h6.2v11.3h7.4v4.8h-7.4v22.6c0,2.6,1.4,3.3,3.6,3.3a13.4,13.4,0,0,0,3.2-.5h.2v5.2a22,22,0,0,1-5,.6c-4.8-.1-8.2-2-8.2-7.2v-24H89.6Z" fill="#481211"/>
+        <path d="M113.7,401.8c0-8.3,6.2-10.1,15.4-11.3,5.3-.6,8.7-1.4,8.7-5.1s-2.7-6.3-7.7-6.3-8.4,2.7-8.6,7h-6c.3-6.1,4.9-11.5,14.6-11.5a17.1,17.1,0,0,1,8.6,1.9c3,1.8,4.8,5,4.8,9.8V403c0,2.9.7,4.4,3.8,3.7h.3V411a9.7,9.7,0,0,1-3.3.6c-3.8,0-5.7-1.8-6.4-5.6h0a14.2,14.2,0,0,1-12,6C119.1,412,113.7,408.6,113.7,401.8Zm24.2-3.7v-5.9a25.3,25.3,0,0,1-7.9,2.5c-5.9,1-9.7,2.1-9.7,7s3.5,5.7,7.1,5.7C134.5,407.4,137.9,402.2,137.9,398.1Z" fill="#481211"/>
+        <path d="M150.4,395.2h6.8c.8,7.5,5.7,11.6,14.7,11.6,6.6,0,11.4-2.9,11.4-8.9s-5.8-8-14.4-10-16.4-4.4-16.4-13.9,7-13.2,17.2-13.2c12.2,0,17.6,6.1,18.8,14.5h-6.6c-.8-5.9-5.2-9.2-12.1-9.2s-10.8,2.7-10.8,7.6,5.4,6.9,12.8,8.4c9.6,2,18.3,4.4,18.3,15.5,0,9.4-7.7,14.6-18.4,14.6C157.8,412.2,151,404.7,150.4,395.2Z" fill="url(#linear-gradient-3)"/>
+        <path d="M208.6,392.4l-5,4.8v14h-6.2V361.7h6.2v23.5c0,1.3-.1,3.8-.3,5.5l15.5-15.2h7.8l-13.7,12.8,15.3,22.9h-7.3Z" fill="url(#linear-gradient-4)"/>
+        <path d="M229.6,393.4c0-10.4,6.8-18.8,17.1-18.8a15.2,15.2,0,0,1,12.2,5.5c3,3.6,4.4,8.7,4.4,14.8H235.9c.4,7,4.2,12.3,11.2,12.3,4.9,0,8.3-2.3,9.4-6.1h6.1c-1.6,6.6-7.3,11.1-15.6,11.1C236,412.2,229.6,403.9,229.6,393.4Zm6.4-3h20.7c-.3-6.9-3.8-11-10-11S236.8,384.1,236,390.4Z" fill="url(#linear-gradient-5)"/>
+        <path d="M267,375.5h5.6V364.2h6.2v11.3h7.4v4.8h-7.4v22.6c0,2.6,1.4,3.3,3.6,3.3a13.4,13.4,0,0,0,3.2-.5h.2v5.2a22,22,0,0,1-5,.6c-4.8-.1-8.2-2-8.2-7.2v-24H267Z" fill="url(#linear-gradient-6)"/>
+        <path d="M290.4,393.4c0-10.4,6.7-18.8,17.4-18.8,8.6,0,14.2,4.9,15.5,12.5h-6.2c-.9-4.6-4.1-7.5-9.3-7.5-7.3,0-11.1,6.1-11.1,13.8s3.8,13.8,11.1,13.8c5.6,0,8.9-3.3,9.4-8.6h6.1c-.8,8.5-6.4,13.6-15.5,13.6C297.1,412.2,290.4,403.9,290.4,393.4Z" fill="url(#linear-gradient-7)"/>
+        <path d="M335.6,380.7h.2a13,13,0,0,1,11.4-6.1c7.5,0,12.1,4.2,12.1,11.7v24.9h-6.1V387c0-4.6-3-7.2-7.9-7.2s-9.5,3.9-9.5,9.7v21.7h-6.2V361.7h6.2v13C335.8,376.5,335.6,378.9,335.6,380.7Z" fill="url(#linear-gradient-8)"/>
+        <path d="M365.7,393.4c0-10.4,6.8-18.8,17.1-18.8a15.2,15.2,0,0,1,12.2,5.5c3,3.6,4.4,8.7,4.4,14.8H372c.5,7,4.3,12.3,11.2,12.3,4.9,0,8.3-2.3,9.4-6.1h6.1c-1.6,6.6-7.3,11.1-15.6,11.1C372.1,412.2,365.7,403.9,365.7,393.4Zm6.4-3h20.7c-.3-6.9-3.8-11-10-11S372.9,384.1,372.1,390.4Z" fill="url(#linear-gradient-9)"/>
+        <path d="M403.8,400.4H410c.8,5.2,4.8,6.9,9.9,6.9s8-2.4,8-5.6-3-5-9.3-6.2-13.3-3-13.3-10.8c0-6.2,4.8-10,13.1-10s13.5,4.2,14.3,10.4h-6.2c-.6-3.7-3.1-5.8-8.2-5.8s-6.9,2.3-6.9,5,3.4,4.5,9.5,5.7,13.2,3,13.2,11.3-6,11-14.3,11C409.9,412.3,404.3,407.6,403.8,400.4Z" fill="url(#linear-gradient-10)"/>
+      </g>
+      <g>
+        <path d="M36.7,327.9h4.7l8.7,23.7H45.3L43.4,346h-9l-1.9,5.6H28Zm-1.2,14.8h6.9l-1.9-5.5c-.9-2.8-1.5-5.7-1.5-5.7h0s-.8,3.5-1.6,5.7Z" fill="#481211"/>
+        <path d="M52.4,334.6h3.9v2.5h.1a5.7,5.7,0,0,1,5.3-3c4.5,0,7.4,3.6,7.4,9s-2.9,9.1-7.5,9.1a5.9,5.9,0,0,1-5.2-2.7h-.1a21.6,21.6,0,0,1,.2,3.3v4.6H52.4ZM65,343.2c0-3.4-1.4-5.8-4.2-5.8s-4.5,2.6-4.5,5.8,1.4,5.8,4.5,5.8S65,346.6,65,343.2Z" fill="#481211"/>
+        <path d="M82.4,349.4h-.1a6.1,6.1,0,0,1-5.3,2.7c-3.3,0-5.8-1.8-5.8-5.1s2.9-4.8,7-5.3,4.2-.8,4.2-2.3-1-2.5-3.1-2.5-3.4,1.1-3.5,2.8H72c.1-2.9,2.4-5.6,7.3-5.6a9,9,0,0,1,4.6,1,5.5,5.5,0,0,1,2.4,4.9v9c0,1.4.2,2.1.6,2.4v.2H83A3.8,3.8,0,0,1,82.4,349.4Zm.1-4v-2.5a9.9,9.9,0,0,1-3.3,1.1c-2.5.5-4,1-4,2.9s1.4,2.4,3,2.4A4,4,0,0,0,82.5,345.4Z" fill="#481211"/>
+        <path d="M89.2,343.1c0-5,3.3-9,8.6-9s7.1,2.5,7.7,6.2h-4a3.6,3.6,0,0,0-3.7-3.1c-3,0-4.5,2.5-4.5,5.9s1.5,5.9,4.5,5.9a3.6,3.6,0,0,0,3.8-3.6h4c-.3,4-3.2,6.8-7.8,6.8S89.2,348.2,89.2,343.1Z" fill="#481211"/>
+        <path d="M112.2,337h.1a5.9,5.9,0,0,1,5.3-2.9c3.6,0,5.9,2.3,5.9,6v11.5h-4.1V340.7a3,3,0,0,0-3.3-3.2,3.8,3.8,0,0,0-3.8,4.1v10h-4.1V327.9h4.1v6.3C112.3,334.7,112.2,336,112.2,337Z" fill="#481211"/>
+        <path d="M126.2,343.1c0-5,3.4-9,8.4-9a7.8,7.8,0,0,1,5.9,2.4c1.7,1.8,2.5,4.5,2.5,7.6H130.2c.3,3,1.9,5,4.7,5a3.9,3.9,0,0,0,3.8-2.3h3.9c-.8,3.1-3.5,5.4-7.7,5.4S126.2,348.2,126.2,343.1Zm4.1-1.5h8.5c-.2-2.8-1.7-4.5-4.2-4.5S130.6,338.9,130.3,341.6Z" fill="#481211"/>
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/logos/svg/datasketches-VerticalWhite.png b/logos/svg/datasketches-VerticalWhite.png
new file mode 100644
index 0000000..905abc9
Binary files /dev/null and b/logos/svg/datasketches-VerticalWhite.png differ
diff --git a/logos/svg/datasketches-VerticalWhite.svg b/logos/svg/datasketches-VerticalWhite.svg
new file mode 100755
index 0000000..7504601
--- /dev/null
+++ b/logos/svg/datasketches-VerticalWhite.svg
@@ -0,0 +1,33 @@
+<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="442" height="420" viewBox="0 0 442 420">
+  <title>ApacheDataSketch_WhiteVertical</title>
+  <g>
+    <g>
+      <circle cx="175.7" cy="166.9" r="24.5" fill="#fff"/>
+      <path d="M280.3,76.7c16.5-22.4,44.6-59.9,52.3-69,0-.3-18,5.3-18,5.3s-29.1,41-48.1,74S232,147,194.1,224c-10.3,20.8-22.1,16.2-38,1.7s-54.2-50.6-54.2-75.2c0-29.1,21.7-36.1,37.2-39.2,8.8-1.8,12.1,1.2,12.1,3.5s-9,5.2-16.2,3.1c-2.1-.6,2,5.1,11.2,5.1,5.8,0,17.4-2.7,17.4-8.6,0-3.4-3.2-7.7-15.8-7.7-9.2,0-26,5-34.7,10.2S94,131,94,143.9c0,39.7,78.9,102.7,87.8,108.2,0-.1-13.3,38-13.3,59,0,15.1,2.4,25.9,2.9,27s27.4-20.4,51.1-27.6,46.5-14,92.1-13.7c0,0-47.1-7.3-84.3-23.8-40.5-17.9-41.2-20.2-43.9 [...]
+    </g>
+    <g>
+      <g>
+        <path d="M7.9,361.7H26.2c14.8,0,22.1,10.1,22.1,25s-7.7,24.5-22.6,24.5H7.9Zm17.5,43.6c11.2,0,15.8-7.2,15.8-18.6s-4.1-19.1-15.4-19.1H14.7v37.7Z" fill="#fff"/>
+        <path d="M53.6,401.8c0-8.3,6.1-10.1,15.4-11.3,5.3-.6,8.7-1.4,8.7-5.1s-2.8-6.3-7.7-6.3-8.4,2.7-8.6,7h-6c.3-6.1,4.9-11.5,14.5-11.5a17.8,17.8,0,0,1,8.7,1.9c3,1.8,4.8,5,4.8,9.8V403c0,2.9.6,4.4,3.8,3.7h.2V411a8.8,8.8,0,0,1-3.3.6c-3.8,0-5.6-1.8-6.3-5.6h-.1a14,14,0,0,1-12,6C58.9,412,53.6,408.6,53.6,401.8Zm24.1-3.7v-5.9a24.7,24.7,0,0,1-7.8,2.5c-5.9,1-9.8,2.1-9.8,7s3.6,5.7,7.2,5.7C74.4,407.4,77.7,402.2,77.7,398.1Z" fill="#fff"/>
+        <path d="M89.6,375.5h5.6V364.2h6.2v11.3h7.4v4.8h-7.4v22.6c0,2.6,1.4,3.3,3.6,3.3a13.4,13.4,0,0,0,3.2-.5h.2v5.2a22,22,0,0,1-5,.6c-4.8-.1-8.2-2-8.2-7.2v-24H89.6Z" fill="#fff"/>
+        <path d="M113.7,401.8c0-8.3,6.2-10.1,15.4-11.3,5.3-.6,8.7-1.4,8.7-5.1s-2.7-6.3-7.7-6.3-8.4,2.7-8.6,7h-6c.3-6.1,4.9-11.5,14.6-11.5a17.1,17.1,0,0,1,8.6,1.9c3,1.8,4.8,5,4.8,9.8V403c0,2.9.7,4.4,3.8,3.7h.3V411a9.7,9.7,0,0,1-3.3.6c-3.8,0-5.7-1.8-6.4-5.6h0a14.2,14.2,0,0,1-12,6C119.1,412,113.7,408.6,113.7,401.8Zm24.2-3.7v-5.9a25.3,25.3,0,0,1-7.9,2.5c-5.9,1-9.7,2.1-9.7,7s3.5,5.7,7.1,5.7C134.5,407.4,137.9,402.2,137.9,398.1Z" fill="#fff"/>
+        <path d="M150.4,395.2h6.8c.8,7.5,5.7,11.6,14.7,11.6,6.6,0,11.4-2.9,11.4-8.9s-5.8-8-14.4-10-16.4-4.4-16.4-13.9,7-13.2,17.2-13.2c12.2,0,17.6,6.1,18.8,14.5h-6.6c-.8-5.9-5.2-9.2-12.1-9.2s-10.8,2.7-10.8,7.6,5.4,6.9,12.8,8.4c9.6,2,18.3,4.4,18.3,15.5,0,9.4-7.7,14.6-18.4,14.6C157.8,412.2,151,404.7,150.4,395.2Z" fill="#fff"/>
+        <path d="M208.6,392.4l-5,4.8v14h-6.2V361.7h6.2v23.5c0,1.3-.1,3.8-.3,5.5l15.5-15.2h7.8l-13.7,12.8,15.3,22.9h-7.3Z" fill="#fff"/>
+        <path d="M229.6,393.4c0-10.4,6.8-18.8,17.1-18.8a15.2,15.2,0,0,1,12.2,5.5c3,3.6,4.4,8.7,4.4,14.8H235.9c.4,7,4.2,12.3,11.2,12.3,4.9,0,8.3-2.3,9.4-6.1h6.1c-1.6,6.6-7.3,11.1-15.6,11.1C236,412.2,229.6,403.9,229.6,393.4Zm6.4-3h20.7c-.3-6.9-3.8-11-10-11S236.8,384.1,236,390.4Z" fill="#fff"/>
+        <path d="M267,375.5h5.6V364.2h6.2v11.3h7.4v4.8h-7.4v22.6c0,2.6,1.4,3.3,3.6,3.3a13.4,13.4,0,0,0,3.2-.5h.2v5.2a22,22,0,0,1-5,.6c-4.8-.1-8.2-2-8.2-7.2v-24H267Z" fill="#fff"/>
+        <path d="M290.4,393.4c0-10.4,6.7-18.8,17.4-18.8,8.6,0,14.2,4.9,15.5,12.5h-6.2c-.9-4.6-4.1-7.5-9.3-7.5-7.3,0-11.1,6.1-11.1,13.8s3.8,13.8,11.1,13.8c5.6,0,8.9-3.3,9.4-8.6h6.1c-.8,8.5-6.4,13.6-15.5,13.6C297.1,412.2,290.4,403.9,290.4,393.4Z" fill="#fff"/>
+        <path d="M335.6,380.7h.2a13,13,0,0,1,11.4-6.1c7.5,0,12.1,4.2,12.1,11.7v24.9h-6.1V387c0-4.6-3-7.2-7.9-7.2s-9.5,3.9-9.5,9.7v21.7h-6.2V361.7h6.2v13C335.8,376.5,335.6,378.9,335.6,380.7Z" fill="#fff"/>
+        <path d="M365.7,393.4c0-10.4,6.8-18.8,17.1-18.8a15.2,15.2,0,0,1,12.2,5.5c3,3.6,4.4,8.7,4.4,14.8H372c.5,7,4.3,12.3,11.2,12.3,4.9,0,8.3-2.3,9.4-6.1h6.1c-1.6,6.6-7.3,11.1-15.6,11.1C372.1,412.2,365.7,403.9,365.7,393.4Zm6.4-3h20.7c-.3-6.9-3.8-11-10-11S372.9,384.1,372.1,390.4Z" fill="#fff"/>
+        <path d="M403.8,400.4H410c.8,5.2,4.8,6.9,9.9,6.9s8-2.4,8-5.6-3-5-9.3-6.2-13.3-3-13.3-10.8c0-6.2,4.8-10,13.1-10s13.5,4.2,14.3,10.4h-6.2c-.6-3.7-3.1-5.8-8.2-5.8s-6.9,2.3-6.9,5,3.4,4.5,9.5,5.7,13.2,3,13.2,11.3-6,11-14.3,11C409.9,412.3,404.3,407.6,403.8,400.4Z" fill="#fff"/>
+      </g>
+      <g>
+        <path d="M36.7,327.9h4.7l8.7,23.7H45.3L43.4,346h-9l-1.9,5.6H28Zm-1.2,14.8h6.9l-1.9-5.5c-.9-2.8-1.5-5.7-1.5-5.7h0s-.8,3.5-1.6,5.7Z" fill="#fff"/>
+        <path d="M52.4,334.6h3.9v2.5h.1a5.7,5.7,0,0,1,5.3-3c4.5,0,7.4,3.6,7.4,9s-2.9,9.1-7.5,9.1a5.9,5.9,0,0,1-5.2-2.7h-.1a21.6,21.6,0,0,1,.2,3.3v4.6H52.4ZM65,343.2c0-3.4-1.4-5.8-4.2-5.8s-4.5,2.6-4.5,5.8,1.4,5.8,4.5,5.8S65,346.6,65,343.2Z" fill="#fff"/>
+        <path d="M82.4,349.4h-.1a6.1,6.1,0,0,1-5.3,2.7c-3.3,0-5.8-1.8-5.8-5.1s2.9-4.8,7-5.3,4.2-.8,4.2-2.3-1-2.5-3.1-2.5-3.4,1.1-3.5,2.8H72c.1-2.9,2.4-5.6,7.3-5.6a9,9,0,0,1,4.6,1,5.5,5.5,0,0,1,2.4,4.9v9c0,1.4.2,2.1.6,2.4v.2H83A3.8,3.8,0,0,1,82.4,349.4Zm.1-4v-2.5a9.9,9.9,0,0,1-3.3,1.1c-2.5.5-4,1-4,2.9s1.4,2.4,3,2.4A4,4,0,0,0,82.5,345.4Z" fill="#fff"/>
+        <path d="M89.2,343.1c0-5,3.3-9,8.6-9s7.1,2.5,7.7,6.2h-4a3.6,3.6,0,0,0-3.7-3.1c-3,0-4.5,2.5-4.5,5.9s1.5,5.9,4.5,5.9a3.6,3.6,0,0,0,3.8-3.6h4c-.3,4-3.2,6.8-7.8,6.8S89.2,348.2,89.2,343.1Z" fill="#fff"/>
+        <path d="M112.2,337h.1a5.9,5.9,0,0,1,5.3-2.9c3.6,0,5.9,2.3,5.9,6v11.5h-4.1V340.7a3,3,0,0,0-3.3-3.2,3.8,3.8,0,0,0-3.8,4.1v10h-4.1V327.9h4.1v6.3C112.3,334.7,112.2,336,112.2,337Z" fill="#fff"/>
+        <path d="M126.2,343.1c0-5,3.4-9,8.4-9a7.8,7.8,0,0,1,5.9,2.4c1.7,1.8,2.5,4.5,2.5,7.6H130.2c.3,3,1.9,5,4.7,5a3.9,3.9,0,0,0,3.8-2.3h3.9c-.8,3.1-3.5,5.4-7.7,5.4S126.2,348.2,126.2,343.1Zm4.1-1.5h8.5c-.2-2.8-1.7-4.5-4.2-4.5S130.6,338.9,130.3,341.6Z" fill="#fff"/>
+      </g>
+    </g>
+  </g>
+</svg>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org