This project is a web-based platform dedicated to three core pillars:
- Global Peace and Stability: Fostering dialogue, understanding, and collaboration to build a more peaceful world.
- Youth Entrepreneurship and Employment: Empowering the next generation of leaders and innovators.
- Wellbeing Promotion: Cultivating physical, mental, and social wellbeing for all.
Our vision is to create a global community of individuals and organizations working together to build a better future for all.
- HTML5: For the structure and content of the web pages.
- CSS3: For styling and visual presentation.
- JavaScript (ES6): For interactivity and dynamic features.
This is a static website, so you can deploy it on any web server that can serve static files. Here are the steps for deploying to GitHub Pages:
- Create a new repository on GitHub.
- Push the project files (
index.html,style.css,script.js) to the repository. - In the repository settings, go to the "Pages" section.
- Select the
mainbranch (ormaster) as the source and click "Save". - Your website will be deployed at
https://<your-username>.github.io/<repository-name>/.
To get started with the project, simply open the index.html file in your web browser.


