Skip to content

Commit 4bcbb15

Browse files
authored
Add a plugin gallery (#242)
* add plugin repository * add animation to home * bump version * move repo assets * fix format * fix margin * small fix * fix particles path * fix inde * fix style * add more plugin repos * enhance plugin name display * change color * add type labels * optimize labels * improve background * improve nav bar * add dialog polyfill for iOS * fix labels position * improve dialog * fix dialog position * fix font size
1 parent f47a72f commit 4bcbb15

18 files changed

+14932
-46
lines changed

docs/index.html

+16-16
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,23 @@
1919
<meta property="og:description" content="ImJoy -- Deep Learning Made Easy!" />
2020
<meta property="og:image" content="https://imjoy.io/static/img/imjoy-card-plain.png" />
2121
<meta name="format-detection" content="telephone=no">
22-
<link rel="apple-touch-icon" sizes="57x57" href="static/icons/apple-icon-57x57.png">
23-
<link rel="apple-touch-icon" sizes="60x60" href="static/icons/apple-icon-60x60.png">
24-
<link rel="apple-touch-icon" sizes="72x72" href="static/icons/apple-icon-72x72.png">
25-
<link rel="apple-touch-icon" sizes="76x76" href="static/icons/apple-icon-76x76.png">
26-
<link rel="apple-touch-icon" sizes="114x114" href="static/icons/apple-icon-114x114.png">
27-
<link rel="apple-touch-icon" sizes="120x120" href="static/icons/apple-icon-120x120.png">
28-
<link rel="apple-touch-icon" sizes="144x144" href="static/icons/apple-icon-144x144.png">
29-
<link rel="apple-touch-icon" sizes="152x152" href="static/icons/apple-icon-152x152.png">
30-
<link rel="apple-touch-icon" sizes="180x180" href="static/icons/apple-icon-180x180.png">
31-
<link rel="icon" type="image/png" sizes="192x192" href="static/icons/android-icon-192x192.png">
32-
<link rel="icon" type="image/png" sizes="32x32" href="static/icons/favicon-32x32.png">
33-
<link rel="icon" type="image/png" sizes="96x96" href="static/icons/favicon-96x96.png">
34-
<link rel="icon" type="image/png" sizes="16x16" href="static/icons/favicon-16x16.png">
35-
<link rel="shortcut icon" href="static/icons/favicon.ico" type="image/x-icon" />
36-
<link rel="icon" href="static/icons/favicon.ico" type="image/x-icon" />
22+
<link rel="apple-touch-icon" sizes="57x57" href="/static/icons/apple-icon-57x57.png">
23+
<link rel="apple-touch-icon" sizes="60x60" href="/static/icons/apple-icon-60x60.png">
24+
<link rel="apple-touch-icon" sizes="72x72" href="/static/icons/apple-icon-72x72.png">
25+
<link rel="apple-touch-icon" sizes="76x76" href="/static/icons/apple-icon-76x76.png">
26+
<link rel="apple-touch-icon" sizes="114x114" href="/static/icons/apple-icon-114x114.png">
27+
<link rel="apple-touch-icon" sizes="120x120" href="/static/icons/apple-icon-120x120.png">
28+
<link rel="apple-touch-icon" sizes="144x144" href="/static/icons/apple-icon-144x144.png">
29+
<link rel="apple-touch-icon" sizes="152x152" href="/static/icons/apple-icon-152x152.png">
30+
<link rel="apple-touch-icon" sizes="180x180" href="/static/icons/apple-icon-180x180.png">
31+
<link rel="icon" type="image/png" sizes="192x192" href="/static/icons/android-icon-192x192.png">
32+
<link rel="icon" type="image/png" sizes="32x32" href="/static/icons/favicon-32x32.png">
33+
<link rel="icon" type="image/png" sizes="96x96" href="/static/icons/favicon-96x96.png">
34+
<link rel="icon" type="image/png" sizes="16x16" href="/static/icons/favicon-16x16.png">
35+
<link rel="shortcut icon" href="/static/icons/favicon.ico" type="image/x-icon" />
36+
<link rel="icon" href="/static/icons/favicon.ico" type="image/x-icon" />
3737
<link rel="apple-touch-startup-image" href="/launch.png">
38-
<link rel="manifest" href="manifest.json">
38+
<link rel="manifest" href="/manifest.json">
3939
<meta name="msapplication-TileColor" content="#ffffff">
4040
<meta name="msapplication-TileImage" content="static/icons/ms-icon-144x144.png">
4141
<meta name="theme-color" content="#ffffff">

repo/LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2018 Piotr Migdał
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

repo/assets/dialog-polyfill.min.css

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

repo/assets/dialog-polyfill.min.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

repo/assets/material.blue-pink.min.css

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

repo/assets/material.min.js

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)