TrainingPedia (formerly known as clonepedia) is a static HTML and JavaScript site designed to replicate and create an open-source version of a course site. The purpose of TrainingPedia is to provide a simple, open-source design that anyone can use to create their own course website or, simply, to explore and have some fun.
The original site this project is replicating is https://skillpedia.id/.
- Static HTML and JavaScript-based.
- Lightweight, simple to deploy, and easy to modify.
- Replicates the layout and features of an online course website.
- Provides a base template for creating your own learning platform.
To get started with TrainingPedia, you can clone the repository and serve the HTML files using your preferred local or web server.
You'll need a basic understanding of HTML, CSS, and JavaScript to modify the template. You will also need:
- A text editor (e.g., VS Code, Sublime Text, Atom).
- Optionally, a local development server (e.g., Live Server for VS Code).
-
Clone the repository:
git clone https://github.com/yourusername/TrainingPedia.git
-
Navigate into the project directory:
cd TrainingPedia -
Launch the HTML files using your browser or use a local development server:
- Simply open
index.htmlin your browser. - Alternatively, use a tool like Live Server to view the changes in real-time.
- Simply open
TrainingPedia is intended to be a base for building an educational website. You can modify the content to create new courses or customize the layout as you see fit.
- Customizing Content: Edit the HTML files in the
srcdirectory to add your own courses. - Modifying Styles: The CSS for the site is located in the
stylesdirectory. Feel free to modify the design. - Adding New Features: You can use JavaScript files in the
scriptsdirectory to add interactivity.
Contributions are welcome! If you have ideas on how to make TrainingPedia better, feel free to submit a pull request or open an issue.
- Fork the repository.
- Create your feature branch (
git checkout -b feature/YourFeature). - Commit your changes (
git commit -m 'Add some feature'). - Push to the branch (
git push origin feature/YourFeature). - Open a pull request.
TrainingPedia is open-source software licensed under the APACHE 2 LIcense.
- Inspired by skillpedia.id.
- Special thanks to all contributors who make this project better.
TBD
Enjoy creating and sharing knowledge with TrainingPedia!