An Independent Game Developer and Digital Publisher specializing in retro game porting, software emulation, and FPGA solutions.
This website is built with a focus on performance, accessibility, and modern CSS techniques without heavy frameworks.
- HTML5: Semantic structure optimized for accessibility and SEO.
- CSS3:
- Glassmorphism:
backdrop-filterand translucent backgrounds. - Layout: Extensive use of CSS Grid and Flexbox.
- Animations: CSS transitions and keyframe animations for parallax and hover effects.
- Variables: CSS Custom Properties for theming.
- Glassmorphism:
- Vanilla JavaScript:
- IntersectionObserver: For efficient scroll-triggered animations.
- DOM Manipulation: Lightweight interaction logic for the mobile menu and mascots.
- No Dependencies: Zero external runtime libraries.
Since this is a static website, deployment and local testing are straightforward.
- A web browser
- A local static server (recommended for correct asset loading)
-
Clone the repository
git clone https://github.com/projectcrayon/projectcrayon.github.io.git cd projectcrayon.github.io -
Start a local server
Using Python:
python -m http.server 8000
Using Node.js:
npx http-server . -
View the site Open
http://localhost:8000in your browser.
The design focuses on a "retro-modern" aesthetic:
- Parallax Hero: A multi-layered CSS/JS parallax effect in the hero section (
.hero__scene). - Interactive Elements: Mascots like the "Crayon" and "Kintaro" have interactive states triggered by click or keyboard events.
- Responsive: Fluid typography (
clamp()) and grid layouts adapt to any screen size.
Project Crayon bridges the gap between retro nostalgia and modern platforms. We are passionate about preserving gaming history and creating new experiences that feel like classics.
Core Expertise:
- Software Emulation
- Reverse Engineering
- FPGA Emulation
- Arcana Mundi: A story-driven tactical RPG.
- Mystic Seals: A cooperative puzzle adventure.
Copyright © Project Crayon LLC 2024. All rights reserved.
