Skip to content

Instantly share code, notes, and snippets.

View workbee49's full-sized avatar
🖐️
I am always available!

Work Bee workbee49

🖐️
I am always available!
View GitHub Profile
@workbee49
workbee49 / index.haml
Created March 22, 2023 07:53
Onboarding Screens
// A set of walkthrough screens in HTML/CSS/JS. A personal experiment with layering images, CSS3 transitions, & flexbox.
%button.open-walkthrough Start
.walkthrough.show.reveal
.walkthrough-pagination
%a.dot.active
%a.dot
%a.dot
%a.dot
%a.dot
@workbee49
workbee49 / index.html
Created March 22, 2023 07:03
Particle Waves
<!--
ThreeJs custom waves
Original script by ThreeJS : https://threejs.org/examples/canvas_particles_waves.html
Modified version for Cloudoru by Kevin Rajaram : http://kevinrajaram.com
Date: 08/14/2014
-->
<h1>A little something for a site I'm working on. Made with the threejs library.</h1>