This repository contains the source code for the OpenUnited website, which connects skilled contributors with enterprise-grade digital products.
- HTML layout made with daisyUI
- Built with Vite, Alpine.js, and Handlebars for partials
- Responsive design
- Theme changer menu
src/index.html
- Homepage: Introduces OpenUnited, highlighting its mission to empower global talent and connect them with enterprise-grade digital products. Features a hero section, key messages, and calls to action.src/about.html
- About Us: Details the mission, vision, and core values of OpenUnited, emphasizing collaboration, flexibility, and innovation.src/how-it-works.html
- How It Works: Explains the process for both contributors and enterprises, detailing engagement methods, challenges, and tracking systems.src/features.html
- Features: Lists the key features of OpenUnited, including dynamic portfolio management, AI-driven optimization, and real-time accountability.src/why-openunited.html
- Why OpenUnited?: Outlines the benefits for contributors and enterprises, focusing on experience, rewards, and non-disruptive product enhancement.src/enterprise-support.html
- Enterprise Support: Provides information about dedicated enterprise support services, including implementation assistance, custom solutions, and priority support channels.src/contact.html
src/terms.html
- Terms of Service: Detailed terms and conditions for using the OpenUnited platform, including user eligibility, account security, contributions, rewards, and legal requirements.
You can:
- Install dependencies and run/build it using Vite
- Copy/paste the HTML code to use it in your own framework (Vue, Svelte, Astro, etc)
- Install dependencies
npm install
- Run the dev server
npm run dev
- Or build and preview:
npm run build
npm run preview