From 605aef63a40a6e3945b1bd1eb41c964394dcf23f Mon Sep 17 00:00:00 2001 From: Pedro Eugenio Rocha Pedreira Date: Fri, 20 Aug 2021 15:16:11 -0700 Subject: [PATCH] Add velox logo files and update README.md (#86) Summary: Pull Request resolved: https://github.com/facebookincubator/velox/pull/86 Add velox logo files and update README.md to show the logo in the top. Unfortunately, the logo won't show correctly under we land the diff and the new svg files are available in the expected url. Reviewed By: kgpai Differential Revision: D30460518 fbshipit-source-id: fef3c9b24cb6e980b1f3301bbb7747374d9b1b38 --- README.md | 2 +- static/icon.svg | 1 + static/logo.svg | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 static/icon.svg create mode 100644 static/logo.svg diff --git a/README.md b/README.md index 6ef55780a073..5e9939773b30 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# velox +![Velox Logo](https://github.com/facebookincubator/velox/static/logo.svg) ## Build Notes diff --git a/static/icon.svg b/static/icon.svg new file mode 100644 index 000000000000..d3e7a794ddc1 --- /dev/null +++ b/static/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/logo.svg b/static/logo.svg new file mode 100644 index 000000000000..67627d4cfd2b --- /dev/null +++ b/static/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file