diff --git a/assignments/JyotiJoshi/assignment1/image.png b/assignments/JyotiJoshi/assignment1/image.png new file mode 100644 index 0000000..1a48159 Binary files /dev/null and b/assignments/JyotiJoshi/assignment1/image.png differ diff --git a/assignments/JyotiJoshi/assignment1/index.html b/assignments/JyotiJoshi/assignment1/index.html new file mode 100644 index 0000000..fd65587 --- /dev/null +++ b/assignments/JyotiJoshi/assignment1/index.html @@ -0,0 +1,116 @@ + + + + + + Grid & Flexbox Practice + + + + +
+

Practice Grid & Flexbox Layout

+

Hands-on learning with colorful boxes

+
+ +
+
+

Practice: CSS Grid Basics

+ +
+
+

Practice: Responsive Design

+
+
+

Practice: Flexbox Structure

+
+
+

Practice: Animations

+
+
+ + + + + diff --git a/assignments/exampleuser/assignment1/index.html b/assignments/exampleuser/assignment1/index.html deleted file mode 100644 index e27ffc8..0000000 --- a/assignments/exampleuser/assignment1/index.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - Document - - - This is a sample file - - \ No newline at end of file diff --git a/readme.md b/readme.md deleted file mode 100644 index 322cdd7..0000000 --- a/readme.md +++ /dev/null @@ -1,74 +0,0 @@ -# 🌞 Open Summer of Code '25 Web Development Assignments - -Welcome to the official repository for the **Open Summer of Code '25 (OSoC'25)** Web Development assignments! This repository serves as a central hub for all student submissions. - ---- - -## 🚀 Getting Started - -This repository is where you will submit your completed assignments for the Web Development track of OSoC'25. Please follow the guidelines below carefully to ensure your submissions are processed correctly. - ---- - -## 📝 Submission Guidelines - -To keep everything organized, please adhere to the following submission structure: - -1. **Fork this repository:** - Start by forking this repository to your own GitHub account. - -2. **Create a dedicated folder for your assignments:** - - Inside the `assignments/` directory, create a new folder named after your GitHub username. - Example: `assignments/your-github-username/` - -3. **Organize by assignment:** - - For each assignment, create a subfolder inside your username directory. - Example: `assignments/your-github-username/assignment-1/` - -4. **Name your files clearly:** - - Use descriptive and conventional names like `index.html`, `styles.css`, and `script.js`. - -5. **Include a README.md in each assignment folder:** - This file should include: - - Assignment name - - A short description of what the assignment does - - (Optional) Challenges faced and how you overcame them - -6. **Commit your changes:** - - Write clear and concise commit messages for each change. - -7. **Create a Pull Request (PR):** - - After completing an assignment, push your changes to your forked repository. - - Open a Pull Request to this original repository. - - **PR Title Format:** `Assignment 1: [Your Name] - Basic HTML Page` - - **PR Description:** Brief summary of your work. - ---- - -## 📂 Project Structure - -```text -. -├── assignments/ -│ └── your-github-username/ -│ ├── assignment-1/ -│ │ ├── index.html -│ │ ├── styles.css -│ │ ├── script.js -│ │ └── README.md -│ └── assignment-2/ -│ ├── index.html -│ └── README.md -└── README.md (this file) - - ---- - -## 📞 Contact - -If you have any questions or need assistance, please reach out to your mentors or the OSoC'25 organizers through the WhatsApp Group - ---- - -Happy coding and best of luck! 🚀 -– The OSoC'25 Web Dev Mentorship Team