Skip to content
Snippets Groups Projects
Commit 7cfbd87d authored by Lukas Pravda's avatar Lukas Pravda
Browse files

move demos to their folder

parent ad3b3f99
No related branches found
No related tags found
1 merge request!1Dev
Pipeline #61885 passed with stages
in 1 minute and 2 seconds
......@@ -6,7 +6,7 @@ This is a web-component to display ligand structure in 2D along with its interac
```shell
npm run-script build
cp demo* build/ (this copies demo_component.html and demo_plugin.html to build folder)
cp demo/demo* build/ (this copies demo_component.html and demo_plugin.html to build folder)
cd build
python3 -m http.server
```
......
......@@ -22,21 +22,21 @@
<!--Mode A-->
<div style="position: relative; float: left;">
<div style="width: 500px; height: 500px; position: relative">
<pdb-interactions pdb-id="1cbs" pdb-res-id="200" pdb-chain-id="A"></pdb-interactions>
<pdb-ligand-env pdb-id="1cbs" pdb-res-id="200" pdb-chain-id="A"></pdb-ligand-env>
</div>
</div>
<!--Mode B-->
<div style="position: relative; float: left;">
<div style="width: 500px; height: 500px; position: relative">
<pdb-interactions pdb-id="3d12" bound-molecule-id="bm1"></pdb-interactions>
<pdb-ligand-env pdb-id="3d12" bound-molecule-id="bm1"></pdb-ligand-env>
</div>
</div>
<!--Mode C-->
<div style="position: relative; float: left;">
<div style="width: 500px; height: 500px; position: relative">
<pdb-interactions pdb-res-name="CLR" zoom-on></pdb-interactions>
<pdb-ligand-env pdb-res-name="CLR" zoom-on></pdb-ligand-env>
</div>
</div>
......
File moved
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment