diff --git a/README.md b/README.md index df87c37..69f6ec4 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # vf-sample-integrations -A few demo pages showing how the (alpha) Visual Framework 2.0 (add link) can be used (fairly) seamlessly with other CSS and JS stacks. +A few demo pages showing how the [Visual Framework 2.0](https://visual-framework.github.io/vf-welcome/) (alpha.5) can be used without disrupting a site's CSS and JS stacks. -## So, what does this show? +## What does this show? It demonstrates the VF 2.0's CSS and JS isolation through namespacing and element isolation (add link). @@ -14,7 +14,7 @@ To illustrate, on the below demos we use the VF to: - + ``` @@ -24,7 +24,7 @@ To illustrate, on the below demos we use the VF to: - + ``` @@ -32,20 +32,20 @@ In both cases this can be done without disrupting existing page styles and JavaS ### View the demos -- [Ensembl](samples/ensembl.html) + - [PDBe](samples/pdbe.html) - [Uniprot](samples/uniprot.html) - [Chembl](samples/chembl.html) -- [Chembl beta](samples/chembl-beta.html) + ### What are you adding in For each sample page, three things: 1. A CSS file - - `` + - `` 1. A JS file - - `` + - `` 1. Snippets of HTML - look at the source for `` diff --git a/gulpfile.js b/gulpfile.js index 9e25215..a97cbea 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -5,7 +5,7 @@ const inject = require('gulp-inject-string'); gulp.task('markdown', () => gulp.src('README.md') - .pipe(inject.append('\n')) + .pipe(inject.append('\n')) .pipe(markdown()) .pipe(gulp.dest('./')) ); diff --git a/samples/chembl-beta.html b/samples/chembl-beta.html index 76c8346..6716341 100644 --- a/samples/chembl-beta.html +++ b/samples/chembl-beta.html @@ -948,7 +948,7 @@