Add rejoiner project as a user (#606)

* Add rejoiner project as user

* Fix
This commit is contained in:
Yangshun Tay 2018-04-27 14:28:09 -07:00 committed by GitHub
parent 91897191b6
commit 38f93e750a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 42 additions and 7 deletions

View file

@ -21,13 +21,6 @@ const users = [
fbOpenSource: true,
pinned: true,
},
{
caption: 'Docusaurus',
image: '/img/docusaurus.svg',
infoLink: 'https://www.docusaurus.io',
fbOpenSource: true,
pinned: true,
},
{
caption: 'BuckleScript',
image: '/img/bucklescript.svg',
@ -35,6 +28,13 @@ const users = [
fbOpenSource: false,
pinned: true,
},
{
caption: 'Docusaurus',
image: '/img/docusaurus.svg',
infoLink: 'https://www.docusaurus.io',
fbOpenSource: true,
pinned: true,
},
{
caption: 'FastText',
image: '/img/fasttext.png',
@ -112,6 +112,13 @@ const users = [
fbOpenSource: true,
pinned: true,
},
{
caption: 'Rejoiner',
image: '/img/rejoiner.svg',
infoLink: 'http://rejoiner.io/',
fbOpenSource: false,
pinned: false,
},
{
caption: 'Relay',
image: '/img/relay.svg',

View file

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="196px" height="176px" viewBox="0 0 196 176" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Logo</title>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Rejoiner">
<g id="Logo">
<path d="M24.54016,62.10553 L24.54016,98.263" id="Shape" stroke="#4FC3F7" stroke-width="4" stroke-linejoin="round"></path>
<path d="M42.11496,45.77481 L77.233094,20.105529" id="Shape" stroke="#4FC3F7" stroke-width="4" stroke-linejoin="round"></path>
<path d="M124.3207,20.09448 L161.108145,45.07086" id="Shape" stroke="#4FC3F7" stroke-width="4" stroke-linejoin="round"></path>
<path d="M178.68274,63.13387 L133.10791,143.10236" id="Shape" stroke="#4FC3F7" stroke-width="4" stroke-linejoin="round"></path>
<path d="M100.7774,40.07874 L48.0845,118.25199" id="Shape" stroke="#4FC3F7" stroke-width="4" stroke-linejoin="round"></path>
<path d="M178.68274,63.13387 L177.359864,93.748036" id="Shape" stroke="#4FC3F7" stroke-width="4" stroke-linejoin="round"></path>
<path d="M177.3622,129.85828 L150.685045,159.433079" id="Shape" stroke="#4FC3F7" stroke-width="4" stroke-linejoin="round"></path>
<path d="M81.31235,159.35486 L115.548556,159.449342" id="Shape" stroke="#4FC3F7" stroke-width="4" stroke-linejoin="round"></path>
<path d="M24.54004,138.23096 L46.177827,159.36484" id="Shape" stroke="#4FC3F7" stroke-width="4" stroke-linejoin="round"></path>
<path d="M42.11496,46.77481 L159.78424,112.79056" id="Shape" stroke="#4FC3F7" stroke-width="4" stroke-linejoin="round"></path>
<polygon id="Shape" fill="#4285F4" points="0.99673 98.26247 48.08334 98.26247 48.08334 138.23096 0.99673 138.23096"></polygon>
<polygon id="Shape" fill="#34A853" points="46.16272 143.02417 81.312348 143.02417 81.312348 175.685577 46.16272 175.685577"></polygon>
<polygon id="Shape" fill="#4285F4" points="77.2341 0.11023 124.32071 0.11023 124.32071 40.078736 77.2341 40.078736"></polygon>
<polygon id="Shape" fill="#34A853" points="115.53806 143.10553 150.687688 143.10553 150.687688 175.766937 115.53806 175.766937"></polygon>
<polygon id="Shape" fill="#34A853" points="6.96536 29.4441 42.114957 29.4441 42.114957 62.105523 6.96536 62.105523"></polygon>
<polygon id="Shape" fill="#FF9800" points="161.1079 27.00787 196.257497 27.00787 196.257497 63.13386 161.1079 63.13386"></polygon>
<polygon id="Shape" fill="#FF9800" points="159.7874 94.73228 194.936997 94.73228 194.936997 130.85827 159.7874 130.85827"></polygon>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB