Skip to content

KITM-WEB-dev-challange/static-web-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WEB dev Challenge 2025 - S Module

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.

🚀 Getting Started

1️⃣ Fork the Repository

To begin the task, fork this repository:

  1. Click the Fork button in the top-right corner of this repository.
  2. Name your repository in the following format:
    module-s-static-{your-number} 
    Example: module-s-static-1
  3. Click Create Fork.

2️⃣ Project Structure

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 

3️⃣ Deploying to GitHub Pages

Once you've completed your project, deploy it using GitHub Pages:

  1. Go to your repository Settings.
  2. Scroll down to Pages.
  3. Under Branch, select main (or gh-pages if available) and click Save.
  4. Your site will be live at:
    https://{your-github-username}.github.io/module-s-static-{your-number}/ 

🎯 Competition Rules

  • 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! 🚀

👨‍💻 Authors

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages