Skip to content

Soumalya-1/static-websites-oasis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

🌐 Web Dev Week 1 – Static Website Project Submission

Welcome to your very first project submission for Web Development Week 1! 🚀
In this repo, you'll be uploading your Static Website project.

📁 Folder Structure

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
└── ...

🧠 Don't Know Git or GitHub? No Worries!

Follow the steps below carefully to upload your project.

✅ Step-by-Step Guide

1. Fork this Repository

  • Click the Fork button (top-right of this page).
  • This will create a copy of this repo under your GitHub account.

2. Clone Your Fork to Your Computer

📟 using Terminal:

git clone https://github.com/your-username/static-websites-01.git
cd static-websites-01

3. Create a New Folder

  • Inside the cloned folder, create a folder with your full name
  • Copy-paste your project files (HTML, CSS, images, etc.) inside that folder

4. Stage, Commit, and Push Your Changes

git add .
git commit -m "Added my static website - [Your Full Name]"
git push origin main

5. Open a Pull Request (PR)

  • 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 🎉

🛑 Rules

  • 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

🙋 Need Help?

If you face any issues, feel free to reach out to your mentors or post in the community channel.

Happy Coding! 💻✨

About

This repo contains static website projects of all the members of OASIS coding community

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published