Welcome to your very first project submission for Web Development Week 1! 🚀
In this repo, you'll be uploading your Static Website project.
Each participant must create a new folder with their full name (e.g., Rohan Gupta
) and upload all their project files inside it.
📂 Web-Dev-Week1-Submissions
├── Rohan Gupta
│ ├── index.html
│ ├── style.css
│ └── images/
└── Another Name
└── ...
Follow the steps below carefully to upload your project.
- Click the Fork button (top-right of this page).
- This will create a copy of this repo under your GitHub account.
📟 using Terminal:
git clone https://github.com/your-username/static-websites-01.git
cd static-websites-01
- Inside the cloned folder, create a folder with your full name
- Copy-paste your project files (HTML, CSS, images, etc.) inside that folder
git add .
git commit -m "Added my static website - [Your Full Name]"
git push origin main
- Go to your forked repository on GitHub, You’ll see a yellow banner saying: “Compare & pull request” — Click it
- Add a title like: Added Static Website - [Your Name]
- Add a short description if you'd like
- Click Create pull request ✅ That’s it! You’ve submitted your first project via GitHub 🎉
- Do not touch or delete anyone else’s folder
- Make sure your folder name is exactly your full name
- Do not use Ai to create this projcet
If you face any issues, feel free to reach out to your mentors or post in the community channel.
Happy Coding! 💻✨