Add Gitpod icon. (#1579)

* Improve Gitpod first load experience.

* Add Gitpod icon.
This commit is contained in:
Jan Keromnes 2019-08-06 17:52:52 +02:00 committed by Eric Cornelissen
parent 7665782042
commit 6c875c7277
3 changed files with 8 additions and 1 deletions

View file

@ -1,6 +1,7 @@
ports: ports:
- port: 4000 - port: 4000
onOpen: open-preview onOpen: ignore
tasks: tasks:
- command: gp await-port 4000 && sleep 3 && gp preview $(gp url 4000)
- init: gem install jekyll bundler - init: gem install jekyll bundler
command: jekyll serve --host 0.0.0.0 command: jekyll serve --host 0.0.0.0

View file

@ -1090,6 +1090,11 @@
"hex": "E24329", "hex": "E24329",
"source": "https://about.gitlab.com/press/" "source": "https://about.gitlab.com/press/"
}, },
{
"title": "Gitpod",
"hex": "1AA6E4",
"source": "https://www.gitpod.io/"
},
{ {
"title": "Gitter", "title": "Gitter",
"hex": "ED1965", "hex": "ED1965",

1
icons/gitpod.svg Normal file
View file

@ -0,0 +1 @@
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Gitpod icon</title><path d="M3.6 17V7.6L1.5 6.4v11.8L11.7 24v-2.4z M11.7 19.2v-6.9l-6-3.5v7zM12 2.4l8.1 4.7 2.1-1.2L12 0 1.8 5.9l2.1 1.2z M18 8.3l-6-3.5-6 3.5 6 3.5zM12.3 19.3l6-3.5v-2.4l-4.1 2.4v-2.4l6.2-3.6V17l-8.1 4.6V24l10.2-5.8V6.4l-10.2 5.9zM12 12.1z"/></svg>

After

Width:  |  Height:  |  Size: 343 B