summaryrefslogtreecommitdiff
path: root/website/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'website/index.html')
-rw-r--r--website/index.html14
1 files changed, 9 insertions, 5 deletions
diff --git a/website/index.html b/website/index.html
index 841584733..77a966640 100644
--- a/website/index.html
+++ b/website/index.html
@@ -3,7 +3,7 @@
<html>
<head>
<title>Deno</title>
- <link rel="shortcut icon" href="/deno_logo_2.gif">
+ <link rel="shortcut icon" href="/deno_logo_3.svg">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.14.2/build/styles/default.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.14.2/build/styles/github-gist.min.css">
<script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.14.2/build/highlight.min.js"></script>
@@ -14,10 +14,7 @@
<body>
<main>
<header>
- <!-- Logo by hashrock -->
- <a href="https://github.com/denolib/animated-deno-logo/"
- ><img id="logo" src="deno_logo_2.gif" width="150"
- /></a>
+ <img id="logo" src="deno_logo_3.svg" width=200>
<div>
<h1>Deno</h1>
A browser-like command line runtime
@@ -84,6 +81,13 @@
</tr>
<tr>
<th><a href="https://github.com/denoland/registry">registry</a></th>
+ <td colspan=2>
+ <a class="badge" href="https://travis-ci.com/denoland/registry">
+ <img
+ src="https://travis-ci.com/denoland/registry.svg?branch=master"
+ />
+ </a>
+ </td>
</tr>
</table>