diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-02-27 00:13:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-27 00:13:49 -0500 |
commit | e7e4cb037d01bf9289e8467cb65f123e82a95c60 (patch) | |
tree | 55b657e719012088c8abedf6d7b33911391bc9a8 /website/manual.md | |
parent | 15831272bbda8e052760afcd8800f75e09a51a53 (diff) |
Use the SVG logo everywhere. Add logo links to manual. (#1841)
Diffstat (limited to 'website/manual.md')
-rw-r--r-- | website/manual.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/website/manual.md b/website/manual.md index 6bd4a1d3d..49fa6a40e 100644 --- a/website/manual.md +++ b/website/manual.md @@ -710,6 +710,17 @@ interface BenchmarkData { } ``` +### Logos + +These Deno logos, like the Deno software, are distributed under the MIT license +(public domain and free for use) + +- [A hand drawn one by @ry](https://github.com/denoland/deno/blob/master/website/deno_logo.png) + +- [An animated one by @hashrock](https://github.com/denolib/animated-deno-logo/) + +- [A high resolution SVG one by @kevinkassimo](https://github.com/denolib/high-res-deno-logo) + ## Contributing [Style Guide](style_guide.html) |