Welcome to the Module S - Static Web Task for the competition! This template provides a basic structure for creating a static website using HTML, CSS, and JavaScript.
To begin the task, fork this repository:
- Click the Fork button in the top-right corner of this repository.
- Name your repository in the following format: Example:
module-s-static-{your-number}module-s-static-1 - Click Create Fork.
This template includes:
module-s-static/ │── index.html # Main HTML file │── styles.css # Stylesheet for styling │── script.js # JavaScript file (optional) │── assets/ # Folder for images and other assets └── README.md # Instructions and documentation Once you've completed your project, deploy it using GitHub Pages:
- Go to your repository Settings.
- Scroll down to Pages.
- Under Branch, select
main(orgh-pagesif available) and click Save. - Your site will be live at:
https://{your-github-username}.github.io/module-s-static-{your-number}/
- Do not change the repository structure.
- Ensure that your website works without any errors.
- The final deployed version must be accessible via GitHub Pages.
Happy coding and good luck! 🚀
- Martynas Kašelionis - Main contributor