This is a basic static site example for the OneStack Portal. It demonstrates how to deploy a simple website using plain HTML, CSS, and JavaScript.
This example includes:
- index.html - Main HTML structure with semantic markup
- style.css - Modern CSS styling with animations and responsive design
- script.js - Interactive JavaScript functionality
- 🎨 Modern gradient design
- 📱 Fully responsive layout
- ⚡ Interactive elements
- 🎭 Smooth animations
- 🎯 Clean, semantic HTML
- 💅 CSS flexbox and custom properties
- Clone this repository
- Navigate to the
examples/static-sitedirectory - Open
index.htmlin your browser
- Ensure all files are in the same directory
- Deploy the entire folder to OneStack Portal
- Your site will be live instantly!
static-site/
├── index.html # Main HTML file
├── style.css # Stylesheet
├── script.js # JavaScript functionality
└── README.md # This file
Feel free to modify:
- Colors in
style.css(search for gradient values) - Content in
index.html - Interactive behavior in
script.js - Add more pages by creating additional HTML files
Note: This is an example project for the OneStack Portal. For production use, consider adding meta tags for SEO, favicon, and other optimizations.