| Page | Assigned To |
|---|---|
| 🛍️ |
Joel |
| ℹ️ |
Sajid |
| 📞 |
Hridoy |
| 🏠 Home | Antor |
| 👤 |
Shihabul |
-
Choose your assigned folder (see the table above).
-
Do not modify the template.html or template.css files.
-
Inside your folder, locate the index.html section:
<!-- Content --> <!-- Replace with your content --> <div class="container d-flex justify-content-center align-items-center" style="height: 50vh;"> <h1 class="heading-2">(WRITE YOUR CONTENT HERE)</h1> </div> <!-- Content -->
-
Replace the placeholder with your actual page content.
-
If you need images, create an images folder inside your own folder (not in the root directory).
-
Commit only to your own folder — don’t modify other sections.
- Create a new branch for your assigned page:
git checkout -b page-name
- Start coding your assigned section or page.
- After completing your section, commit your changes:
git add . git commit -m "Added [Your Page Name] section"
- Push your branch to GitHub:
- First time push:
git push -u origin branch-name
- Next time push:
git push
- First time push:
- Go to GitHub and create a Pull Request (PR)
- → Base branch:
development - → Compare branch:
your branch-name
- → Base branch:
- Create a separate branch for each page
- Don't modify other people's folders or files
- Work on each page/section separately
- Don't start new work until the PR merge is complete