Skip to content

howdysukh/openweb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Openweb Wizardry

Project Description

Openweb Wizardry is a web development project showcasing the magic of open web technologies. It includes a collection of interactive web pages, each demonstrating different aspects of web development, from HTML and CSS to JavaScript and beyond.

Setup Instructions

Prerequisites

  • XAMPP installed on your machine.

Installation Steps

  1. Download or clone the project repository to your local machine.
  2. Move the project folder to the htdocs directory in your XAMPP installation.
  3. Start the XAMPP Apache server.
  4. Open your web browser and navigate to http://localhost/openweb/index.html to view the Openweb Wizardry project.

Contribution Guidelines

We welcome contributions to enhance and expand the Openweb Wizardry project. To contribute, follow these steps:

  1. Fork the repository on GitHub.

  2. Clone your forked repository to your local machine.

  3. Add a new HTML file representing your contribution in the projects folder. Ensure that the name of the HTML file reflects the name of your project. For example, if your project is called "Magical Web Elements," your HTML file should be named magical-web-elements.html.

  4. Include the following variables at the beginning of your HTML file:

    <script>
        var imagePath = 'URL_TO_YOUR_COVER_IMAGE';
        var gitName = 'YOUR_GITHUB_USER_ID';
    </script>

    Replace URL_TO_YOUR_COVER_IMAGE with the URL to the cover image for your contribution, and YOUR_GITHUB_USER_ID with your GitHub username.

  5. Make changes and improvements as needed.

  6. Push your changes to your forked repository.

  7. Create a pull request to the main repository.

Your contribution will be reviewed, and if accepted, it will be merged into the main project.

Happy coding!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 78.1%
  • JavaScript 10.0%
  • CSS 9.7%
  • PHP 2.2%