Modern website for FlowKit - Visual Scripting for Godot 4
flowkit.lexian.dev/
├── index.html # Main website file
├── assets/
│ ├── icon.svg # Logo file
│ ├── style.css # Stylesheet
│ ├── script.js # JavaScript for interactions
│ └── examples/ # Screenshot directory
│ ├── example1.png # Event Sheet Editor screenshot
│ ├── example2.png # Adding Conditions screenshot
│ ├── example3.png # Action Configuration screenshot
│ ├── example4.png # Node Selection screenshot
│ ├── example5.png # Custom Providers screenshot
│ └── example6.png # Runtime Execution screenshot
Place your screenshots in the assets/examples/ directory with the following names:
- example1.png - Event Sheet Editor
- example2.png - Custom Providers
- example3.png - Runtime Execution
Recommended image dimensions: 800x600px or similar aspect ratio
- Modern, responsive design
- Dark theme matching Godot's aesthetic
- Smooth scrolling navigation
- Animated card transitions
- Mobile-friendly layout
- SEO-optimized structure
Edit CSS variables in assets/style.css:
--primary-color: Main brand color--secondary-color: Accent color--background: Background color
Edit sections in index.html:
- Hero section
- Features
- Examples
- Getting Started
- Architecture
- Providers
This is a static website and can be hosted on:
- GitHub Pages
- Netlify
- Vercel
- Any static hosting service
MIT License - Same as FlowKit