Skip to content

Commit

Permalink
Add a plugin gallery (#242)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
oeway authored Aug 4, 2019
1 parent f47a72f commit 4bcbb15
Show file tree
Hide file tree
Showing 18 changed files with 14,932 additions and 46 deletions.
32 changes: 16 additions & 16 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,23 @@
<meta property="og:description" content="ImJoy -- Deep Learning Made Easy!" />
<meta property="og:image" content="https://imjoy.io/static/img/imjoy-card-plain.png" />
<meta name="format-detection" content="telephone=no">
<link rel="apple-touch-icon" sizes="57x57" href="static/icons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="static/icons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="static/icons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="static/icons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="static/icons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="static/icons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="static/icons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="static/icons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="static/icons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="static/icons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="static/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="static/icons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="static/icons/favicon-16x16.png">
<link rel="shortcut icon" href="static/icons/favicon.ico" type="image/x-icon" />
<link rel="icon" href="static/icons/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" sizes="57x57" href="/static/icons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/static/icons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/static/icons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/static/icons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/static/icons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/static/icons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/static/icons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/static/icons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/static/icons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/static/icons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/static/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/static/icons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/static/icons/favicon-16x16.png">
<link rel="shortcut icon" href="/static/icons/favicon.ico" type="image/x-icon" />
<link rel="icon" href="/static/icons/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-startup-image" href="/launch.png">
<link rel="manifest" href="manifest.json">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="static/icons/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
Expand Down
21 changes: 21 additions & 0 deletions repo/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2018 Piotr Migdał

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
2 changes: 2 additions & 0 deletions repo/assets/dialog-polyfill.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions repo/assets/dialog-polyfill.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions repo/assets/material.blue-pink.min.css

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions repo/assets/material.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 4bcbb15

Please sign in to comment.