diff options
author | tanakaworld <yutaro.tanaka.world@gmail.com> | 2019-04-14 23:30:10 +0900 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-04-14 10:30:10 -0400 |
commit | b413cd5afd6b74b3e50bf6dbb5972ea7df9f34fd (patch) | |
tree | 8112d25a93c345b91bdefa7c0a9907f0585252c8 | |
parent | a51e78215547f5b10498041a1c58b5fa29c22cbe (diff) |
docs: add a pixelated animation logo (#2110)
-rw-r--r-- | website/images/deno_logo_4.gif | bin | 0 -> 24896 bytes | |||
-rw-r--r-- | website/manual.md | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/website/images/deno_logo_4.gif b/website/images/deno_logo_4.gif Binary files differnew file mode 100644 index 000000000..5514ffb49 --- /dev/null +++ b/website/images/deno_logo_4.gif diff --git a/website/manual.md b/website/manual.md index ad6a83aa3..54068fb05 100644 --- a/website/manual.md +++ b/website/manual.md @@ -786,6 +786,8 @@ These Deno logos, like the Deno software, are distributed under the MIT license - [A high resolution SVG one by @kevinkassimo](https://github.com/denolib/high-res-deno-logo) +- [A pixelated animation one by @tanakaworld](https://github.com/denoland/deno/blob/master/website/images/deno_logo_4.gif) + ## Contributing [Style Guide](style_guide.html) |