diff --git a/README.md b/README.md index d26bb66..ed592ce 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ hover|Should connection lines change colours when the mouse is near them?|boolea ### default settings (explicit) -Random balanced horizontal and vertical motion bouncing off the edges of the window. Particles are repelled by the mouse and connections are highlighted on hover. [Sample](defaults.html) +Random balanced horizontal and vertical motion bouncing off the edges of the window. Particles are repelled by the mouse and connections are highlighted on hover. [Sample](https://asifbacchus.app/public/samples/ab-particles/defaults.html) ```html @@ -116,7 +116,7 @@ Random balanced horizontal and vertical motion bouncing off the edges of the win ### starry night -Freeze the display, remove connections, disable mouse interaction. Creates a random assortment of particles that will change on each reload. [Sample](starrynight.html) +Freeze the display, remove connections, disable mouse interaction. Creates a random assortment of particles that will change on each reload. [Sample](https://asifbacchus.app/public/samples/ab-particles/starrynight.html) ```html @@ -124,7 +124,7 @@ Freeze the display, remove connections, disable mouse interaction. Creates a ran ### snow -No horizontal movement, connections or mouse interaction. Particles fall straight down, so no vertical bounce. [Sample](snow.html) +No horizontal movement, connections or mouse interaction. Particles fall straight down, so no vertical bounce. [Sample](https://asifbacchus.app/public/samples/ab-particles/snow.html) ```html @@ -132,7 +132,7 @@ No horizontal movement, connections or mouse interaction. Particles fall straigh ### bubbles -Opposite of snow, looks a little like bubbles. No vertical bounce and negative vertical speed. Added a little horizontal speed for effect and to show off 'skew'. [Sample](bubbles.html) +Opposite of snow, looks a little like bubbles. No vertical bounce and negative vertical speed. Added a little horizontal speed for effect and to show off 'skew'. [Sample](https://asifbacchus.app/public/samples/ab-particles/bubbles.html) ```html @@ -140,7 +140,7 @@ Opposite of snow, looks a little like bubbles. No vertical bounce and negative v ### warp speed to the right -Moving right would make the particles go left, therefore negative movement. No horizontal bounce. We don't want connections or mouse interaction here either. [Sample](warpright.html) +Moving right would make the particles go left, therefore negative movement. No horizontal bounce. We don't want connections or mouse interaction here either. [Sample](https://asifbacchus.app/public/samples/ab-particles/warpright.html) ```html @@ -148,7 +148,7 @@ Moving right would make the particles go left, therefore negative movement. No h ### warp speed to the left -Moving left would make the particles go right, therefore positive movement. No horizontal bounce. We don't want connections or mouse interaction here either. Added a little positive vertical speed to show off skew. [Sample](warpleft.html) +Moving left would make the particles go right, therefore positive movement. No horizontal bounce. We don't want connections or mouse interaction here either. Added a little positive vertical speed to show off skew. [Sample](https://asifbacchus.app/public/samples/ab-particles/warpleft.html) ```html @@ -156,7 +156,7 @@ Moving left would make the particles go right, therefore positive movement. No h ### my usual settings (nice background effect) -I use this for screens where I can't figure out a meaningful background, so why not generate something nice to look at? Toning down the opacity a little to not distract from the text. [Sample](index.html) +I use this for screens where I can't figure out a meaningful background, so why not generate something nice to look at? Toning down the opacity a little to not distract from the text. [Sample](https://asifbacchus.app/public/samples/ab-particles/index.html) ```html