The portfolio and blog site for StoryTime Productions - a static, no-build HTML/CSS/JS site showcasing the org's games and projects, with an interactive Three.js globe on the hero section and a lightweight JSON-driven blog.
https://storytime-productions.github.io/
- Static HTML/CSS/JavaScript (no framework, no build step)
- Flowbite - navbar components
- GSAP - About Us card animations
- Three.js - interactive 3D globe on the hero section
- EmailJS - contact form email sending
- Any static file server (e.g. VS Code Live Server) or just open
index.htmldirectly in a browser
git clone https://github.com/StoryTime-Productions/StoryTime-Productions.github.io.git
cd StoryTime-Productions.github.io
# open index.html in a browser, or serve the directory with any static file server
None - plain static HTML/CSS/JS, no build step or package.json.
None. Deployment is GitHub Pages' built-in "legacy" build (confirmed via the repo's Pages settings): pushes to main are served directly from the repository root with no build/Actions workflow involved.
No PR/issue templates or contributing guidelines exist in this repo yet.
GNU General Public License v3.0 - see LICENSE.
